Wicket 1.5 PageMap, accessStack, pageMapEvictionStrategy

2010-10-01 Thread Michal Kurtak
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:

Re: Wicket 1.5 PageMap, accessStack, pageMapEvictionStrategy

2010-10-01 Thread Martin Grigorov
Hi Michal, PageMap is completely removed from 1.5. You'll need to play with IPageManager, IPageStore, and/or IDataStore implementations. Take a look at http://github.com/martin-g/wicket-cassandra-datastore/blob/master/src/test/java/org/wicketstuff/datastore/cassandra/demo/DemoApplication.java to