Thanks, I was getting hung up on page store and data stores. I switched to wicket 9 for this project and I'm using InSessionPageStore and that seems to do what I want. Thanks!
On Wed, Sep 4, 2019 at 10:50 PM Sven Meier <s...@meiers.net> wrote: > Hi, > > you can use a custom page store: > > > https://stackoverflow.com/questions/14823293/how-can-i-disable-serialization-in-wicket-1-5 > > In Wicket 9 this becomes a little easier. > > Have fun > Sven > > Am 4. September 2019 22:04:07 MESZ schrieb Lon Varscsak < > lon.varsc...@gmail.com>: > >Hey there, > > > >I'm in a bit of a situation and could use some guidance. I work with a > >framework where I have problems with deserialization. So I'm trying to > >basically just make my app store pages in a cache that doesn't rely on > >Serializable. Is there some way to pull this off with stock Wicket? > >I'm > >looking at the page storing mechanisms and they all seem to be built > >off of > >serialization. What I'm thinking is just store pages in a memory cache > >(no > >serialization/deserialization)...I know this isn't as efficient, but > >it's > >what I'm used to in my old web framework and I can't find a good way to > >get > >this other framework to deserialize the way I want (hard to explain). > > > >Any tips would be appreciated. > > > >Thanks, > > > >Lon >