Re: Using PageReference for a 'back' link

2012-10-23 Thread Martin Grigorov
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-for-a-back-link-tp4653212.html >> Sent

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 Martijn Dashorst
k' 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-for-a-back-link-tp4653212.html > Sent from the Users forum mailing list ar

Re: Using PageReference for a 'back' link

2012-10-23 Thread Leonardo D'Alimonte
ge in context: http://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.apach

Re: Using PageReference for a 'back' link

2012-10-23 Thread Martin Grigorov
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-

Re: Using PageReference for a 'back' link

2012-10-22 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-PageRefer