Hi Experts,
In my Web Dynpro Application , i am having one table 7 columns out of which 3 are drop down by index and rest 4 fields are the normal input fields .These 3 drop downs are linked in such a way that drop down 1's value will be the input for select query and the result is displayed in drop down 2 and same for 3 .
I have written code in on change event of each drop down , where i get the value selected by user , after entering data for more than 1 row i am facing a problem i.e on submit button when i call method get_static_attributes_table to read all the data entered by user but i am just getting the values for normal input fields and it shows blank for all 3 drop down fields.
How to get/read all selected values of drop down fields as a whole in a single internal table.
Please help me for resolving the above issue .
Thanks.