Sorry. I put the code in reverse order.
Option 1) RootPanel root = RootPanel.get("module1"); - working
Option 2) RootLayoutPanel root = RootLayoutPanel.get(); - not working
with jsp headers and footer.
Option 1 is working but when the page is re-sized, the page is
displayed unnecessary scroll
If you want to inset what your building with the uiBinder model into a
specific bit of html then you will have to use
RootPanel.get("module1"). You don't explain what you are doing to
instantiate and add the uiBinder widget to the RootPanel. If you had
a widget that was working before trying to p
I'm porting my gwt module to GWT2.0 UiBinder model. Current GWT
application is embedded in jsp. Jsp has header which has links to
other modules and footer and some graphics that can change.
When I try to use RootPanel, nothing gets displayed except the header
and footer.
RootPanel root = RootPanel