Hello All,

Got this by 

<logic:iterate name="<%= Konstants.SESSION_USER_KEY %>"
property="originatingHosts" id="ohosts">
             <logic:iterate name="ohosts" property="exchanges" id="exchange">
                 : <bean:write name="exchange" />
             </logic:iterate>

Thanks
Richard

On Fri, 18 Mar 2005 13:27:16 +0800, Richard Reyes
<[EMAIL PROTECTED]> wrote:
> 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]

Reply via email to