0

Is there any way to save list of object and their collections just by one click save? I mean list populated with already filled input text by object's value and justONE button "Save" to update all the items of the list.

zaxx
  • 285
  • 2
  • 5
  • 14

1 Answers1

1

Yes. Create one long JSON String and send it to your SPring MVC Controller.

See these posts for help:

JQuery, Spring MVC @RequestBody and JSON - making it work together

Problem with Spring 3 + JSON : HTTP status 406?

Community
  • 1
  • 1
danny.lesnik
  • 18,479
  • 29
  • 135
  • 200