Hello Leo,

Try using the "nested eXtension" (or MonkeyStruts as it is also called) it
could solve your problems...

Best of luck,
Darryl

> -----Original Message-----
> From: Leo Li [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, December 19, 2001 2:32 PM
> To:   [EMAIL PROTECTED]
> Subject:      use of <logic:iterate> on variable columns and rows?
> 
> My application need to display a table with the
> variable column and row.
> I have tried to use nested <logic:iterate> but it
> won't work. 
> 
> <logic:iterate id="col_" name="matrix" >
>     <tr>
>         <logic:iterate id="row_" name="col_" >
>               <td > 
>                     <bean:write name="row_"
> property="item"/>
>               </td>
>         </logic:iterate>  
>     </tr>
> </logic:iterate>
> 
> Could someone help me?
> 
> Thanks
> 
> __________________________________________________
> Do You Yahoo!?
> Check out Yahoo! Shopping and Yahoo! Auctions for all of
> your unique holiday gifts! Buy at http://shopping.yahoo.com
> or bid at http://auctions.yahoo.com
> 
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>

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

Reply via email to