Hi all,
    My situation is List inside List and I am using Struts 1.0. There is no
beans. I need access to List by index(using Struts).
For ex.

<logic:iterate id="list2" name="list1" scope="session">
    <tr>
    <td><bean:write name="list2" property="list2[0]">
    <td><bean:write name="list2" property="list2[1]">
</logic:iterate>

Is this possible. There are no JSTL.
Or any other way do this without writing a new class.

rgds
Anto Paul


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

Reply via email to