Hai
I am new to struts.I have created one appplication similar to the one
struts-example.ear. when javascript validation tags are added it show one
script error -->object requiredand then the form submits. ActionForm
validation works fine.I have called validation fn similar to that one in
example.onsubmit = validateRegistrationForm(this).
1.I have created validation.xml
2.I have copied validator-rules.xml
3.I have added plugin for validator in config.
Is there anything to be done in addition to the above steps.
Regards
Parthasarathy

> ----------
> From:         Rob Leland[SMTP:[EMAIL PROTECTED]
> Reply To:     Struts Users Mailing List
> Sent:         Wednesday, June 11, 2003 9:11 AM
> To:   Struts Users Mailing List
> Subject:      Re: Correct validator DTD
> 
> Raible, Matt wrote:
> 
> >Which is the correct DTD for the Validator:
> >
> ><!DOCTYPE form-validation PUBLIC
> >          "-//Apache Software Foundation//DTD Commons Validator Rules
> >Configuration 1.0//EN"
> >          "http://jakarta.apache.org/commons/dtds/validator_1_0.dtd";>
> >
> 
> If you are using Validator with struts 1.1 RC 1 or RC2  then it is
> 
>           http://jakarta.apache.org/commons/dtds/validator_1_0_1.dtd
> 
> 
> >
> >OR 1.1?
> >
> ><!DOCTYPE form-validation PUBLIC 
> >    "-//Apache Software Foundation//DTD Struts Validation Configuration
> >1.1//EN"
> >    "http://jakarta.apache.org/struts/dtds/validation_1_1.dtd";>
> >
> 
> This is used if you are using the Validator nightly build by itself or
> have
> rebuilt struts from its source code against the nightly validator.
> 
> -Rob
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

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

Reply via email to