On Thu, 22 Jul 2004 13:17:05 -0700, Claire Suttle <[EMAIL PROTECTED]> wrote:
> 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.
> 

The only thng I can think of that would cause the symptoms you
describe is if the URLs with which the forms are being submitted are
either incorrect (not mapping to the Struts servlet at all), or are
somehow not mapping to the correct action.  Have you double checked
the HTML source (use View Source in your browser) to make sure that
the "action" attribute of the <form> element is correctly formed,
based on what you have your servlet mapping set to?

Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to