Hi,
I was not able to see a spring section. I saw some posts here related to spring, so i am posting it here. I have a requirement. I am working with Java-Spring MVC 3.0 framework. And i am working with form tags too in my JSP.
I have the following requirements:
1. I have 2 dropdown lists A and B. On selecting a option from A, the child elements of A should dynamically populate in B.
2. Then, i have 2 lists C and D. On selecting an option from B, the child elements of B should dynamically populate in C.
3. If i click an option from list C and click on ADD button, the option should move to List D and vice-versa.
4. Finally when i click on SAVE button, i should get the options in list D.
I read somewhere that jstl tags do not support dynamic populating. So, what could be the best way to achieve this using spring binding?
Any ideas or refernce links would be of great help.
Thanks & Regards,
YogeshP