I am calling jsp on <a href> tag like this
<div align="left"><a href="jsp/admin/UpdateProject.jsp"><%=searchList1.getProjid()%></a></div>
I want to get the value of searchlist1.getProjid in UpdateProject.jsp
How can I do it… please suggest me with example code.
You can send it as parameter:
And then use it in the new jsp like: