Hi, I am trying to access all FormParams that are submitted in a POST request to my jaxrs resource. But I couldn't figure out how. I tried to use @Context WebRequest, but unfortunately traxrs does not seem to export the corresponding package. Is there a way to do this? I have a web service that does not know in advance which parameters a form contains because the form is dynamically generated (from an OWL ontology).
Regards, Daniel
