> > and if a user just refreshes the page? or you use it as a response > > page somewhere else? then suddenly everything is empty? > > If the user refreshes the page the previous request parameters will be > reposted and will overwrite the fresh form model object properties, so he > will see the page as was before his last non-submitted changes.
Only if the request was from a form and when you are not using the render-to-buffer strategy. Eelco ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
