2007/9/3, Neil Aggarwal <[EMAIL PROTECTED]>: > > Antonio: > > If you look at the patch I put into the jira, it > checks to make sure the session is not null.
Sorry I have not been clear (even with myself :-) ) I meant that, if someone tries to add an attribute in the session, the session should be created. So I think that the ServletSessionScopeMap class should hold a reference to the HttpServletRequest, so it can create a session when it is necessary. Antonio
