Re: beginner question about Resource

2009-07-22 Thread Laurent Rustuel
Hello Jérôme, Jerome Louvel a écrit : Which version of Restlet 2.0 are you using? If it is Restlet 2.0 M3, it has Yes, it is Restlet 2.0 M3. a few annoying issues in this exact area. In this case, I suggest upgrading to a recent snapshot (unstable release) until we release 2.0 M4 later this

RE: Re: Getting POST parameters out of request

2009-07-22 Thread webpost
Okay, at Restlet-side I use getRequest().getEntityAsForm() instead of getRequestAttribute() now. At HttpClient side I had to send the parameters as entity and not HttpParams (I tried after realising that getRequestAttribute didn't worked for that).