Hi! I was wondering on how to deal with a back link. Not back button of browser but a back link ( not history.back() in javascript )
A user has performed a search for items. He/she found one on page 3. In my wicket link onclick event I do the following. Item i = ( Item ) item.getModelObject(); setResponsePage( new ItemOverViewPage( i ) ) or something like this. How do I in the ItemOverViewPage handle so that the user can go back to the latest search? Is there any built in feature in Wicket for this? -- View this message in context: http://www.nabble.com/Back-link-tp16026896p16026896.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
