Re: How can we create a GWT application with many HTML Pages ?
Hi Dialloma,
Not sure why the standard history approach in GWT wouldn't work here, using the tokens as a reference to the page required. Each time you click on a link you would load the right page into the frame and add an appropriate token to the History manager.
Then if a user navigated to your page with a token, you just read that and then load the appropriate page.
Have a look at page 119 in the book on HistoryListener and see if that could help
Regards,
//Adam
|