1 Reply Latest reply on Jun 11, 2008 12:19 PM by nickarls

    validator @Size not called

    leohol

      I have a form with <s:validateAll> decorated input field of type rich:calendar, rich:input and rich:picklist


      The values are validated using the hibernate validator tags on the data bean (@NotNull, @Past...)
      for the list used for the rich:picklist component i use the restriction @Size(min = 2). but this restriction is never firede, although the size of the list is 0 or 1.


      What I'm doing worng. Any suggestion?