> I need to access the session (to get and set attributes) from a custom tag. Any idea?
... or of course ...
getPageContext().getAttribute("AttributeName", SESSION_SCOPE) and
getPageContext().setAttribute("AttributeName", attribute, SESSION_SCOPE)
--
Matthias (mailto:[EMAIL PROTECTED])
- How to access the session from a custom tag anna . hristova
- Re: How to access the session from a custom tag Matthias Kerkhoff
- Re: How to access the session from a custom tag Matthias Kerkhoff
- Re: How to access the session from a custom tag anna . hristova
- RE: How to access the session from a custom tag Antonio-Alicea

