i'm facing a problem with prime-faces data table multiple selection.whenever i select some records and perform action for the first time ,it wont send back any records, then if i sort any columns or click 2 or 3 times values are passed correctly .could it be a ajax issue? or any property need to attach to the list?
<p:dataTable id="StatusSearch" var="item" rowIndexVar="rowStatusSearch" value="#{StatusAction.listBondLocationEBeans"
selection="#{StatusAction.listBEeans}" rowKey="#{item.LocationId}">
<p:column selectionMode="multiple"/>
ActionBean:
private LocationEBean[] listBEeans;