Hi,
I'm nebie in GWT.

I've created simple project:
-one standalone entry point with main menu which is on each page
rendered, and couple standalone composites each one for "sub page".

So far so good:)
In main menu, I've got ToolBarMenu button, which I want to change from
loaded composite.
How can I do it, or how can I get my main menu from composite and
change some object?

My composite don't create menu object. My page view is created
directly in RootPanel:
RootPanel.get().add(new Menu());
RootPanel.get().add(new AddNewServer());

--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to