Hello Guys, Please help.
I need to access an arraylist property inside the arraylist that I have just iterated over. I got this code ..... -------------------------------------------------------------------------------------------- <logic:iterate name="<%= Konstants.SESSION_USER_KEY %>" property="originatingHosts" id="ohosts"> <tr> <td class="columnHeader">Originating Hosts : </td> <td class="values"><bean:write name="ohosts" property="hostname"/></td> </tr> <tr> <td class="columnHeader">Exchanges : </td> <td class="values"> </td> </tr> </logic:iterate> -------------------------------------------------------------------------------------------- Please note that originatingHosts is an arraylist. Now this has a property of exchanges which is also an arraylist. I need to display the desc property of every exchange object in this exchanges arraylist. Thanks in advance. Richard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]