OK, got it.

A sequence of this:

var store: IPageStore = new InSessionPageStore(1, 
getFrameworkSettings().getSerializer())
store = new CachingPageStore(store, new InMemoryPageStore("ui", 5))
store = new RequestPageStore(store)
new PageManager(store)

seems to do it.


Thanks,
Manfred


> Am 01.04.2021 um 15:27 schrieb Bergmann Manfred <m...@software-by-mabe.com>:
> 
> Hi.
> 
> In Wicket 8 we used HttpSessionDataStore.
> What is the right replacement for this in Wicket 9?
> 
> I tried overriding newPersistentStore() with InSessionPageStore but that 
> doesn’t seem to do the same as HttpSessionDataStore.
> 
> 
> Manfred


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

Reply via email to