Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / March 2008

Tip: Looking for answers? Try searching our database.

Can't insert dynamic link using jstl

Thread view: 
Dancing Fingers - 19 Mar 2008 15:27 GMT
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:otherwise>
            <td> <c:out value="${columnName}"/> </td>
        </c:otherwise>
        </c:choose>

</c:forEach>
</tr>
Could some  point me in the correct direction?
Thanks.
Chris
Dancing Fingers - 19 Mar 2008 15:44 GMT
Okay, I'm an idiot.  It's HREF=, not link=

> 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
[quoted text clipped - 18 lines]
> Thanks.
> Chris


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.