I added:

setResponsePage(MyAppHome.class);
after session.invalidate();

, and that fixed the problem.

Thanks guys for all the help, you are amazingly responsive. Now I feel bad
and have to be more responsive with open source project I manage 8-). You
are setting the example!

BTW, I came with solution after reading the first chapter of Wicket In
Action.

Thanks again, Lubos


Eelco Hillenius wrote:
> 
>> After re-login when I get Page Expired, the url is:
>> http://localhost:8080/MyApp/app/?wicket:interface=:0::
> 
> Yeah, that's a reference to an already rendered page. Try to find why
> it tries to render that. You could try setting a break point in the
> Wicket filter and go from there for instance, and/ or check out what
> your authorization strategy does (I assume you have a custom one
> installed).
> 
> Eelco
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> IMPORTANT NOTICE:
> 
> This mailing list is shutting down. Please subscribe to the Apache Wicket
> user list. Send a message to: "users-subscribe at wicket.apache.org" and
> follow the instructions.
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Page-Expired-after-logout-and-re-login-tf4162767.html#a11846346
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
IMPORTANT NOTICE:

This mailing list is shutting down. Please subscribe to the Apache Wicket user 
list. Send a message to: "users-subscribe at wicket.apache.org" and follow the 
instructions.
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to