Hi, When I do a HTTP PUT request with message body. eg. x=12. It does not seem to be put into the requestParamters. (e.g cannot find the x=12 entry in request.getParameterMap )
I was told to try REST plugin. However, Just wondering why parsing the PUT request message body and putting the entries into the paramterMap is not supported in Struts2.3.16 core action? Thank you