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@1428430 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
+3
-2
@@ -33,10 +33,11 @@ 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 -->
|
||||
|
||||
Reference in New Issue
Block a user