I am having an issue in my code with my Presenter being unable to
update the contents of a Listbox in my View.

One thing I've noticed it that by setting a break point on the
initWidget within the view's constructor, the class seems to be
initialized twice, making me wonder if there is an unattached View
which I am updating rather than the View attached to the display.

The View which is being initialized twice is located at:

https://github.com/dartmanx/mapmaker2/blob/master/src/main/java/org/jason/mapmaker/client/view/MapmakerStackPanelView2.java

The failed attempt to update the Listbox is on line 66 of the
following file:
https://github.com/dartmanx/mapmaker2/blob/master/src/main/java/org/jason/mapmaker/client/presenter/MapmakerStackPanelPresenter2.java

Any help is appreciated.

Jason

-- 
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.

Reply via email to