Struts Validator 1.1

2002-06-11 Thread Michael . Kashambuzi
Does the Struts Validator v1.0 or v1.1 allow multiple page form validations? I have a page with two forms, each requiring validation before submission. Form 1: html:form action=form1Action.do method=post onsubmit=return validateForm1(this) Form

RE: Struts Validator 1.1 -- Solution WIll Not WOrk

2002-06-13 Thread Michael . Kashambuzi
The solution given below does not work for the case I described. jsType.jsp defines one form with several masked field validations. The example I'm having difficulty with is multiple forms with multiple fields with masked field validation which causes the Struts Validator to generate multiple

RE: JavascriptValidatorTag and Indexed Fields

2002-06-13 Thread Michael . Kashambuzi
what about what's shown at the following URL: http://home.earthlink.net/~dwinterfeldt/revision.html -Original Message- From: David Winterfeldt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 6:02 PM To: Struts Users Mailing List Subject: Re: JavascriptValidatorTag and

FW: Indexed Property Validation on a String[]

2002-06-04 Thread Michael . Kashambuzi
-Original Message- From: Kashambuzi, Michael (C) Sent: Tuesday, June 04, 2002 9:41 AM To: 'Struts Users Mailing List' Subject: Indexed Property Validation on a String[] Hi: I have a form bean that contains an attribute defined as a String[]. public

RE: attribute name for form bean?

2002-06-04 Thread Michael . Kashambuzi
the form bean is stored as a session-scope attribute with the same name as the form-bean name attribute specified in struts-config.xml. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 11:01 AM To: [EMAIL PROTECTED] Subject: attribute