Wicket doesn't support Ajax back/forward button out of the box for now. You'll have to do it by yourself.
On Tue, Sep 13, 2011 at 3:45 AM, Alexander Gubin <[email protected]> wrote: > Sorry, if this question had been answered before, > > I am writing and AJAX app and looking into way to modify browser location > bar, when clicking on Ajax links. Currently I have two pages with a bunch on > panels, and when I hit back button I would like to go to previous panel, not > page. > > I see the recommended way for Ajax apps it to use hash #, a.k.a. anchor. > Does Wicket natively support anchor setting and parsing? Or do I need to use > history.js with/or JQuery plugins? > > Sincerely, > > Alexander > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
