re: #1 - No. The buildItemEdit() method that sets up the form is only called once during onModuleLoad. It's only in a separate method to break up the code for easier maintenance.
re: #2 - No. The form is defined along with all of the other components before the main layout is drawn.
And it is actually working in GWT hosted mode; just not once it is compiled.
re: #2 - No. The form is defined along with all of the other components before the main layout is drawn.
And it is actually working in GWT hosted mode; just not once it is compiled.
Comment