diff --git a/xwork-core/src/main/java/com/opensymphony/xwork2/validator/validators/StringLengthFieldValidator.java b/xwork-core/src/main/java/com/opensymphony/xwork2/validator/validators/StringLengthFieldValidator.java index 0d4df9729..b632508aa 100644 --- a/xwork-core/src/main/java/com/opensymphony/xwork2/validator/validators/StringLengthFieldValidator.java +++ b/xwork-core/src/main/java/com/opensymphony/xwork2/validator/validators/StringLengthFieldValidator.java @@ -35,10 +35,12 @@ import com.opensymphony.xwork2.validator.ValidationException; *
  • minLength - The min length of the field value. Default ignore. Can be specified as OGNL expression when parse is set to true.
  • *
  • 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.
  • * - * WARNING! Do not use ${minLength}, ${maxLength} and ${trim} as an expression as this will turn into infinitive loop! * * - * + * + * Do not use ${minLength}, ${maxLength} and ${trim} as an expression as this will turn into infinitive loop! + * + * *
      * 
      *      <validators>