RE: [validator] How to submit only when ther are no eror

2004-10-07 Thread yacout dadoun
idator] How to submit only when ther are no eror Date: Thu, 7 Oct 2004 10:48:06 -0500 One way to accomplish this is with client side validation. This is dependent on scripting being enabled on the browser however. ... -Original Message- From: yacout dadoun [mailto:[EMAIL PROTECTED] Sen

[validator] How to submit only when ther are no eror

2004-10-07 Thread yacout dadoun
Hi, I'm using struts1.2.4, using validator, how can i submit teh oage, which neans call my bean setter only when therer are norerror genrated by my validator? i guess it'll be done in teh Action java file but how? it always set the entered values even whne teh input is empty and wich imy validat

Re: Anyone succeeded using validator in struts1.2.4 ?

2004-10-07 Thread yacout dadoun
AIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: Anyone succeeded using validator in struts1.2.4 ? Date: Thu, 07 Oct 2004 16:48:55 +0300 yacout dadoun wrote: When trying typo:

RE: Anyone succeeded using validator in struts1.2.4 ?

2004-10-07 Thread yacout dadoun
quot; <[EMAIL PROTECTED]> Subject: RE: Anyone succeeded using validator in struts1.2.4 ? Date: Wed, 6 Oct 2004 19:21:09 -0400 Have you tried using something other than ? Such as: <%= error %> See the Wiki for what I mean, section 1.4: http://wiki.apache.org/struts/StrutsBeginnerValidat

Anyone succeeded using validator in struts1.2.4 ?

2004-10-06 Thread yacout dadoun
From: "yacout dadoun" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Trouble with struts validator Date: Wed, 06 Oct 2004 15:54:36 + Hi, I'm trying to use the struts validator, i have create

Trouble with struts validator

2004-10-06 Thread yacout dadoun
Hi, I'm trying to use the struts validator, i have created a simple form with few inputs, i'd like to oblige the user to enter values into inputs. I therefore : 1-added the validator pluing to strus-config.xml 2-added the action mapping with the path set to test, the type set to the path of the a

validating inputs using struts

2004-10-05 Thread yacout dadoun
Hi, I'm using jsp/jstl in my pages, and i'd like to validate the inputs using the struts validator. I have configured the application.properties file, the struts-config.xml, created a form bean (testForm.java) that extends the validatorForm and a form action (testAction.java)and even configured