http://jakarta.apache.org/struts/userGuide/struts-html.html#link
All the info you should ever need :)
Ot�vio Augusto wrote:
U mean i just need to add the paramId ?
thanks Ot�vio Augusto
On Wed, 24 Dec 2003 16:11:52 +0000 Mark Lowe <[EMAIL PROTECTED]> wrote:
just need paramId to set the parameter name.
On 24 Dec 2003, at 15:59, Ot�vio Augusto wrote:
Hi all
I'm trying to add a parameter (yeah,i mean only one) to a link. actually, it is an logic:iterator tag which generates a table, and one of the columns is the link to an action which is going to get the parameter send throw the request, process it and go to a jsp. so, the code follows:
<logic:iterate id="setor" name="setores">
<tr>
<td><bean:write name="setor" property="nome" /></td>
<td><bean:write name="setor" property="comentario" /></td>
<bean:define id="idSetor" name="setor" property="id" />
<td><html:link action="setoradmin" paramProperty="idSetor" paramName="setor">Detalhes</html:link></td>
</tr>
</logic:iterate>
I correctly generate de table and its values, but i can't generate the parameter i need to add to the link. Of course, this code might be wrong.
Any sugestions?
thanks, and happy holydays.
Ot�vio augusto
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Brice D. Ruth Sr. IT Analyst Fiskars Brands, Inc.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

