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]



Reply via email to