D
Dancing Fingers
I'm try to create a dynamic link using JSTL (1.1 I think) to another
page. It didn't work so I wrote a test section and to my surprise
the browser didn't see any link AT ALL -- everything else worked
fine. Here's my test.
<tr>
<!-- add the table column headings -->
<c:forEach var="columnName" items="${name.columnNames}">
<c:choose>
<c:when test="${columnName == 'uname'}">
<td><a link=edit.jsp>test got</a></td>
</c:when>
<c
therwise>
<td> <c
ut value="${columnName}"/> </td>
</c
therwise>
</c:choose>
</c:forEach>
</tr>
Could some point me in the correct direction?
Thanks.
Chris
page. It didn't work so I wrote a test section and to my surprise
the browser didn't see any link AT ALL -- everything else worked
fine. Here's my test.
<tr>
<!-- add the table column headings -->
<c:forEach var="columnName" items="${name.columnNames}">
<c:choose>
<c:when test="${columnName == 'uname'}">
<td><a link=edit.jsp>test got</a></td>
</c:when>
<c
<td> <c
</c
</c:choose>
</c:forEach>
</tr>
Could some point me in the correct direction?
Thanks.
Chris