@Override 
    protected IRequestCycleProcessor newRequestCycleProcessor() { 
            return new WebRequestCycleProcessor() { 

                    @Override 
                    protected Page onRuntimeException(final Page page, final
RuntimeException e) { 
                                e.printStackTrace();
                                        PageParameters params = new 
PageParameters();
                                        params.add( "myParameter", "true");
                                    return new LoginPage( params); 
                    } 

            }; 
    } 
-- 
View this message in context: 
http://www.nabble.com/Rewrite-page-parameter-to-Login_page-when-session%27s-expired-tp24403797p24403889.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to