Re: No UIBinder Event Handers in GWT 2.0?

2009-12-13 Thread Transplant
On Dec 12, 11:01 pm, Sekhar sek...@allurefx.com wrote: Add it as a widget: RootPanel.get().add(demo); Ok, great noob gotcha. I knew it was something simple. I should have been able to figure that out in spite of the the dom-based example code in the UiBinder intro docs which only applies to

No UIBinder Event Handers in GWT 2.0?

2009-12-12 Thread Transplant
The GWT 2.0 announcement got me all excited about the UIBinder, but I can't seem to make the demo event handlers function. Is there some module XML magic required to enable this? I created a new eclipse GWT project, and added demo code from the source release, and although the demo widgets are

Re: No UIBinder Event Handers in GWT 2.0?

2009-12-12 Thread Sekhar
Add it as a widget: RootPanel.get().add(demo); On Dec 12, 1:13 pm, Transplant transplant...@gmail.com wrote: The GWT 2.0 announcement got me all excited about the UIBinder, but I can't seem to make the demo event handlers function. Is there some module XML magic required to enable this? I