Hi,
I am new to wicket and I am facing some issues with stateless page and ajax.
When I open 2 tabs with stateless pages, i got page expired exception after making any ajax request on the 1st, while the 2nd tab keeps ok. It seems like these 2 pages is never serialized, which seems to be correct, however I can only see 1 entry in my sessionCahe. It seems like it is only keeping the last accessed page in there, is it correct? Is there a way to tell wicket to keep the last XX pages in the sessionCache?

Regards,
Rodrigo Pereira

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

Reply via email to