More session/state management questions. I have an application with a search page, backed by a multitude of panels all backed by a model which is not fully detacheable now but easily could be.
The search page has various forms on it to enable the user to update search criteria and refresh results. The problem is that if the user's session times out while they are looking at the search page, we lose the form state in wicket, and so the form posts for various inputs will fail. (This seems to apply to both ajax posts and regular submits, though most of our state updates are ajaxy...) Is there any way to set a form up to post to a URL that can construct a new page, and possibly call the events on the newly constructed page? So instead of constructing the page from the page parameters you reconstruct it from the form content (and any page parameters that were included in the form post url by the original page, i guess...?) Or is there a better way to do this in the Wicket paradigm that I'm not seeing? Does it require the full "push all the state to the client" approach, with all the issues that involves? (And if so, is this supported or forthcoming, or not till 2.0?) Thanks. -Jason -- View this message in context: http://www.nabble.com/Any-way-to-make-a-form-post-to-a-bookmarkablepage-url--tf3336977.html#a9280720 Sent from the Wicket - User mailing list archive at Nabble.com. ------------------------------------------------------------------------- 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
