> I understand that the browser back button doesnt really come in the above
> context, but you agree to the fact that one has to do a no-store to actually
> LET wicket load the page from the SLC otherwise this back button support by
> wicket (which is considered to be one of the main features of it) wouldn't
> really come into play?

I don't understand what you mean here tbh. Wicket's default
configuration handles the back button, and pages are loaded from
DiskPageStore. If you use a 'no-store' (you mean an empty
implementation of IPageStore with that, right?), you wouldn't have
back button support as Wicket wouldn't be able to find any other page
than the current one. You have to understand that SLCSS comes in two
parts: the session store itself, which uses the HttpSession to store
the current page (which is why it would be clustered if you'd use
normal session clustering) and the page store, which exists to store
older page versions.

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to