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
 month.
I will try using a snapshot soon, and see if it's working. Thanks for 
your reply.

Regards,
Laurent.

-- 
Laurent Rustuel,
Alten contractor for Genesys, an Alcatel-Lucent Company

--
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2374334


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).

--
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2374308