Hi, I am working on moving our current struts based server from Java 1.3 / tomcat 3 to Java 1.4 / tomcat 5. The forms that were working before do not seem to be working now - when I hit the submit button, I just get forwarded to a blank page. My action classes are not hit. I extended the ActionServlet class, and my extended class does not get hit either.
I know that my paths are set up correctly, and that my struts-config file is being read because in some places I have links directly to action classes, and those links are all fine, it just seems to be the submit mechanism that is failing. Has anyone come across anything like this, or has any ideas? Thanks, Claire