You're using windows? There's a bug in 4.1.10. Update to 4.1.12 (there is a security bug in earlier versions too).
-----Mensaje original----- De: Steve Vanspall [mailto:[EMAIL PROTECTED]] Enviado el: mi�rcoles, 25 de septiembre de 2002 7:35 Para: Struts User Mailing List Asunto: form submission problem Hi, I have a fairly new problem with one of my JSP's. I recently changed to Tomcat 4.1.10, now all of a sudden, this one page doesn't work properly. I try, using Javacript to set the value of a hidden <input type="hidden" name="action"> field when an <input type="image"> button is pushed, this part works fine, have checked the value after it is set. However it is not passing the value through to the request. Instead when I do a request.getParameter("action") all I get is a blank String. All my other pages that do this, are working fine. The tags are placed properly withink the form tags. Has anyone else has a similar problem with just one page. Any help would be appreciated Regards Steve -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

