ADF Tutorial: How to executeWithParams with a LOV – SelectOneChoice and no command button
When creating and experimenting ADF Applications, a common thought or requirement would be to filter a table upon a selection from a LOV. This might sound straightforward to implement; Autosubmit to the LOV, ExecuteWithParams in the ValueChangeListener, partialTrigger on the table and buya, this should be enough. Later on you would find out that the behaviour is not the expected.