I'm facing a problem while trying to retrieve a Collection of Object (List<MyObject>) through Ajax call using Jquery.
My
jsp where i make a call is :
The getCities is mapped to the following:
I believe the problem lies here: @ResponseBody is not able to automatically convert the List value into JSON format & hence i get the following error:
Please guide me.
I used Firbug to see what's going on. Here's what i get:
Please Help me. I'm stuck.