I want to deserialize (bind) JSON to java object. How to do it in Struts2?
I am trying to do it with struts2-json-plugin as you can see in code below, but sent JSON from
I figured it out. There was missing:
contentType: 'application/json',
in my Ajax request.