I tried to override handleStaleSessionException in my Own Class that excends BasePage but dindn't work.

this is overriding method:

private void handleStaleSessionException(StaleSessionException ex, IRequestCycle cycle, ResponseOutputStream output) throws IOException, ServletException
   {

   System.out.println("StaleSessionException!");
  SearchM search= (SearchM) cycle.getPage("SearchM");
   cycle.activate(search);
}

Anybody could tell me where is the problem ?

Thank you!


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to