Adds additional SNIPPET

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1428435 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Lukasz Lenart
2013-01-03 16:12:17 +00:00
parent f5b8031de5
commit ed155d05fe
@@ -33,10 +33,12 @@ package com.opensymphony.xwork2.validator.validators;
*
* You can either use the min / max value or minExpression / maxExpression (when parse is set to true) -
* using expression can be slightly slower, see the example below.
* WARNING! Do not use ${minExpression} and ${maxExpression} as an expression as this will turn into infinitive loop!
*
* <!-- END SNIPPET: parameters -->
*
* <!-- START SNIPPET: parameters-warning -->
* Do not use ${minExpression} and ${maxExpression} as an expression as this will turn into infinitive loop!
* <!-- END SNIPPET: parameters-warning -->
*
* <pre>
* <!-- START SNIPPET: examples -->
* &lt;validators>