Hi,
I have problems when trying to retrieve last page if block third party
cookies are set in browser.
All my pages extends a base page that has a method storeCurrentPate().
I try to get last page like :
 final HashMap<String, PageIdVersion> lastPageMap =
getSession().getMetaData(lastPageIdVersionKey);
final PageIdVersion pageIdVersion =
lastPageMap.get(getPageMap().getName()).last;
...

Anyone an idea?
Thanks.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/getLastPage-is-block-third-party-cookies-tp4649750.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

Reply via email to