RE: [s2] Question about SessionAware docs.

2007-01-23 Thread Dave Newton
From: Tom Schneider [mailto:[EMAIL PROTECTED] > Actually your explanation is not quite 100% correct. The interceptor > injects a Map that is backed by the HttpSession. So puts and gets to > the Map will actually be puts and gets to the HttpSession. (Very > clever IMO) Ah, okay. That's handy an

Re: [s2] Question about SessionAware docs.

2007-01-23 Thread Tom Schneider
Actually your explanation is not quite 100% correct. The interceptor injects a Map that is backed by the HttpSession. So puts and gets to the Map will actually be puts and gets to the HttpSession. (Very clever IMO) You have a valid point about the javadoc. My guess is that at one point it act