Re: parsing the query string - newbie question

2007-08-21 Thread Jerome Louvel
Hi Pete, Welcome! The answer is to use request.getEntityAsForm(), then check the Form class for access methods. Best regards, Jerome 2007/8/21, Pete [EMAIL PROTECTED]: in the handlePost method of my resource class, request.getEntity().getText() returns me a query string like a=bc=de=f etc.

parsing the query string - newbie question

2007-08-20 Thread Pete
in the handlePost method of my resource class, request.getEntity().getText() returns me a query string like a=bc=de=f etc. is there anything restlet has to parse such query string and return map or something? I see that the only way you can get you data from org.restlet.data.Request is