is there a way to either get <context-param> or <init-param> 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 unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]