Got it working, the jsp is now:
<logic:iterate id="iterator1" name="stencils" scope="session"
type="com.eurobenefits.dta.domain.StencilSummary">
<html:link page="/stencilname.do?action=doopenfile"
paramId="stencilName" paramName="iterator1" paramProperty="stencilName"
><bean:write name="iterator1" property="stencilName"
filter="true"/></html:link> <br>
</logic:iterate>
I've got no idea what i must have been trying before.
-----Original Message-----
From: Warwick Boote [mailto:[EMAIL PROTECTED]]
Sent: 30 July 2001 10:42
To: Struts-User (E-mail)
Subject: html:link parameter within logic:iterate
The output of this shows a list of links, but i want &stencilName=XXXX
apended to the url... how do i do that?
<logic:iterate id="iterator1" name="stencils" scope="session"
type="com.eurobenefits.dta.domain.StencilSummary">
<html:link page="/stencilname.do?action=doopenfile" ><bean:write
name="iterator1" property="stencilName" filter="true"/></html:link> <br>
</logic:iterate>
I need to use the paramName="stencilName" or somthing like that but nothing
seems to work.
Waz.
=)