Hi! 
 
 
Can you help me, in what I'm doing wrong? 
 
 
I set an attribute in the servletcontext:in the initmethod! 
i can access the object using: config.getServletContext().getAttribute("test") 
but not 
request.getAttribute("test") 
WHY??? 
 
 
how to access this attribute if I only know the HttpServletRequest-object but not the 
HttpServlet-object, though I know the contextpath (request.getContextPath())??? 
 
thanks 
michi 

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>


Reply via email to