Hi Guys,

Sorry to ask such a basic question but i've searched the archive and failed to find a suitable answer to my question so heres my problem:

I'm having some trouble getting <logic:iterate/> to work with a 2D String array when using it without a form bean. Heres what i'm trying to do:

I have an action which inserts a two dimensional String Array (i.e. tabledata) in to the request.



In my JSP i do the following:

<logic:iterate id="datarow" name="tabledata" indexId="counter">
        <tr>
                <td><bean:write name="<%=datarow[counter][0]%>"/></td>
                <td><bean:write name="<%=datarow[counter][1]%>"/></td>
       </tr>
</logic:iterate>


Any ideas???



_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail



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



Reply via email to