Re: GWT 2.0 - Problem with Eclipse plugin and UiBinder "Field xxx has no corresponding field in template file yyy.ui.xml"

2009-12-14 Thread hoxbro
Hi, Thanks for feedback and sorry for my late reply. > First, could you try forcing a clean build of your project? (Project > Clean) This will force a re-indexing of the UiBinder indices. A clean build removes Eclipse warnings. Stopping/Starting Development Mode does the same. > Also, could y

GWT 2.0 - Problem with Eclipse plugin and UiBinder "Field xxx has no corresponding field in template file yyy.ui.xml"

2009-12-11 Thread hoxbro
Whenever I try to explore to possibilities with the new UiBinder, Eclipse tells me that e.g.: "Field button has no corresponding field in template file Mail.ui.xml". Even when I use the Eclipse Wizard "New UiBinder" the web app wont build or run in dev-mode. I have tried to import the Mail sample