Hi,

I'm playing with wicket 1.5-M2.1 and i couldn't find PageMap. Problem
is not in PageMap itself, but I have used operations on PageMap which
I couldn't find in wicket 1.5.

For example we used accessStack to find page of certain class and
response with that page:
Session.get().getDefaultPageMap().getAccessStack();

We have also created special eviction strategy
(OneInstancePerClassEvictionStrategy implements
IPageMapEvictionStrategy) that stores only one page instance from
certain class.

Is it possible to get list of pages for a certain window (former
pagemap) in wicket 1.5?
Is it possible to define eviction strategy in wicket 1.5?

Maybe i was looking at wrong places. Am i missing something?

Thanks.

BR,
Michal Kurtak

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

Reply via email to