Re: UI Binder File Not Loaded During Runtime
As it turns out a line was missing in the LoginPage's constructor for
properly initializing itself which is required for UIBinder. This
would explain why an instance of LoginPage couldn't be added to
RootLayoutPanel.
initWidget(uiBinder.createAndBindUi(this));
On Feb 16, 10:30 am, Nick Apperley <napper...@gmail.com> wrote:
> Something is not being initialized properly (most likely the
> Composite). Shouldn't the server take care of this?
>
> On Feb 16, 10:23 am, Nick Apperley <napper...@gmail.com> wrote:
>
> > Based on the exception the problem occurs when the login page (a
> > Composite) is being added to the RootLayoutPanel.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home