You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by A Stephen <st...@attbi.com> on 2002/12/08 01:00:49 UTC

Using nested:link tag

Greetings,
I'm trying to use the nested:link tag, i need an additonal parameter/value 
I would like the result to be
<a href="/edit.do?action=edit&key=<%=key%>"> Name </a>
Where the key value is the property 'key',

*****************************
<nested:iterate property="items" >
<tr>
<td>
 <nested:link href="/edit.do?action=edit&key=" >
[<nested:write property="name" />
 </nested:link>
 </td>
</tr>
</nested:iterate>
**********************************

Thank you,
-S


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>