You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Thompson, Darryl" <Da...@allegiancetelecom.com> on 2002/02/05 15:10:05 UTC

RE: use of on variable columns and rows?

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:leoli_ncsi@yahoo.com]
> Sent:	Wednesday, December 19, 2001 2:32 PM
> To:	struts-user@jakarta.apache.org
> 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:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>