On 10/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Author: bspeakmon
> Date: Tue Oct 30 21:55:42 2007
> New Revision: 590558
>
> URL: http://svn.apache.org/viewvc?rev=590558&view=rev
> Log:
> - VALIDATOR-232: applying Paul's patch at his request
>
>
<snip/>
>
> --- 
> commons/proper/validator/trunk/src/main/resources/org/apache/commons/validator/resources/validator_1_4_0.dtd
>  (original)
> +++ 
> commons/proper/validator/trunk/src/main/resources/org/apache/commons/validator/resources/validator_1_4_0.dtd
>  Tue Oct 30 21:55:42 2007
> @@ -144,13 +144,16 @@
>                       list and then loop through the list performing the
>                       validations for this field.
>
> +     scripting       If set to "false", the client is directed not to 
> generate
> +                     any scripting for client-side validation.
> +                     [true]
<snap/>

Attribute name in comment above doesn't match the one below.

-Rahul


>  -->
>  <!ELEMENT field (msg|arg|var)*>
>  <!ATTLIST field property CDATA #REQUIRED>
>  <!ATTLIST field depends CDATA #IMPLIED>
>  <!ATTLIST field page CDATA #IMPLIED>
>  <!ATTLIST field indexedListProperty CDATA #IMPLIED>
> -
> +<!ATTLIST field clientValidation CDATA #IMPLIED>
>
>  <!--
>       Defines a custom message key to use when one of the
>
>
>

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

Reply via email to