Re: client-side validation not working

2004-02-15 Thread Niall Pemberton
- Original Message - From: "Jim Anderson" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, February 15, 2004 11:39 PM Subject: Re: client-side validation not working > Niall, > > You're absolutely right!

Re: client-side validation not working

2004-02-15 Thread Jim Anderson
/2004 for the date to be valid. Niall - Original Message - From: "Niall Pemberton" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, February 15, 2004 10:44 AM Subject: Re: client-side validation not working James, In y

Re: client-side validation not working

2004-02-15 Thread Niall Pemberton
have to key in 01/01/2004 for the date to be valid. Niall - Original Message - From: "Niall Pemberton" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, February 15, 2004 10:44 AM Subject: Re: client-side validation no

Re: client-side validation not working

2004-02-15 Thread Niall Pemberton
D]> Sent: Saturday, February 14, 2004 6:08 PM Subject: RE: client-side validation not working > Yes and yes. > > -Original Message- > From: Saul Q Yuan [mailto:[EMAIL PROTECTED] > Sent: Friday, February 13, 2004 4:17 PM > To: 'Struts Users Mailing List' &g

RE: client-side validation not working

2004-02-14 Thread Anderson, James H [IT]
Or, I should say that it looks like it would be called. here's the code fragment:

RE: client-side validation not working

2004-02-14 Thread Anderson, James H [IT]
Yes and yes. -Original Message- From: Saul Q Yuan [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 4:17 PM To: 'Struts Users Mailing List' Subject: RE: client-side validation not working So, did you find the validateDate function, and was it called? -Origin

Re: client-side validation not working

2004-02-13 Thread Niall Pemberton
The attachment seems to have got lost Niall - Original Message - From: "Anderson, James H [IT]" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, February 13, 2004 9:12 PM Subject: RE: client-side validation not worki

RE: client-side validation not working

2004-02-13 Thread Saul Q Yuan
So, did you find the validateDate function, and was it called? -Original Message- From: Anderson, James H [IT] [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 3:29 PM To: Struts Users Mailing List Subject: RE: client-side validation not working Struts 1.1 -Original

RE: client-side validation not working

2004-02-13 Thread Anderson, James H [IT]
e thing. -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 11:45 AM To: Struts Users Mailing List Subject: Re: client-side validation not working Ignore that...I think I'm talking rubish. Its not a browser issues is it? Does the jav

RE: client-side validation not working

2004-02-13 Thread Anderson, James H [IT]
Struts 1.1 -Original Message- From: Saul Q Yuan [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 11:25 AM To: 'Struts Users Mailing List' Subject: RE: client-side validation not working Try to put some alerts in the validateDate javascript function in the validator

Re: client-side validation not working

2004-02-13 Thread Niall Pemberton
might give a pointer, if struts isn't putting out everything it needs to. Niall - Original Message - From: "Niall Pemberton" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, February 13, 2004 4:38 PM Subject: Re: clien

Re: client-side validation not working

2004-02-13 Thread Niall Pemberton
]> Sent: Friday, February 13, 2004 3:11 PM Subject: RE: client-side validation not working To test the possibility of it being a problem with using html:image instead of html:submit, I replaced html:image by html:submit but got the same result, i.e., the client-side validation is not being

RE: client-side validation not working

2004-02-13 Thread Saul Q Yuan
:12 AM To: Struts Users Mailing List Subject: RE: client-side validation not working To test the possibility of it being a problem with using html:image instead of html:submit, I replaced html:image by html:submit but got the same result, i.e., the client-side validation is not being invoked

RE: client-side validation not working

2004-02-13 Thread Anderson, James H [IT]
: Friday, February 13, 2004 9:42 AM To: Struts Users Mailing List Subject: Re: client-side validation not working Everything looks OK to me. Have you checked what javascript is being generated - use "view source" in your browser when you are looking at the page. is there a validateActivi

RE: client-side validation not working

2004-02-13 Thread Anderson, James H [IT]
erton [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 9:42 AM To: Struts Users Mailing List Subject: Re: client-side validation not working Everything looks OK to me. Have you checked what javascript is being generated - use "view source" in your browser when you are looking at the

Re: client-side validation not working

2004-02-13 Thread Niall Pemberton
uts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, February 13, 2004 2:23 PM Subject: client-side validation not working Server-side validation is working fine, but I can't seem to get client-side working. I know I must be doing something wrong, but I can't figure ou

client-side validation not working

2004-02-13 Thread Anderson, James H [IT]
Server-side validation is working fine, but I can't seem to get client-side working. I know I must be doing something wrong, but I can't figure out what it is :-( Here's a bit of the tile that uses validation: <%@ taglib uri="/tags/struts-bean" prefix="bean" %> <%@ taglib uri="/tags/struts-html"

Strut's Client Side validation not working with nested beans/forms

2002-09-05 Thread Struts Rodolphe
Hi, I'd like to use client side/java script validation for my case in which I have a form A that contains an array of form B. I have it working with server side validation, but not with java scripts. Looks like there isn't existing java script functions that I can use. The validation wo