> 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]

Reply via email to