Sunday, September 2, 2012

Trouble retrieving a saved ADF component value on UI?

Problem Description :

When you are working with ADF UI components like inputComboBoxListOfValues or other forms of LOVs which are bound to an LOV on the model layer and you face an issue when the value saved for an LOV does not display on the UI inspite of being saved in the DB?


Solution :

The issue most probably is to do with the groovy expression in the getter for this attribute in the model layer.
Once the correct groovy is fed in the model level getter, the attribute value is sure to display correctly on the UI.

No comments: