hey! the clientrequest contains an array[][].
in my resource I want to get this data:
getRequest().getEntityAsForm().getValues("myArray[][]")
this gives me a flattened string.
but how can I get this array into or map? is there already an appropriate
method or do I have to parse this string?
thanks in advance!
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2461664

