-
Jan 26th, 2012, 03:00 AM
#1
@RequestParam Annotation doesnt work for Post Parameters?
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
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules