hi all

I would like to iterate with 3 array lists.

<logic:iterate id="date"      name="reportDataBean" property="dateList"
indexId="index" scope="request">
<bean:define id="description" name="reportDataBean"
property="descriptionList" scope="request"/>
<bean:define id="algorithm"   name="reportDataBean"
property="algorithmList"   scope="request"/>
  <tr>
    <td>[ <bean:write name="index"/> ]</td><!-- index -->
    <td><bean:write name="date"/></td>     <!-- date  -->
    <td><bean:write name="description" /></td> <!-- description -->
    <td><bean:write name="algorithm"/></td>     <!-- algorithm  -->     
    <td><html:link page="/report" paramId="index">
        <html:button property="showButton" value="Show"/></html:link>

    </td>
  </tr>
</logic:iterate>

but I dont know, how it take the right index for the ie
descriptionList.
at the moment, all items of the list are included in the <td>

the second problem ... I would like to have a button, which is a link,
which take the index as atribute

at the moment the link shows only the write url, without the parameter


thanx a lot


<marc>




Content Security by MailMarshal

Reply via email to