You can use a t:dataList object instead of c:forEach.   c:forEach
doesn't work well unless you're using facelets.   t:dataList with a
layout=simple will do the same thing for you -- output each item
without any formatting.

On 1/6/06, Robert Parsons <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Thanks for the reply. However thats not quite what i'm after. I'd like
> to use another entire row (ie. using something like colspan="x") for the
> message. This is probably kinda working against how h:dataTable is
> designed to work. I'll probably just have to stick to a <c:forEach> loop
> and build the table myself.
>
> Thanks anyway,
> -Robert.
>
> Miller, John wrote:
>
> >Why not just let the cell wrap and set the width of that column to like
> >70% using css?? Doesn't answer your question, but just an idea
> >
> >-----Original Message-----
> >From: Robert Parsons [mailto:[EMAIL PROTECTED]
> >Sent: Friday, January 06, 2006 8:57 PM
> >To: [email protected]
> >Subject: h:dataTable with two rows per data row
> >
> >Hi,
> >
> >Is it possible to create a h:dataTable that has two HTML rows per row of
> >
> >data? Its just that I want to display a long message that wont fit next
> >to all the other columns, as hoping it might be possible to display it
> >under the row.
> >
> >Thanks,
> >-Robert.
> >
> >
> >
> >NOTICE:  This message, including all attachments transmitted with it, is for 
> >the use of the addressee only. It may contain proprietary, confidential 
> >and/or legally privileged information belonging to Litle & Co. No 
> >confidentiality or privilege is waived or lost by any mistransmission. If 
> >you are not the intended recipient, you must not, directly or indirectly, 
> >use, disclose, distribute, print or copy any part of this message.  If you 
> >believe you have received this message in error, please delete it and all 
> >copies of it from your system and notify the sender immediately by reply 
> >e-mail.  Thank you.
> >
> >
> >
> >
>
>

Reply via email to