Mark Galbreath wrote:
>
> Then explain why getServletContext().getAttiributes("string", "string")
> doesn't work!
>
Assuming you mean:
getServletContext().setAttribute("Santa", "Claus")
followed by a:
getServletContext().getAttributes("SANTA")
Then it does work, just like you'd expect it to.
If it's not working, then there is something else
wrong, like maybe extra whitespace in the attribute
name, or a different servlet context, etc.
-cks
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html