Hi,

    I have a Form which extends ActionForm and need to get the ActionServlet instance. 
When I
attempt to do this using this.getServlet() method I am returned a null reference. My 
actual goal is to get the ServletContext which I should be able to get from the 
ActionServlet instance. Anybody have an idea why I'd be getting back a null reference? 
Using Struts 1.1/Tomcat 4.1.8/jdk1.4.1


Reply via email to