and what is what you get instead?

-----Original Message-----
From: Sarath Chandra M [mailto:[EMAIL PROTECTED]]
Sent: Mittwoch, 27. November 2002 11:11
To: [EMAIL PROTECTED]
Subject: <html:link> not working


Dear group,
I have jsp code like this :

<logic:iterate name="myobject" id="myid" scope="request">
<form>
        <tr>
        <td>
                <html:hidden name="myid" property="CNo"/>
                <html:link styleClass="cellLink" paramProperty="CNo"
page="nextpage.jsp">
                <bean:write name="myid" property="Name"/><br>
                </html:link>
        </td>
        </tr>
</form>
</logic:iterate>

In the above jsp the <html:link> is not working. My requirement is it
should generate a tag like 
<a href="nextpage.jsp?CNo=123">SomeName</a>

Can anybody let me know how to get this done ?

TIA
sarath


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to