3 Replies Latest reply on Oct 31, 2013 1:42 PM by akazakov

    Incorrect validation error in JSF editor

    hwellmann.de

      I'm getting an incorrect validation error from the following snippet in a JSF composite component:

       

      <cc:attribute
          name="label"
          type="java.lang.String"
          required="#{!cc.attrs.noLabel}"/>
         

      According to JSF docs, the required attribute may be a boolean value expression, but I'm getting a message "Value should be one of true, false" with type "Constraint Problem".

       

      Questions:

      1) Is this a known issue?

      2) How can I suppress the message or disable JSF *.xhtml validation completely?

      3) As a last resort, which individual plugin is responsible for this validation, so I can uninstall it?

       

      I'm using Eclipse 4.3.1 with JBoss Tools 4.1.

       

      Best regards,

      Harald