Results 1 to 2 of 2

Thread: Multiple JSON objects thru ajax as a list

  1. #1
    Join Date
    Oct 2010
    Posts
    19

    Question Multiple JSON objects thru ajax as a list

    How can I send multiple JSON objects thru ajax and fetch them in controller for manipulation???

    For Example, consider my jsp page shows 10 Employees, I select all of them and click on submit.. Now my controller should get a list consisting of 10 Employee objects…
    How to do this???????
    Last edited by Ratzzak; Jan 13th, 2011 at 12:38 AM.

  2. #2
    Join Date
    Oct 2010
    Posts
    19

    Default

    Sending single object works perfectly fine...
    But I need help with multiple objects..

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •