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]

Reply via email to