Have you an example of code that you are using? Cheers Greg
On 11 February 2014 07:11, Dong Qiu <dong...@gmail.com> wrote: > 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 >