Hi Robert,

I doubt that this is possible with h:dataTable or t:dataTable. The
renderers for those components generate a <TR>, then render the columns,
then generate a </TR>. So unless you want to write your own custom
renderer for the component, I think you're out of luck.

Regards,

Simon

On Sat, 2006-01-07 at 13:52 +1100, Robert Parsons 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