This is the simple query. On my struts page, i have 2 drop down control
say controlA and controlB on my struts form. On the page load, i
fetched and displayed some values from database on my drop down
controlA. Further i want to show dyanmic values on my drop down
controlB on the basis of selection or onchange of controlA.
Yes ! On the onchange of drop down controlA, i m able to perform
the action through javascript and submit the current Form and
successfully showing the correct values on drop down controlB.
Now the problem is that my drop down controls are get refreshed.
And therefore the Form showing the first values of dropdown list,
whatever values u select.
So please give the soln that how i prevent to show only that value
which the user select on drop down controlA.