Can you give an example? AFAIK the pageId *is* already encoded in the URL bei 
Wicket, i.e. the URL changes to http://my.domain/foobar?0 when the page is 
rendered. Doing AJAX requests on the page does not change the URL though …  

Cheers,
   -Tom


Pedro Santos wrote:

> Hi Thomas, encoding the page ID in the URL would respond an expired page.
>  
> Pedro Henrique Oliveira dos Santos
>  
>  
> 2011/12/14 Thomas Götz <t...@decoded.de (mailto:t...@decoded.de)>
>  
> > The situation:
> >  
> > I have a mounted page containing several AJAX components. Whenever the
> > session expires and an AJAX request is triggered afterwards, a new instance
> > of the page is (silently) created which is normal behavior I suppose (when
> > looking at PageProvider.resolvePageInstance(…)).
> >  
> > Can I hook into that somehow? I'd like to show some custom
> > please-restart-you-session-by-clicking-here ExpiredPage, but there's no
> > PageExpiredException thrown (which is a good thing), but nevertheless I'd
> > prefer to show something to the user.
> >  
> > Can someone point me into the right direction?
> >  
> > Cheers,
> > -Tom
> >  
> >  
> >  
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org 
> > (mailto:users-unsubscr...@wicket.apache.org)
> > For additional commands, e-mail: users-h...@wicket.apache.org 
> > (mailto:users-h...@wicket.apache.org)
>  




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

Reply via email to