The colspan attribute was added within the last week, so it
won't
work unless you have a recent build. You can download the
nightly
builds from:
There is an example in the myfaces-examples-simple
project.
See colspan.jsp. If you still have questions, let me
know.
Lance
From: Harry Co [mailto:[EMAIL PROTECTED]
Sent: Friday, August 25, 2006 6:19 AM
To: [email protected]
Subject: t:column and colspan broken
Hello,
I'm trying to use colspan attribute on t:column to build a kind of
composite columnHeader
ex:
-------------------------------------------------------------------------------------------
| |
spanHeader
|
- NoSpanHeader |-----------------------------------------
|| |
col2Head |
col3Head |
-----------------------------------------------|-------------------------------------------
|
row1.col1 |
row1.col2 | row1.col3 |-----------------------------------------------|-------------------------------------------
|
row2.col1 |
row2.col2 | row2.col3 |-----------------------------------------------|-------------------------------------------
But I still failing getting produce such an output.
Where can I find documentation about this attribute?
Do you have samples code doing that?
TIA
Harry.

