ServletContext - PLS HELP!!

2001-11-21 Thread Michael
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

RE: ServletContext - PLS HELP!!

2001-11-21 Thread Ulf Dittmer
:[EMAIL PROTECTED]] Sent: Wednesday, November 21, 2001 11:34 AM To: [EMAIL PROTECTED] Subject: ServletContext - PLS HELP!! 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

Re : RE: ServletContext - PLS HELP!!

2001-11-21 Thread Michael
context can be gotten be calling getServletContext() from within a servlet. Ulf -Original Message- From: Michael [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 21, 2001 11:34 AM To: [EMAIL PROTECTED] Subject: ServletContext - PLS HELP!! Hi! Can you help me