Hi - did you get this working?
You can use the indexed="true" attribute, with indexId="stencilName" to achieve
this, using the indexed tags in the nightly build.
Cheers,
Dave
Warwick Boote <[EMAIL PROTECTED]> on
07/30/2001 05:42:09 AM
Please respond to [EMAIL PROTECTED]
To: "Struts-User (E-mail)"
<[EMAIL PROTECTED]>
cc: (bcc: David Hay/Lex/Lexmark)
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.
=)