Jerome Louvel wrote:
Sure, you can pass parameters in the query part of your URI and retrieve them using getResourceRef().getQueryAsForm() which is a list of Parameter instances.
If you are using query parameters in the URI, be sure to have either the Apache or Net HTTP client connectors available. See http://www.restlet.org/documentation/1.0/connectors for instructions on adding a connector.
The built-in HTTP client seems to not pass query parameters (raised as http://restlet.tigris.org/issues/show_bug.cgi?id=329).
Regards, Michael.

