oracle adf - View criteria missing in jdeveloper 12.1.3 -
we having cascading lov -> deaprtment, class(inputcomboboxwithlov). class lov filtered selected value of department. when follow below steps:
- select department
- click on down arrow show filtered results, see filtered classes selected department. select class , tab out.
- clear class field, again click on down arrow show filtered results.(p.s : department field not touched) class field not showing filtered results. when clicked on more... display search , select popup, see filtered results. the combobox dropdown values unfiltered.
on debugging, found viewcriteria applied filter using department missing. entire clause missing.
this occurring after our latest migration 12.1.3, earlier using jdeveloper 11g , never faced issue.
any pointers issue highly appreciated.
the lov ui hints "filter combo box using" option unchecked, when checked , tried able see filtered results in dropdown.
however did not understand why not picking values existing view criteria view object definition related lov's view accessor , why should explicitly check option.
Comments
Post a Comment