I tried adding breakpoints to the internal providers: org.restlet.ext.jaxrs.internal.provider.MultipartProvider org.restlet.ext.jaxrs.internal.provider.FileUploadProvider
They don't get called. When ParameterList$FormParamGetter.getParamValue() is called to get the form values it returns null. The entity Representation is: InputRepresentation and creating a Form( entity) yields this: [(------------------------------180e37a65aa7 Content-Disposition: form-data; name,"myField" hello ------------------------------180e37a65aa7-- )] Help!! please ;-) ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2681353

