hi all,
 
i want to set variable column width in the table while doing  iteration, the problem is i am doing iteration for vector of vectors.
 
 
 
<logic:iterate id="myCollectionElement" name="indexPage" property="records">
        <tr>
   <logic:iterate id="collectionElement" name="myCollectionElement" >
   <td width="24%"><div align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif" color="#000099">

        <bean:write name="collectionElement" />

    </font></div>
   </td>
   </logic:iterate>
  </tr>
 
 
thanx.
rama

Reply via email to