Re: RE: RE: Javscript

2004-02-12 Thread Carl Walker
; Date: Thursday, February 12, 2004 9:47 am Subject: RE: RE: Javscript > > ok not quite a dream the date format is not validated although > thisworks with the struts validation. > any ideas? > > > -Original Message- > From: Darren Massel [EMAIL PROTEC

RE: RE: Javscript

2004-02-12 Thread Darren Massel
ok not quite a dream the date format is not validated although this works with the struts validation. any ideas? -Original Message- From: Darren Massel [mailto:[EMAIL PROTECTED] Sent: 12 February 2004 14:42 To: 'Struts Users Mailing List' Subject: RE: RE: Javscript Cheer

Re: RE: Javscript

2004-02-12 Thread Joe Germuska
At 9:31 AM -0500 2/12/04, Carl Walker wrote: Put these sample elements in the JSP. Note the JavaScript embedded in the html:form attribue. And if you want to control the name of the method which should be called on submit, set the 'method' attribute of the html:javascript tag. http://jakar

RE: RE: Javscript

2004-02-12 Thread Darren Massel
Cheers worked a dream. -Original Message- From: Carl Walker [mailto:[EMAIL PROTECTED] Sent: 12 February 2004 14:31 To: Struts Users Mailing List Subject: Re: RE: Javscript Put these sample elements in the JSP. Note the JavaScript embedded in the html:form attribue

Re: RE: Javscript

2004-02-12 Thread Carl Walker
Put these sample elements in the JSP. Note the JavaScript embedded in the html:form attribue. - Original Message - From: Darren Massel <[EMAIL PROTECTED]> Date: Thursday, February 12, 2004 9:09 am Subject: RE: Javscript > I've satisfied both your suggestions the java

RE: Javscript

2004-02-12 Thread Darren Massel
I've satisfied both your suggestions the javascript text no longer appears. but How do i activate the JS validation? -Original Message- From: Carl Walker [mailto:[EMAIL PROTECTED] Sent: 12 February 2004 12:34 To: Struts Users Mailing List Subject: Re: Javscript Make sure 1) tha

Re: Javscript

2004-02-12 Thread Joe Germuska
At 12:29 PM + 2/12/04, Darren Massel wrote: Using struts 1.1 on Tomcat 4.1.29 I want to use the Javascript validation i.e. but it goes straight to the struts validation Also all the javascript is written to the screen, unless in script tags - which after reading the javadoc should not be need

Re: Javscript

2004-02-12 Thread Carl Walker
Make sure 1) that the entry in struts-config.xml matches the entry in validation.xml and that both refer to the attribute value in 2) that the validation.xml syntax is ok. Try testing a entry with a construct that you know works. Add each new field element until you find the error. I foun