> 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])


Reply via email to