> My mistake.  I noticed there was a typo in my newSessionStore() declaration
> which caused it not to be called (obviously).

One of the better additions to the JDK in my opinion were the
@Override tags. If you use those (and e.g. use your IDE's autocomplete
function) you would have avoided this in the first place.

> Also are there any other issues with using HttpSessionStore besides losing
> back button support?  Since I'm already forced to use ONE_PASS_RENDER (for
> now), I've already lost that support (haven't I?).

You're not loosing back button support, it is just limited to the last
few entries (which is configurable) whereas the SLCSS is in principle
unlimited.


Eelco

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

Reply via email to