I am now passing the search form model to the new page in the constructor,
setResponsePage(new SearchResults(search)); Works OK - I assume this is better than going through the session. But I have no idea (yet) how to reinitialise the search panel Ajax widgets. wicket user-2 wrote: > > store the backing model in the session and get it from the session, this > will help you retain the state in all the cases > > Cheers > Dipu > > > -- View this message in context: http://www.nabble.com/Combining-Ajax-and-non-Ajax-pages-tp15587166p15607248.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
