I have a simple html form with method = "post" and action="/myrestlet".The form
has name and description textfields. I would like to read the parameters sent
in the form, what in java servlets would be a simple call to
request.getParameter("name"). I am unable to find an equivalent in Restlet. Any
help is much appreciated. I have spent a lot of hours looking for this answer.
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2725630