0 Replies Latest reply on Jan 21, 2009 12:31 AM by gtosto

    Seam doesn't decorate my invalid fields

    gtosto

      I have an hibernate entity annotated with hibernate validation (i.e @Min(3) ) and a field in a form bound to the annotated property ... when i submit an invalid value i got the seam debug page telling me that validation failed for: com.xxsecolo.om.Person.
      I known that message comes from the org.hibernate.validator.InvalidStateException, but i'm wondering why seam doesn't decorate my field instead ?


      Any help would be very appreciated.


      P.S.
      the JSF input field is nested inside a s:validateAll
      ; tag.