Retrieve data from handsontable to Struts2 Action via JSON not working
I am using struts2-json plugin to generate JSON data and Ajax to populate table (handsontable) with data from that JSON ( according to the source ). Now, I need to retrieve data from table to Struts2 Action using Ajax by JSON. First I've implemented populating table with data passed by JSON from Struts2 Action to Handsontable, that was quite easy and it works. But why save do not work as you can see in attached code below? As I see in a firebug the POST is sent and in debug the request is retrieved in my JSONSaveAction action but the field data is not being populated with JSON data, why? Data