You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Paul McMahan <pa...@gmail.com> on 2007/04/23 16:06:03 UTC

boolean value for selectBooleanCheckbox

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

Re: boolean value for selectBooleanCheckbox

Posted by Martin Haimberger <ma...@gmail.com>.
Hi Paul,

i have not seen this email from you and so i have written another solution
for the bug, but i also don't know if this was the right way. Maybe someone
can check if this solution is right.

Regards,
Martin Haimberger


On 4/23/07, Paul McMahan <pa...@gmail.com> wrote:
>
> 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
>