View Single Post
  #4 (permalink)  
Old 01-07-2008, 01:52 PM
sreekumarkartha sreekumarkartha is offline
Member
 
Join Date: Jan 2008
Posts: 1
sreekumarkartha is on a distinguished road
hello. Thanks. I was looking the same, and I got it.
<c:forEach var="result" items="${requestlist}">
<tr>
<td><cut value="${result.id}"/></td>
<td><li><html:link action="/approvedetail.do?" paramId="requesttag" paramName="result" paramProperty="requesttag"><cut value="${result.requesttag}"/></html:link></li></td>
</td></tr></c:forEach>
Reply With Quote