I wouldn't have separate apps for each page - there's no advantage over a trad app.
I'd split the page in two with a horizontal panel. The LH pane would have a VerticalPanel of subclassed labels (i.e. your menu items - and cross-headers if you like), each menu item, when clicked, would remove any widget on the RH side of the HP and put its own 'page' in there - i.e. its own widget. At the same time, each subclassed label could add its own little menu under the main menu to get the flexibility (or call a controller to amend the menu if you need to insert items between existing ones - just a quick sweep down hiding or showing items as necessary would do). -- Ian http://examples.roughian.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
