Update rich:dataTable binding on Ajax selectionchange
- by MilkJug
I want to find the current selection of the data table whenever a selection changes. I can update other items using:
<a4j:ajax render=":tmp,:tmp2" event="selectionchange">
But I cannot find the current selection - I think the major issue is that the UIExtendedDataTable backing does not get updated on the Ajax request. Is there a way to update the current selection on a selectionchange (Using RichFaces 4)?