Manual form with values from select list not getting populated
442271May 4 2005 — edited May 8 2005Hi,
I have a form that I have created manually that takes one of the select list value as a param and updates the values displayed. My problem is that the values are not displayed in the form item.
Details
I have created a page that has two regions , one for a cascading select list and the other for form.
The cascading select list has a "Product" field and depending on the value selected in "Product" , the value of "Test Cycle" is selected. Both are select list with submits, with "Source Used" set to "Only when current value in session state is null". I have also created a separate branch for each of the select list with a condition to fire only for that list item.This works
The next region has 4 manually created items . No source type is assigned for the items and Source used is "Always using ....." .I have a process create to assign values to the Items , which is a "Before header process". The before header process SQL as a dependency on the value returned by the second cascading select list.
I'd like to have the form fields get populated with data from the tables, based on the sql query, which is not happening
I have recreated the setup at http://htmldb.oracle.com/pls/otn/f?p=16026 on page 1
Please help.