Validation problem for cascading LOV with selectOneChoice for mandatory fields

October 18th, 2010 | Posted by in Oracle ADF | 1 Comment

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 : – [...]

(+) Read the rest of this entry

Exception handling in ADF 11g

July 23rd, 2010 | Posted by in Oracle ADF | 4 Comments

This post will teach you how to display custom error and session expired pages using Exception Handler.

(+) Read the rest of this entry

LOV on a reference attribute in Oracle ADF 11g – validation problem

July 18th, 2010 | Posted by in Oracle ADF | No Comments

I have followed a blog post for defining LOV on a reference attribute and changed it to meet our needs. The difference is that we needed an <af:selectOneChoice> in the page for the attribute with LOV defined and not an <af:inputListOfValues>

(+) Read the rest of this entry