ggeorg / gwt-mosaic

Automatically exported from code.google.com/p/gwt-mosaic
1 stars 0 forks source link

PagingScrollTable/UiBinder showcase example not working (trunk) #75

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use mosaic jar from trunk
2. Copy the example under UiBinder/PagingScrollTable
3. Build

What is the expected output? What do you see instead?
I am getting an error that says that TextColumnDefinition element is
unexpected:
[ERROR] In com.google.gwt.uibinder.rebind.XMLElement$1@e6a317, found
unexpected child "<tbl:TextColumnDefinition columnSortable='true'
columnTruncatable='false' minimumColumnWidth='50' name='firstName'
preferredColumnWidth='100'>"

What version of the product are you using? On what operating system?
0.4.0 under Linux

Please provide any additional information below.
I am using gwt-2.0.3, jdk-1.6 update 20. and I am building with maven2.

Original issue reported on code.google.com by ioca...@gmail.com on 21 Apr 2010 at 10:29