Re: wrapping existing HTML form

2010-05-31 Thread xfyre
I need to wrap an existing HTML instead of creating widgets dynamically, so that end user will have the entire form displayed before initialization of GWT components. But then there is a problem: if you attach RootPanel to an existing div element and then use Widget.wrap ( element ) for

wrapping existing HTML form

2010-05-29 Thread xfyre
I need to wrap an existing HTML instead of creating widgets dynamically, so that end user will have the entire form displayed before initialization of GWT components. But then there is a problem: if you attach RootPanel to an existing div element and then use Widget.wrap ( element ) for the