Re: Multipages with GTW

2012-09-04 Thread David
TabPanel or your own styled Anchors usually do the job. If your individual tabs need to be represented by urls ( i.e to bookmark them) then you may want to consider one of the MVP techniques to capture a url change. In Gwt this is generally done by using the same url ( so as not to incur a

Multipages with GTW

2012-09-03 Thread 4x4is18
Hey, we want to use multiple tabs in a GWT Project. Is there a way to implement this? We want use ClientStorage for the session tracking. We need more than one HTML page because we have a user- /gamemanagement, and for every new game thats started we need a new tab. The user can start more than

Re: Multipages with GTW

2012-09-03 Thread Natanael Maldonado
Check this https://community.jboss.org/thread/199409?_sscc=t 2012/8/30 4x4is18 mar...@eljeb.de Hey, we want to use multiple tabs in a GWT Project. Is there a way to implement this? We want use ClientStorage for the session tracking. We need more than one HTML page because we have a user-