Re: Using PageReference for a 'back' link

2012-10-23 Thread Dirk Forchel
Here a short example with two Pages (a kind of overview page and a detailed view page) how it could work: e.g. in OverviewPage.java: in DetailedViewPage.java: -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Using-PageReference-for-a-back-link

Re: Using PageReference for a 'back' link

2012-10-23 Thread Martin Grigorov
: in DetailedViewPage.java: -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Using-PageReference-for-a-back-link-tp4653212p4653235.html Sent from the Users forum mailing list archive at Nabble.com

Re: Using PageReference for a 'back' link

2012-10-23 Thread Leonardo D'Alimonte
://apache-wicket.1842946.n4.nabble.com/Using-PageReference-for-a-back-link-tp4653212p4653248.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: Using PageReference for a 'back' link

2012-10-23 Thread Martijn Dashorst
answer! Leonardo -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Using-PageReference-for-a-back-link-tp4653212.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe

Re: Using PageReference for a 'back' link

2012-10-23 Thread Dirk Forchel
Sorry, I did not read your question carefully. Yes my suggestion does not work with BookmarkablePageLinks. But Martin has given you already the right solution. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Using-PageReference-for-a-back-link-tp4653212p4653257.html

Re: Using PageReference for a 'back' link

2012-10-23 Thread Martin Grigorov
())but I cannot still understand how I can pass a PageReference to a BookmarkablePageLink. Is there a quick way to build a 'back' link with Wicket 1.5? Thanks in advance for your answer! Leonardo -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Using-PageReference