GWT generated UI Binder code says Field xxx has no corresponding field in template file

2011-07-01 Thread slowpoison
If I generate a new UI Binder, add a named field to the .xml template, in the .java file, the java compiler complains Field xxx has no corresponding field in template file The field is of-course defined in the .ui.xml template. Having said that, the code compiles fine. But, it's just annoying

Re: GWT generated UI Binder code says Field xxx has no corresponding field in template file

2011-07-01 Thread slowpoison
On Friday, July 1, 2011 2:02:24 PM UTC-7, slowpoison wrote: If I generate a new UI Binder, add a named field to the .xml template, in the .java file, the java compiler complains Field xxx has no corresponding field in template file Too bad I was only concentrating on compiling. This problem