jsp update request happens to be invoked by a link

Posted by Akshatha on Stack Overflow See other posts from Stack Overflow or by Akshatha
Published on 2011-03-14T07:01:23Z Indexed on 2011/03/14 8:09 UTC
Read the original article Hit count: 208

Filed under:
|
<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-highlighted-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 box

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jsp