Management of layout must be handled by yourself.  The tags don't get involved in this 
process.  If using Struts tags you might have to resort to scriptlets in conjunction 
with the iteration index to manage your layout.  

Or if scriptlets are anathema, you can use JSTL or Struts-EL.  Still you'll have to 
manage the layout.

Sri

P.S.

RE: Multibox -- It is handy if you have to display several checkboxes in your 
iteration.

RE: <logic:iterate> -- It is one way to loop through your collection

Neither does anything for the layout.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 25, 2003 3:14 AM
To: [EMAIL PROTECTED]
Subject: [Q] what is right way to display list of checkbox(es) in two or three columns?


Hello,

I have a list that needs to be displayed in two or three columns something like that 
format :

<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>

is <html:multibox> tag and <logic.iterate> only one way?
is any other ways to do it?

tnx

Best Regards.
Michael.


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


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

Reply via email to