Re: UiBinder initWidget fails

2010-10-30 Thread GWTNewbie
Issue resolved !! The FormPanel can have only 1 child widget. So the trick is to wrap the other widgets within a HorizontalPanel.. On Oct 29, 9:52 pm, GWTNewbie venk...@gmail.com wrote: Hello: I have a GWT widget that subclasses the Composite, defined using UiBinder. I also have a FormPanel

UiBinder initWidget fails

2010-10-29 Thread GWTNewbie
Hello: I have a GWT widget that subclasses the Composite, defined using UiBinder. I also have a FormPanel within the widget. However it appears that initWidget call fails for the widget. I have included the UiBinder definition, it would be great if someone could let me know if I am missing