Hi Chris
>That's easy: >getServlet().getServletContext() >getServlet is in the Action class that you're extending... nope, Action does not extend HttpServelt but Object ... there for getServlet() can not be used. Rainer -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

