I would like to use the "setter" function from the "filteredValue" property from the Data Table (PrimeFaces) to apply custom filtering logic... The problem is that the setter function always receives a null value and, if I use the value collection to filter, the filter operation isnt reflected in the datatable !.
publiv void setFilteredOrg(List filteredOrg) {
// filteredOrg always null
// I apply custom filtering against the value
return the filtered collection but the UI isnt filtered
}
Hope I make myself understood; I fear of pasting the code... But I can see if its confusing...