Re: RE: back link

2010-08-09 Thread Leszek Gawron
Well ... first off the code was written out the top of my head and as it is totally trivial there should be no problem there is a typo somewhere. Answering your second concern: no it shouldn't be built-in in: - it breaks pages' statelessness - the web navigation is hardly ever linear so you

RE: back link

2010-08-08 Thread Alex Rass
that should be inherent/built in, no? - Alex -Original Message- From: Leszek Gawron [mailto:lgaw...@gmail.com] On Behalf Of Leszek Gawron Sent: Friday, 6 August 2010 10:22 PM To: users@wicket.apache.org Subject: Re: back link You are better of with something like this : public class

RE: back link

2010-08-07 Thread Chris Colman
Does this work for clicking 'back' n times where n 1 or does it only work in the n = 1 case? -Original Message- From: Leszek Gawron [mailto:lgaw...@gmail.com] On Behalf Of Leszek Gawron Sent: Friday, 6 August 2010 10:22 PM To: users@wicket.apache.org Subject: Re: back link You

Re: back link

2010-08-07 Thread Leszek Gawron
On Saturday, August 7, 2010, Chris Colman chr...@stepaheadsoftware.com wrote: Does this work for clicking 'back' n times where n 1 or does it only work in the n = 1 case? Yes it does. Please mind though that the pagemap size is limited so you might get page expired for large n values. I have

Re: back link

2010-08-06 Thread Leszek Gawron
On 2010-08-06 13:44, Alex Rass wrote: Hi. Here's a cooky-wacky problem: Added this to my markup: a href=# onClick=history.go(-1) class=backbuttonBack/a But when I am running this under the wicket (w/ FFox), it works great once. Then it starts jumping me back to this page after I leave it.

Re: Back link

2008-03-13 Thread Martijn Dashorst
setResponsePage(new DetailsPage(SearchPage.this)); Or if you want to keep bookmarkability, then you need to do some pagemap wizardry, retrieving the previous page from the page history and checking if that is a searchpage instance, if so put it in a link. i think a couple of weeks ago this was

Re: Back link

2008-03-13 Thread Mathias P.W Nilsson
Thanks I will look into this! -- View this message in context: http://www.nabble.com/Back-link-tp16026896p16034782.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL