Hi,
I know dependent dropdowns have been discussed over and over again but my problem is slightly different.... I searched but i couldn't find. Someone please help me out here....
I am using Jdeveloper 10.1.2 with Struts and JSP , ADF BC. NO AJAX ( Could use it but can't afford more time than i have already used)
1.Ok dependent dropdowns - What i have currently done is onchange go to the action class and execute my child dropdown's view object by giving where caluse param as the value selected in parent dropdown. Now this was fine if I had only two dropdowns on my page. But my form has about 7 dropdowns, 6 radio buttons and lots more. Its an application form. Everytime I slect one of the dropdown it reloads which is costly plus I am executing the view object a lot...
2. Multiple Select swap - My basic requirement was to let user select multiple options from a drop down box by pressing ctrl. If i use this, how do i store these values in my entity object and then my data base( as an array? or comma seperated string?) Then i thought it would be cool to have multi select swap boxes.. Again I wrote a javascript function, not quite working yet...which will do the swaps between the two boxes but again how to store this data and now i will need two fields in the form for two diff boxes.. used in this case...right ??? Is there any demo anywhere for this.. i googled but didn't get anything in Struts...
I hope my questions are clear....
Please help