Click here to Skip to main content
15,905,071 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

How to append the query string to the Current Url when i click on a link. AM using Spring MVC

i.e.

My URL : http://localhost:8080/Sample/SampleApp?id=1

In my page having multiple links (a href tags). Here i need to add the query string.


http://localhost:8080/Sample/SampleApp?id=1&uid=2 this is my need when i click on a link.

Thanks in Advance.

Regards,
GSS
Posted
Updated 8-Aug-14 19:04pm
v3
Comments
Sergey Alexandrovich Kryukov 9-Aug-14 2:32am    
And what's the problem?
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900