return ArrayList from spring controller for ajax call and render in second dropdown
- by user1708125
I've a spring bean with 3 Maps all of which are to be populated incrementally.
First map is an item category list, second map is a product list and third map is a hobby for item type list
All the maps are mapped to and on the JSP.
When the page is loaded only the first map is populated on the onchange event of first map, I need to populate the…