Re: know the last page user comes from

2010-01-28 Thread Riyad Kalla
ion()) > setResponsePage(getApplication().getHomePage()); > ... > > The continueToOriginalDestination() gets the user to where the > RestartResponseAtInterceptPageException was thrown. > > HTH, > Thomas > > > > > > -Original Message- > &

RE: know the last page user comes from

2010-01-28 Thread Martin Asenov
sage- > From: Thomas Kappler [mailto:thomas.kapp...@isb-sib.ch] > Sent: Thursday, January 28, 2010 10:47 AM > To: users@wicket.apache.org > Subject: Re: know the last page user comes from > > On 01/28/10 09:36, Martin Asenov wrote: >> Hello, everyone, I was just wondering how could

Re: know the last page user comes from

2010-01-28 Thread Thomas Kappler
[mailto:thomas.kapp...@isb-sib.ch] Sent: Thursday, January 28, 2010 10:47 AM To: users@wicket.apache.org Subject: Re: know the last page user comes from On 01/28/10 09:36, Martin Asenov wrote: Hello, everyone, I was just wondering how could I know what's the page the user comes from, when he

RE: know the last page user comes from

2010-01-28 Thread Martin Asenov
: users@wicket.apache.org Subject: Re: know the last page user comes from On 01/28/10 09:36, Martin Asenov wrote: > Hello, everyone, I was just wondering how could I know what's the page the > user comes from, when he comes into a new page. In need that in order to > redirect to pr

Re: know the last page user comes from

2010-01-28 Thread Thomas Kappler
On 01/28/10 09:36, Martin Asenov wrote: Hello, everyone, I was just wondering how could I know what's the page the user comes from, when he comes into a new page. In need that in order to redirect to previous page in my access denied page. Do you know about Component.continueToOriginalDestina

RE: know the last page user comes from

2010-01-28 Thread Martin Asenov
...@mysticcoders.com] Sent: Thursday, January 28, 2010 10:39 AM To: users@wicket.apache.org Subject: Re: know the last page user comes from Pass the previous Page in the constructor. On Jan 28, 2010, at 12:36 AM, Martin Asenov wrote: > Hello, everyone, I was just wondering how could I know what's

Re: know the last page user comes from

2010-01-28 Thread Andrew Lombardi
Pass the previous Page in the constructor. On Jan 28, 2010, at 12:36 AM, Martin Asenov wrote: > Hello, everyone, I was just wondering how could I know what's the page the > user comes from, when he comes into a new page. In need that in order to > redirect to previous page in my access denied p