--typo on last post (removed space)-- <html:javascript formName = "myFormBean"/>
-----Original Message----- From: Barnett, Brian W. [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 4:10 PM To: 'Struts Users Mailing List' Subject: RE: Validation And JavaScript Problem Make sure the form names match in your jsp and the validation.xml file. validation.xml ... <form name="myFormBean"> ... your.jsp ... <html:javascript formName = " myFormBean"/> ... Brian Barnett -----Original Message----- From: Ciaran Hanley [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 3:07 PM To: Struts User Mailing List Subject: Validation And JavaScript Problem Hey I am using struts validations with my application. The problem I'm having is that when I open a page with client side JavaScript validation the JavaScript is coming out at the bottom of my JSP. Anybody encountered this problem before? Thanks CH --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

