Is there a way to pass a javascript object as a request parameter to a jsp?
I dont want to send mutliple comma separated strings.
My scenario is that I am parsin a json response and then I will have to pass the values in the json to another jsp.
You could just re-build the JSON string (or even pass the original string along).