One need that I, for one, often encounter with DisplayTag is to display
a list of elements in one cell (e.g. a list of prerequisites for a
training course).In this instances, it makes more sense to display them
in one cell, rather then do something like grouping. 

To date, I implement this using a nested table. This works ok, but I am
thinking it creates an overhead for both the application and the browser
to render another table.

One alternative is to have a ColumnTag for Collections that allows
setting of the property on objects returned by the iterator that will be
displayed in the table cell. CSS such as display: block can be used to
do layout in tidy columns if needed.

Is this something worth doing?

Brad

-- 
Brad Smith <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to