Re: form submission problem - Problem Solved

2002-09-25 Thread Steve Vanspall
o Martinez" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, September 25, 2002 10:52 PM Subject: RE: form submission problem > You're using windows? There's a bug in 4.1.10. Update to 4.1.12 (there is a > security bug in

RE: form submission problem

2002-09-25 Thread Miguel Angel Mulero Martinez
unto: 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 field when an button is pushed, this part works fine, have che

Re: form submission problem

2002-09-24 Thread Steve Vanspall
l probably ending kicking myself because of it's simplicity Tnaks Anyway - Original Message - From: "Andrew Hill" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, September 25, 2002 3:53 PM Subject: RE: for

RE: form submission problem

2002-09-24 Thread Andrew Hill
... -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 13:48 To: Struts Users Mailing List Subject: RE: form submission problem Oops. Sorry mate! Just read it a second time and realised I didnt pay enough attention! "The tags are placed properly within

RE: form submission problem

2002-09-24 Thread Andrew Hill
st Subject: RE: form submission problem Is that field located within the start and close of the form tag on the page? btw: naming your field "action" is naughty as it will shadow the action property of the form object in JavaScript. (Though this wont hurt unless you try accessing (for ex

RE: form submission problem

2002-09-24 Thread Andrew Hill
javascript - at which point it will give you your field action instead of the form property action!) -Original Message- From: Steve Vanspall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 13:35 To: Struts User Mailing List Subject: form submission problem Hi, I have a

form submission problem

2002-09-24 Thread Steve Vanspall
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 field when an button is pushed, this part works fine, have checked the value after it is