mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Adds additional SNIPPET
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1428436 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
+4
-2
@@ -35,10 +35,12 @@ import com.opensymphony.xwork2.validator.ValidationException;
|
||||
* <li>minLength - The min length of the field value. Default ignore. Can be specified as OGNL expression when parse is set to true.</li>
|
||||
* <li>trim - Trim the field value before evaluating its min/max length. Default true. Can be specified as OGNL expression when parse is set to true.</li>
|
||||
* </ul>
|
||||
* WARNING! Do not use ${minLength}, ${maxLength} and ${trim} as an expression as this will turn into infinitive loop!
|
||||
* <!-- END SNIPPET: parameters -->
|
||||
*
|
||||
*
|
||||
* <!-- START SNIPPET: parameters-warning -->
|
||||
* Do not use ${minLength}, ${maxLength} and ${trim} as an expression as this will turn into infinitive loop!
|
||||
* <!-- END SNIPPET: parameters-warning -->
|
||||
*
|
||||
* <pre>
|
||||
* <!--START SNIPPET: example -->
|
||||
* <validators>
|
||||
|
||||
Reference in New Issue
Block a user