Hello Dandaru,

You probably forgot to add a setter method for value property. You need to
add the following method

public void setValue(Boolean value)
{
  //
}

to your backing_page1 bean.


Regards,

~ Simon

On 9/10/07, Bandaru <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
>     When i use binding for 'selected' property in 'selectBooleanCheckbox'
> it
> is changing to Readonly mode in the Output,
>   But it should be able to change.
>    How can i avoid that,Please suggest me.
>
>   <tr:selectBooleanCheckbox selected="#{backing_page1.value}"/>
>
> Thank you,
> Bandaru.
> --
> View this message in context:
> http://www.nabble.com/selectBooleanCheckbox-changes-to-Readonly-Mode-on-Binding-tf4415119.html#a12593996
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>

Reply via email to