character « Parameter « JSP-Servlet Q&A





1. Jsp - Getting all parameters starting with characters    stackoverflow.com

If I have the following query:

http://example.com/mywebapp/mypage.jsp?names=John&names=Steve
How do I extract both names from the get parameter of 'names'?