Dear Friends,
Please help how to get the query string of the url ( such as that getQueryString() of the Servlet) in JSP/JSTL.
I would like to get the query String for the below URL
http://localhost:8282/MyJSP/index.jsp?locale=en_US
then I attach at the end of the below <a href ...> link
Test
So that the URL for link becomes /index.jsp?country=en_US
Thank you in advance