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]
