Thanks for the followup Eelco....but whats with the behavior i am seeing,
i.e. using ExternalLink to link to LogoutPage (mounted as /logout) versus
Link.onClick{setResponsePage(new LoginPage()}, where the externallink works
fine and the LogoutPage does invalidation and redirection (to external
logout page) as i require, whereas the later one does the
session-invalidation but instead of taking me to the logout page shows
session-expiry page..whats with that...i have the code for my LogoutPage
here...


http://www.nabble.com/LogoutPage---Responsible-for-invalidation-and-redirection-to-non-wicket-page-to16974119.html#a17054937



Eelco Hillenius wrote:
> 
>>  So you are saying re-direction isn't supported in the constructor ?
> 
> It should be supported. But throwing an abort exception is better, if
> only because whatever else you're doing in your constructor will be
> skipped.
> 
> Eelco
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/LogoutPage---Responsible-for-invalidation-and-redirection-to-non-wicket-page-tp16974119p17066645.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to