0

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.

1 Answer 1

1

You could just re-build the JSON string (or even pass the original string along).

Sign up to request clarification or add additional context in comments.

2 Comments

Rebuilding may be another complex operation as the JSON returned is from a solr index.
Let us say that my JSON response from SOLR returns 100 thousand records. I display the values in jsp and on clicking every record let us say that I want to pop up another window and show some selected attributes- This is the exact situation.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.