Total members 10261 | Gratitudes |It is currently Wed May 23, 2012 7:51 am Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 2 posts ] 
Author Question
 Question subject: Can't insert dynamic link in jstl
PostPosted: Wed Oct 22, 2008 1:13 am 
Offline
Proficient
User avatar

Joined: Sun Oct 19, 2008 3:47 pm
Posts: 281
Has thanked: 0 time
Have thanks: 1 time

I hope there's some jstl exprts here. I'm trying to insert a
dynamic link in an sql output table. Here's my test code:

Code:
<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>


Everything works fine except the link tag and I'm clueless why it doesn't.
Any ideas?


TOP
 Profile Send private message  
Reply with quote  
 Question subject: Re: Can't insert dynamic link in jstl
PostPosted: Wed Oct 22, 2008 1:15 am 
Offline
Proficient
User avatar

Joined: Sun Oct 19, 2008 3:53 pm
Posts: 229
Has thanked: 0 time
Have thanks: 0 time
This is an HTML problem, not JSTL.

The syntax of the <a> tag is wrong. It should be:
Code:
<a href="edit.jsp">

NOT
Code:
<a link=edit.jsp>


I always put quotes around all strings in HTML, JSTL, JSP, etc.


TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 2 posts ] 
Quick reply


  

 Similar topics
 Image Insert in Excel File Using POI
 Link Building Techniques
 create download link
 need help with d link live stream
 Show image when click on link
 Change the border color of image and its link
 usage of id attribute for link jumps
 link to parts in the same page
 inline style for link tag.
 set MIME type in link

All times are UTC [ DST ]


Users browsing similar posts

Users browsing this forum: Google Adsense [Bot] and 3 guests



Jump to:  
Previous Question | Next Question 




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team