How about something as easy as checking if the session has been cleared
before calling set response page...

e.g

if(sessionNotClear...){
   session.clear();
   setResponsePage(....)
}

On Tue, Mar 6, 2012 at 2:16 PM, rebecca <rivka.shis...@gmail.com> wrote:

> sorry - i forgot - I'm using wicket 1.4.18
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/double-click-on-AjaxSubmitLink-and-page-expired-tp4449450p4449457.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to