Hi,

if I'm not wrong in wicket 1.5 page map has been removed and you should have a compilation error if you write page.getPageMap().
Hello,

Is it possible to return to previous page with wicket-link (not browser
link).
In 1.4 I used:
PageprevPage = getPage().getPageMap().get(pageIndicator.getPrevPageId(),
-1);
throw new RestartResponseAtInterceptPageException(prevPage);

Thanks a lot, Marieke Vandamme

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-return-to-previous-page-link-tp3570492p3570492.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to