No.
private static MainPageViewUiBinder uiBinder =
GWT.create(MainPageViewUiBinder.class);
@Inject
public MainPageView(SignInOutLink signInOutLink, ShortMessageBox
shortMessageBox) {
this.signInOutLink = signInOutLink;
this.shortMessageBox = shortMessageBox;
widget = uiBinder.createAndBindUi(this);
}
On Mar 23, 9:59 am, Y2i <[email protected]> wrote:
> More likely you are calling createAndBindUi() before initializing
> shortMessageBox
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.