<tr class="bg-row1">
<td class="td-highlighted-2">
<div align="left"><a href="<%=contextPath%>/jsp/admin/UpdateProject.jsp"><%=searchList1.getProjid()%></a></div>
</td>
<td class="td-highlight开发者_如何转开发ed-2">
<div align="left"><%=searchList1.getProjname()%></div>
</td>
</tr>
here jsp update request happens to be invoked by a link
in updateproject.jsp how can i refer projid and projname value in a text boxFor this type of scenario POST
is better suited,
Even if you want to stuck with GET
, you can use javascript and use window.open()
function for your purpose , and build URL dynamically reading fields
精彩评论