Thanks but i think i prefer to avoid external libraries and also use UIBinder. I think i've figured out how to do it. Now all i have to do is wire everything together.
My solution adds a new tab of type widget (which can be any one of the pages i created) to the tab panel before the index i want to change to a new page. I then remove the old tab and it all seems to happen pretty seemllessly. On Jul 11, 6:05 pm, Alfredo Quiroga-Villamil <[email protected]> wrote: > Hello Mark: > > Based on your description this project might come in handy: > > http://code.google.com/p/easy-gwt/ > > Regards, > > Alfredo > > On Mon, Jul 11, 2011 at 5:10 PM, Mark Wengranowski > <[email protected]>wrote: > > > > > > > Hi Everyone, > > > I'm looking for someone to point me in the right direction for loading > > content into a specific tab in a TabLayoutPanel. > > > The goal is to have my app work in the following way. > > > Layout: Header, Footer, Left panel that contains the navigation links, > > center panel that contains a TabLayoutPanel. > > > When a navigation link is clicked the content on the currently > > selected tab will load to the new page/composite. Is this possible to > > do? If so what is the best strategy to use? > > > I Plan to use MVP in combination with ActivityMapper/Manager and > > PlaceHistoryHandler. > > > Thanks, > > -Mark > > > -- > > 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. > > -- > Alfredo Quiroga-Villamil > > AOL/Yahoo/Gmail/MSN IM: lawwton- Hide quoted text - > > - Show quoted text - -- 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.
