// must declare hash map because meta data must be serializable
        private MetaDataKey<HashMap<String, PageIdVersion>> 
lastPageIdVersionKey =
new MetaDataKey<HashMap<String, PageIdVersion>>() {};
        

rolandpeng wrote:
> 
> thanks john,
> but how to define variable lastPageIdVersionKey?
> It seems you missed the statement in the original post. thanks.
> 
> Roland.
> 
> 
> John Patterson wrote:
>> 
>>              HashMap<String,PageIdVersion> lastPageMap =
>> getSession().getMetaData(lastPageIdVersionKey);              
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Possible-to-retrieve-previous-page-from-PageMap-tp20861106p22483650.html
Sent from the Wicket - User 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