Ajax calls and history just don't play nice together. Every link on page has a version information in it. If you make an ajax request, increase page version and replace component on page, all links on page would point to previous version, so every link (except on the replaced component) you click will revert the history.
Therefore all ajax call must be unversioned. There's not much to do about it. -Matej Johan Compagner wrote: > ajax calls dont alter the history. This can be programmed by doing it in > javascript > I think Matej knows more about that. > > johan > > > On 7/26/06, *Alexei Sokolov * <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Hello, > > I have small problem with ajaxsubmitlink. > > I have a page with a form which can be submitted by either a regular > button or an ajaxsubmitlink. In onSubmit method of ajaxsubmitlink I > update the form's model and display updated fields using > AjaxRequestTarget.addComponent(). Regular button takes the user to > another page. > Everything works great, except the following scenario: i click > ajaxsubmitlink (which updates the form's model) and then click > regular submit button. From the page displayed I click 'back' button > in the browser. Now, my form has values which were on it BEFORE I > clicked ajaxsubmitlink. I decorated model updates with > modelChanging/modelChanged calls, what else is missing for proper > back button functioning? > > Thank you, > Alex > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > <http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV> > > _______________________________________________ > Wicket-user mailing list > Wicket-user@lists.sourceforge.net > <mailto:Wicket-user@lists.sourceforge.net> > https://lists.sourceforge.net/lists/listinfo/wicket-user > <https://lists.sourceforge.net/lists/listinfo/wicket-user> > > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > ------------------------------------------------------------------------ > > _______________________________________________ > Wicket-user mailing list > Wicket-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wicket-user ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user