<servlet>
<servlet-name>...</servlet-name>
<servlet-class>MyServlet</servlet-class>
<init-param>
<param-name>test</param-name>
<param-value>here</param-value>
</init-param>
...
</servlet>
From MyServlet I use the servlet's getInitParameter("test") method and it returns null. When I try to iterate through the parameter names, there are none to iterate through.
What am I doing wrong??
Thanks
-- Paul Hoepfner-Homme [EMAIL PROTECTED] OVEN Digital | http://www.oven.com/
