Solving issue java.util.ConcurrentModificationException in ADF application
This error occurs when you have a search criteria and table . and you set the "enable filter" option for this table
Make sure that the af:table is not filterable
Remove the filter option on each column of this table
Comments