RE: Link to last accessed page

2008-02-15 Thread Warren
Thanks, I will give it a try > -Original Message- > From: Michael Sparer [mailto:[EMAIL PROTECTED] > Sent: Friday, February 15, 2008 1:25 AM > To: users@wicket.apache.org > Subject: RE: Link to last accessed page > > > > I just get the page from the page ma

RE: Link to last accessed page

2008-02-15 Thread bytenotes
updates. I use the tag for tweaking but it does not work consistently across browsers. Florin -- View this message in context: http://www.nabble.com/Link-to-last-accessed-page-tp15465624p15502725.html Sent from the Wicket - User mailing list archive at Nabble.com

RE: Link to last accessed page

2008-02-15 Thread Michael Sparer
:[EMAIL PROTECTED] >> Sent: Wednesday, February 13, 2008 1:18 PM >> To: users@wicket.apache.org >> Subject: Re: Link to last accessed page >> >> >> That is the same as pressing the back button. It is a low tech >> solution to the problem you are trying to solve

RE: Link to last accessed page

2008-02-13 Thread Warren
Could you point me to some code examples? > -Original Message- > From: Martijn Dashorst [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 13, 2008 1:18 PM > To: users@wicket.apache.org > Subject: Re: Link to last accessed page > > > That is the same as pres

Re: Link to last accessed page

2008-02-13 Thread Martijn Dashorst
ECTED] > > Sent: Wednesday, February 13, 2008 12:59 PM > > To: users@wicket.apache.org > > Subject: Re: Link to last accessed page > > > > > > you could use the following markup fragment: > > > > Return to previous page > > > &g

RE: Link to last accessed page

2008-02-13 Thread Warren
so that I can link to them if needed? > -Original Message- > From: Martijn Dashorst [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 13, 2008 12:59 PM > To: users@wicket.apache.org > Subject: Re: Link to last accessed page > > > you could use the following marku

Re: Link to last accessed page

2008-02-13 Thread Martijn Dashorst
man > > Sent: Wednesday, February 13, 2008 12:26 PM > > To: users@wicket.apache.org > > Subject: Re: Link to last accessed page > > > > > > How about using the breadcrumb component? Would that help? > > > > http://wicketstuff.org/wicket13/breadcrumb/ &

RE: Link to last accessed page

2008-02-13 Thread Warren
es Carman > Sent: Wednesday, February 13, 2008 12:26 PM > To: users@wicket.apache.org > Subject: Re: Link to last accessed page > > > How about using the breadcrumb component? Would that help? > > http://wicketstuff.org/wicket13/breadcrumb/ > > On 2/13/08, Warren

Re: Link to last accessed page

2008-02-13 Thread James Carman
How about using the breadcrumb component? Would that help? http://wicketstuff.org/wicket13/breadcrumb/ On 2/13/08, Warren <[EMAIL PROTECTED]> wrote: > How do I create a link on a page that will go to the last accessed page no > matter what that page is? I see that WebPage has a method homePageLi

Re: Link to last accessed page

2008-02-13 Thread Jeremy Levy
You could just pass the current page to the new page via the constructor. On Feb 13, 2008 2:06 PM, Warren <[EMAIL PROTECTED]> wrote: > How do I create a link on a page that will go to the last accessed page no > matter what that page is? I see that WebPage has a method homePageLink. Is > there so

Link to last accessed page

2008-02-13 Thread Warren
How do I create a link on a page that will go to the last accessed page no matter what that page is? I see that WebPage has a method homePageLink. Is there something simmilar that will return you to the last accessed page? I also see that the class AccessStackPageMap has a method lastAccessedEntry(