Struts Validator is a "Validation Framework for Struts".  It will be part
of Struts 1.1.  If you want to use it with 1.0, you can download it from;

http://home.earthlink.net/~dwinterfeldt/


Here's what the "Readme" file says;

Struts Validator
==================

Overview
---------
The Validation Framework was made to work with Struts. It can perform basic
validations to check if a field is required, matches a regular expression,
email, credit card, and server side type checking and date validation. Different
validation rules can be defined for different locales. The framework has
basic support for user defined constants which can be used in some field
attributes. The validation routines are modifiable in the validation.xml
file so custom validation routines can be created and added to the framework.





>-- Original Message --
>Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>From: "Pamela Li" <[EMAIL PROTECTED]>
>To: "Struts Users Mailing List" <[EMAIL PROTECTED]>,
>       <[EMAIL PROTECTED]>
>Subject: Re: <html:text> issue
>Date: Wed, 15 May 2002 10:34:57 +0800
>
>
>what is the struts clientside validator  ?
>create some new struts extension tag in jsp?
>as i know,if there is a validate() method in a formbean,
>the struts will call it beform init the formbean,this kind of
>validation is a serverside validator?
>
>
>
>----- Original Message -----
>From: "Ajay Chitre" <[EMAIL PROTECTED]>
>To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>Sent: Wednesday, May 15, 2002 10:12 AM
>Subject: Re: <html:text> issue
>
>
>You can use Struts validator for both - client side as well as server side
>validations.
>
>Now the question is - can server side afford so many validations?  Well,
>in my opinion, we don't have a choice.  You have to perform server side
>validations because a user may choose to turn off client side scripting.
>
>>-- Original Message --
>>Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>>From: "Pamela Li" <[EMAIL PROTECTED]>
>>To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>>Subject: Re: <html:text> issue
>>Date: Wed, 15 May 2002 08:56:53 +0800
>>
>>
>>hi,
>>for struts validator,it is still a serverside validator,right?
>>so can a server afford so many validation from every page?
>>
>>
>>----- Original Message -----
>>From: "Struts Newsgroup" <@[EMAIL PROTECTED]>
>>To: <[EMAIL PROTECTED]>
>>Sent: Wednesday, May 15, 2002 12:40 AM
>>Subject: Re: <html:text> issue
>>
>>
>>> Subject: Re: <html:text> issue
>>> From: Vic C <[EMAIL PROTECTED]>
>>>  ===
>>> JavaScript validation? Struts validator is great! Re-consider for future.
>>>
>>> Galbreath, Mark wrote:
>>> > Nah...want to avoid all client scripting except JavaScript validation.
>>> >
>>> > -----Original Message-----
>>> > From: SUPRIYA MISRA [mailto:[EMAIL PROTECTED]]
>>> > Sent: Tuesday, May 14, 2002 12:22 PM
>>> > To: [EMAIL PROTECTED]
>>> > Subject: Re: <html:text> issue
>>> >
>>> >
>>> > how about scriptlet? if getProperty==0 call Javascript function.
>>> >
>>> > Javascript funcion
>>> > form.element.value="";
>>> >
>>> >
>>> >
>>> >>From: "Galbreath, Mark" <[EMAIL PROTECTED]>
>>> >>Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>>> >>To: "Struts (E-mail)" <[EMAIL PROTECTED]>
>>> >>Subject: <html:text> issue
>>> >>Date: Tue, 14 May 2002 12:12:51 -0400
>>> >>
>>> >>Is there a way to suppress the default value for <html:text> when
the
>>> >>property of the bean is an int?  I don't want a "0" showing in the
>textbox
>>> >>when the property has not been set - it's screwing up validation.
>>> >>
>>> >>Thanks,
>>> >>Mark
>>> >
>>> >
>>> >
>>> >
>>> >
>>> > _________________________________________________________________
>>> > Chat with friends online, try MSN Messenger: http://messenger.msn.com
>>> >
>>> >
>>> > --
>>> > To unsubscribe, e-mail:
>>> > <mailto:[EMAIL PROTECTED]>
>>> > For additional commands, e-mail:
>>> > <mailto:[EMAIL PROTECTED]>
>>> >
>>> > --
>>> > To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>>> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>>> >
>>>
>>>
>>> --
>>> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>>> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>>>
>>>
>
>Ajay Chitre
>
>Diligent Team, Inc.
>(Where Diligent People Work as a Team)
>
>http://www.DiligentTeam.com
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>

Ajay Chitre

Diligent Team, Inc.
(Where Diligent People Work as a Team)

http://www.DiligentTeam.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to