Hi, This is how I'm generating the list of records, in this my main list is BusinessObjectsList which is a collection if BusinessObjectBean classes. This is the only collection I'm using. Should I be using another collection/array, if yes where should I have the setter and getter methods for them and what should they contain.
Please help me in resolving this issue. ======================= CODE ========================================= <table> <logic:iterate id="businessObject" indexId="idx" name="BusinessObjectsList" type="com.test.beans.BusinessObjectBean"> <TR> <td align="center"><%=(idx).intValue()+1%></td> <td align="center"> <bean:write name="businessObject" property="name"/> </td> <td align="center"> <bean:write name="businessObject" property="type"/> </td> <td align="center"> <bean:write name="businessObject" property="revision"/> </td> <td align="center"> <bean:write name="businessObject" property="status"/> </td> <td align="center"> <bean:write name="businessObject" property="owner"/> </td> <td align="center"> <html:multibox name="businessObject" property="objectId" > <bean:write name="businessObject" property="objectId"/> </html:multibox> </td> </TR> <TR><TD colspan=7> </TD></TR> </logic:iterate> </table> ================== END OF CODE ====================================== ===== pradeepbhargav JCE CIVIL GROUP MatrixOne India Scandent Group [EMAIL PROTECTED] __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]