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