Hi,
I had two dropdown box. My requirement is upon selecting a particular value in first dropdown the values in the second dropdown should change.
For this I had a arraylist which contains all the possible combinations of values for second dropdown.
I am using div style tag to hide the first dropdown and the displaying the second one.
But this approach is not working.
Please help me out with any other alternative approach.