Re: Mount vs setPageExpiredErrorPage

2007-09-25 Thread Eelco Hillenius
 I have the following simple scenario:

 app.mount( new IndexedParamUrlCodingStrategy( login, LoginPage.class ) );
 app.getApplicationSettings().setPageExpiredErrorPage( LoginPage.class );

 If I call the application, I get directed to the url

 http://appurl/login

 fine. When the Session times out, I get redirected to the LoginPage again, but
 this time not to the above url but to

 http://appurl/?wicket:interface=:2

 Couldn't the PageExpiredErrorPage be checked for Mounts?

Could you create a feature request please?

Eelco

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



Re: Mount vs setPageExpiredErrorPage

2007-09-25 Thread Jan Kriesten

 Could you create a feature request please?

done:

https://issues.apache.org/jira/browse/WICKET-1006

best regards, --- jan.

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