In my Spring Application i have two Select boxes.
first one is Country
List
Second one is State
List.
When we are select one Country Related State Will be Displayed.
In our Jsp we can manage to Display List Using Jquery.
But How to Prepare This List in Spring(Java)?
Please Suggest me How to Do this In Java?