views:

173

answers:

0

I have a ice:datatable with ice:rowSelector. In each row there's a button.

The click on the button should not trigger the rowSelector so I thought I could use toggleOnInput="true" but it does not work...event with this property set the table row is de/selected on button click. Any workarounds?

<ice:rowSelector value="#{item.selected}" multiple="false"
                             selectedClass="tableRowSelected" 
                             selectionListener="#{createUserBean.accountSelected}"
                             toggleOnInput="false"
                             toggleOnClick="true"
                            />      

Using latest ICEfaces 1.8.2 Build number: 7 Revision: 19321