How to apply a viewCriteria programmatically in ADF?
You often need to filter and modify the where clause of your view object programmatically in your controller bean depending on a user action. (for example, a click on a button will show a different set of data in the same table) To do so you can either add the where clause programmatically in the
How to apply a viewCriteria programmatically in ADF? Read More »

