Re: [S2] post JSON to REST

2010-07-12 Thread mailtolouis2020-struts
From: Frans Thamura To: Struts Users Mailing List Sent: Mon, July 12, 2010 3:51:49 PM Subject: Re: [S2] post JSON to REST We use http post But dunno how to send via json rpc (m) -Original Message- From: mailtolouis2020-str...@yahoo.com Date: Mon, 12 Jul 2010 07:29:53 To: Struts

Re: [S2] post JSON to REST

2010-07-12 Thread Frans Thamura
We use http post But dunno how to send via json rpc (m) -Original Message- From: mailtolouis2020-str...@yahoo.com Date: Mon, 12 Jul 2010 07:29:53 To: Struts Users Mailing List Reply-To: "Struts Users Mailing List" Subject: [S2] post JSON to REST Hi, Sorry if this is dou

[S2] post JSON to REST

2010-07-12 Thread mailtolouis2020-struts
Hi, Sorry if this is double posted, because I didn't receive the mail which I post. I'm new to the struts2 rest plugin, I hope someone can help me. I'm trying to post a json data to a UserController, I can see create method is invoked, but the json data is not set to the UserController. He