Bart,
Is your entity bean configured in faces-config.xml to be a backing bean?
Otherwise, you should have your boolean value field in your backing bean and
copy its value to your entity bean in your action handler method that is
invoked from your command button.
-R
On Wed, Apr 2, 2008 at 2:01 AM, <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I'm having problems with the <tr:selectBooleanCheckbox> component. I have
> a page that updates an EJB3 Entity. If I make changes, alle values in the
> Entity get updated, except for the boolean values that are linked with the
> <tr:selectBooleanCheckbox> components. (Like this: <tr:selectBooleanCheckbox
> value=#{entity.booleanValue}/>.) It seems that selecting or deselecting a
> checkbox is not recognized as a change. If I only change boolean values, the
> Entity is not touched at all. I don't have a clue what is going wrong. Am I
> doing something wrong? Or is this a known issue? Any help would be
> appreciated!
>
> Best regards,
> Bart Kummel