Re: [Resteasy-users] @FormParam attributes not filled in @PUT method

2013-11-27 Thread Bill Burke
Are you sure this is a problem with Resteasy? Your link references Jersey. On 11/27/2013 11:04 AM, Charif Mauricio Nadir wrote: > Hi people I want to send @FormParams using a PUT method. But the mapped > attributes are never filled. I read here [1] that FormsParams only work > with POST method, c

[Resteasy-users] @FormParam attributes not filled in @PUT method

2013-11-27 Thread Charif Mauricio Nadir
Hi people I want to send @FormParams using a PUT method. But the mapped attributes are never filled. I read here [1] that FormsParams only work with POST method, can you confirm that? Thanks in advance. Mauricio Ch. [1] http://stackoverflow.com/questions/5964122/jax-rs-with-jersey-passing-form-pa