Adds additional SNIPPET

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1428423 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Lukasz Lenart
2013-01-03 16:04:24 +00:00
parent 6a5a17f639
commit 8ba1848ecd
@@ -44,10 +44,11 @@ import java.util.Date;
*
* 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 -->
* 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 -->