string « URL « JSP-Servlet Q&A





1. How to pass a string containing double quotes from a jsp to a servlet through URL using get method    stackoverflow.com

I want to set a jsp parameter to an attribute value which may contain special symbols, then use a form GET submit to pass the parameter to a servlet controller. For ...

2. How to pass an array of string in a url    stackoverflow.com

Hello i have an url in my jsp and i want to pass an array of string in this url to recover in my ActionForm

3. JSP - Passing a string through URL    coderanch.com