Hi,

I am using @RequestParams to get the values of the parameters passed in the querystring.When I added some parameters in the Post body with name and value,the @RequestParams doesnt work.It shows null for the parameter name.

With @RequestBody I am able to see the parameter name and value as a string but not able to access those using @RequestParams.

Whether @RequestParams doesnt work for parameters passed in post request body?

Any help on this is appreciated

Regards