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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

