0 Replies Latest reply on Mar 6, 2011 2:01 PM by techie2k

    javax.xml.bind.annotation.XmlElement richfaces validation

    techie2k

      Hi,

       

      Does richfaces supports validation for schema objects created by CXF?

       

      Like it supports for Hibernate annotations with the following:

      1. rich:beanValidator
      2. rich:ajaxValidator
      3. rich:graphValidator

       

      CXF generate java class would have attributes

       

          @XmlElement(name = "Attribute", required = true)

          protected List<AttributeType> attribute;

       

       

      Can someone suggest me a best approach for validating the input fields which is directly mapped to Schema/Client Objects generated by CXF for given WSDL?

       

       

      Thanks,

      Shabeer.