Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

getQueryString in JSP/JSTL

843838Jul 9 2007 — edited Jul 12 2007
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 9 2007
Added on Jul 9 2007
3 comments
446 views