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]>

Reply via email to