I have discovered an interesting behavior I want to share with you.
I have implemented cascading LOV using af:selectOneChoice component for mandatory fields and noticed that after selecting a value in the first drop-down list I get validation error for the second one.
Below are the steps to reproduce and fix the problem :
- made EmployeesEO entity [...]
Validation problem for cascading LOV with selectOneChoice for mandatory fields
October 18th, 2010 | Posted by Delia Coman in Oracle ADF | 1 Comment
selectOneChoice table filter for LOV column
August 8th, 2010 | Posted by Anca Capatana in Oracle ADF | 1 Comment
In this post I am going to show how to add a selectOneChoice component as a filter for a column with LOV.
Select one choice default selection
July 30th, 2010 | Posted by Pompei Avram in Oracle ADF | No Comments
When you create an entity, like an employee, and one attribute of that entity is tied to a list of values you usualy use a SelectOneChoice component for that attribute. That way you are going to get for that attribute only the values you expose trough the SelectOneChioce component.
But there is a usability problem when [...]
LOVSwitcher attribute populated with CreateWithParams
July 26th, 2010 | Posted by Anca Capatana in Blog, Oracle ADF | 2 Comments
Sometimes there are cases when you need to define multiple LOVs for one attribute and today I’m going to present one way for doing that using ADF LOVSwitcher feature in the particular case of row creation.

