users@jersey.java.net

Getting multivalued parameter from GET querystring (like getParametersValues in servlet API)

From: Eduardo Pérez Ureta <edpeur_at_gmail.com>
Date: Wed, 27 Aug 2008 12:44:02 +0000

Hi,

I am starting to use this API to develop WEB applications accessing
REST resources using XMLHttpRequest with JSON
But I do not know how to get a multivalued parameter from the GET
querystring (like getParametersValues() in servlet API)

Do you guys know how to do this or know any example that does this?

Eduardo