Update rich:dataTable binding on Ajax selectionchange
Posted
by
MilkJug
on Stack Overflow
See other posts from Stack Overflow
or by MilkJug
Published on 2011-01-03T20:50:10Z
Indexed on
2011/01/03
20:53 UTC
Read the original article
Hit count: 187
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)?
© Stack Overflow or respective owner