mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
WW-3745 - solves wrong documentation snippets regarding Validation
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1232423 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -222,8 +222,8 @@ import com.opensymphony.xwork2.util.ValueStack;
|
||||
* <pre>
|
||||
* <!-- START SNIPPET: exShortCircuitingValidators -->
|
||||
* <!DOCTYPE validators PUBLIC
|
||||
* "-//OpenSymphony Group//XWork Validator 1.0.2//EN"
|
||||
* "http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd">
|
||||
* "-//Apache Struts//XWork Validator 1.0.3//EN"
|
||||
* "http://struts.apache.org/dtds/xwork-validator-1.0.3.dtd">
|
||||
* <validators>
|
||||
* <!-- Field Validators for email field -->
|
||||
* <field name="email">
|
||||
|
||||
@@ -97,8 +97,8 @@ package com.opensymphony.xwork2.validator;
|
||||
*
|
||||
* <pre>
|
||||
* <!-- START SNIPPET: exValidationRules1 -->
|
||||
* <!DOCTYPE validators PUBLIC "-//OpenSymphony Group//XWork Validator 1.0.2//EN"
|
||||
* "http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd">
|
||||
* <!DOCTYPE validators PUBLIC "-//Apache Struts//XWork Validator 1.0.3//EN"
|
||||
"http://struts.apache.org/dtds/xwork-validator-1.0.3.dtd">
|
||||
* <validators>
|
||||
* <field name="bar">
|
||||
* <field-validator type="required">
|
||||
|
||||
Reference in New Issue
Block a user