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:
Lukasz Lenart
2013-01-03 16:12:49 +00:00
parent ed155d05fe
commit dadb24ef47
@@ -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 -->
* &lt;validators&gt;