rleland 2004/03/30 20:45:51
Modified: validator/conf/share validator_1_1_2.dtd
Log:
Remove unused/unimplemented disable attribute.
Revision Changes Path
1.2 +1 -7 jakarta-commons/validator/conf/share/validator_1_1_2.dtd
Index: validator_1_1_2.dtd
===================================================================
RCS file: /home/cvs/jakarta-commons/validator/conf/share/validator_1_1_2.dtd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- validator_1_1_2.dtd 3 Feb 2004 00:38:16 -0000 1.1
+++ validator_1_1_2.dtd 31 Mar 2004 04:45:51 -0000 1.2
@@ -44,11 +44,6 @@
It can be overridden by the 'msg' element for a specific
field.
depends The comma-delimited list of validator that are called
before this validator.
For this validation to succeed, all the listed validators
must succeed.
- disable Disable validation on client, server, or both. possible
values: {|client|server}.
- The default is for validation to occur on both the client
and server.
- A comma must be used to separate the list e.g.
"client,server" if both client
- and server validation is disabled. If this validation is
listed in the depends
- of another validation the disabled validation will be
treated as if it passed.
jsFunctionName The name of the javascript function which returns all
fields of a certain type.
jsFunction The name of the javascript function which is passed the
form for validation.
@@ -60,7 +55,6 @@
<!ATTLIST validator methodParams CDATA #REQUIRED>
<!ATTLIST validator msg CDATA #REQUIRED>
<!ATTLIST validator depends CDATA #IMPLIED>
-<!ATTLIST validator disable CDATA #IMPLIED>
<!ATTLIST validator jsFunctionName CDATA #IMPLIED>
<!ATTLIST validator jsFunction CDATA #IMPLIED>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]