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]

Reply via email to