1.3 has a new URL encoding strategy that would make this somehow possible: iirc it is the hybrid url coding strategy, and is for instance used at http://thoof.com
The url becomes bookmarkable, and has the page nr and version number encoded in the url, but wicket will use the bookmarkable part when there is not session. Martijn On 10/3/07, leok <[EMAIL PROTECTED]> wrote: > > Hi there - I'm trying to add some graceful handling of ajax behavior during > session expiration in my Wicket webapp. Is there a way to not redirect to > the session expired page and invoke some other handler, using either a > wicket component and/or javascript function, after the session has expired? > > Ideally, Ajax calls would continue to function after session expiration. > I've scanned the list regarding this issue, and I think it makes sense for > certain types of ajax requests, e.g. ajax requests that resemble stateless > form interaction. Is there a way to hack this sort of behavior with Wicket? > > Thanks, > leo > -- > View this message in context: > http://www.nabble.com/Graceful-handling-of-ajax-after-session-expiration-tf4559480.html#a13011817 > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Buy Wicket in Action: http://manning.com/dashorst Apache Wicket 1.3.0-beta3 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
