I'm not sure I follow. Using History, you should be able to achieve exactly what you're aiming for. One thing to keep in mind is to fire the current history item in your entry point (or somewhere at application startup). From there your history management can take over for the item available.
-- Arthur Kalmenson On Sun, May 31, 2009 at 11:38 AM, xyyzzzer<[email protected]> wrote: > > Hi > > I am interested in how to add AJAX behavior like on Facebook to action- > based site (eg. site on Struts, Stripes, etc.) using GWT. > > For example site has such action URLs: > http://site.com/user/add > http://site.com/user/edit?id=1 > http://site.com/user/1/delete?id=1 > > and in Facebook manner, it would also have support for URLs: > http://site.com/#/user/add > http://site.com/#/user/edit?id=1 > http://site.com/#/user/delete?id=1 > etc. > > I was trying to implement this feature preventing default link > behavior and sending request with GWT RPC help, then replacing current > page content by returned one from GWT request response. But I > encountered issue, that I cannot reload GWT module “on the fly” > without page reloading. > > Why I am interested in such kind of functionality, it’s because simple > to develop large sites as action-based. But it would be nice to add > AJAX auto support to form submits or link clicks. > > Any suggestions? > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
