you can create a requestcyclelistener which on exception checks if
it's a pageexpiredexception if it's you can get client url or
requestparameters there from the request which you can pass to your
errorpage ,just create an appropriate pagerquesthandler at that time .

On Tue, May 15, 2012 at 10:22 AM, Dale Ogilvie <dale_ogil...@trimble.com> wrote:
> Hi there,
>
> We use:
> getApplicationSettings().setPageExpiredErrorPage(MyExpiredPage.class);
>
> When MyExpiredPage is rendered, we want it customized according to a
> query string parameter on the previous page.
>
> Any tips on the best way we can determine the previous page parameters,
> given that session is gone?
>
> Thanks
>
> Dale
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



-- 
thank you,

regards,
Vineet Semwal

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to