Hi,
How can I have the second line as a link for the firest line of this :
    <tr bgcolor="#eeeeff">
      <td><sql:getColumn position="1"/></td>
      <td><sql:getColumn position="2"/></td>
      <td><sql:getColumn position="3"/><sql:wasNull>[no
description]</sql:wasNull></td>
    </tr>

I tryied this but it does not work :

<tr bgcolor="#eeeeff">
      <td><a href=" <%= <sql:getColumn position='2'/> %>"><sql:getColumn
position="1"/></a></td>
      <td><sql:getColumn position="3"/><sql:wasNull>[no
description]</sql:wasNull></td>
    </tr>
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to