In order to address https://issues.apache.org/jira/browse/ MYFACES-1592 my current thinking is that the "value" attribute for the selectBooleanCheckbox tag needs to use:
      <deferred-value>
        <type>boolean</type>
      </deferred-value>

instead of:
     <deferred-value></deferred-value>

Does that sound like the right approach? If so then I'm having some trouble figuring out how to make the maven faces plugin generate the tag this way since the "value" attribute is already present via inheritance. Any pointers on how to accomplish this?

Best wishes,
Paul

Reply via email to