Re: getting init-params from web.xml

2005-03-10 Thread Matt Raible
servlet.getServletContext() should work. Matt On Mar 10, 2005, at 2:44 PM, Omar Didi wrote: is there a way to either get or from web.xml inside an Action class. i know within a jsp or servlet i can use getServletContext().getInitParameter("com.index"). this method doesn t work inside an Action

getting init-params from web.xml

2005-03-10 Thread Omar Didi
is there a way to either get or from web.xml inside an Action class. i know within a jsp or servlet i can use getServletContext().getInitParameter("com.index"). this method doesn t work inside an Action class. thanks. - To un