ADF inputComboboxListOfValues
Hi ,
In Oracle ADF, I am using the inputComboboxListOfValues component.
When I change the LOV value then by using the valueChangeListener property i want to check some validation, if that validation is true then I need to revert my inputComboboxListOfValues LOV to the Old value.
LOV should show the old value not the New changed value.