I'm guessing a bit at what you want, but try this:

<logic:iterate id="FileInfo"
               indexId="ix"
               name="DirListForm"
               property="dirList"
               type="actiontrak.util.FileInfoDTO">
  <tr>
    <td><bean:write name="ix"/></td>
    <td><bean:write name="FileInfo" property="name"/></td>
    <td>
      <html:link action="/Dirlist"
                 paramId="FileName"
                 paramName="FileInfo"
                 paramProperty="name">
        <bean:write name="FileInfo" property="name"/>
      </html:link>
    </td>
  </tr>
</logic:iterate>

Quoting "Nielsen, Jim" <[EMAIL PROTECTED]>:

> To all,
>       
> I have an iteration and would like to create a html link with parameter(s)
> based on the values inside the iteration loop. The iteration works fine
> (thanks to help earlier from this list),  now just trying to get the link
> to
> be built properly.
>       
> How do I do this? the JSP snippet below doesn't work...
> 
>       
> <logic:iterate id="FileInfo" indexId="ix" name="DirListForm"
> property="dirList" type="actiontrak.util.FileInfoDTO">
>       <tr>
>               <td><bean:write name="ix"/></td>
>               <td><bean:write name="FileInfo" property="name"/></td>
>               <td>
>               <html:link page="/Dirlist.do" paramId="FileName"
> paramName="name">
>                       <bean:write name="FileInfo" property="name"/>
>               </html:link>
>               </td>
>       </tr>
>       </logic:iterate>
>       
> Any hints/help is appreciated.
> 
> 
> Jim Nielsen
> EDS
> [EMAIL PROTECTED]
> phone: (810) 234-4025 (8-394)
> AOL IM: JimRNielsenEDS
> 
> GLTC-B
> 4100 S. Saginaw., MC:  485-303-321
> Flint, MI  48557

-- 
Kris Schneider <mailto:[EMAIL PROTECTED]>
D.O.Tech       <http://www.dotech.com/>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to