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.
SelectOneChoice table filter execute automatically
August 6th, 2010 | Posted by Pompei Avram in Oracle ADF | 4 Comments
I created a table filter with a SelectOneChoice component and I was very disappointed to find out that I have to press the ENTER in order to actualy filter the table.
I was expecting to see the filtered results as soon as I selected the desired option or at least at leaving the SelectOneChoice component but [...]
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 [...]

