You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by arne anka <do...@ginguppin.de> on 2008/05/08 11:34:01 UTC

tr:table resp tr:column: rowspan

hi,
i want to show some data in a tr:table, three columns but the 3d with  
rowspan="x" where x is the number of rows the table gets.
ie something like

<table>
	<tr><td>A</td><td>B</td><td rowspan="3">C</td></tr>
	<tr><td>D</td><td>E</td></tr>
	<tr><td>F</td><td>G</td></tr>
</table>

is there any way to do that?

thx

Re: tr:table resp tr:column: rowspan

Posted by Gerhard Petracek <ge...@gmail.com>.
hello,

please have a look at the trinidad-sandbox.
you will find the tableFormLayout component [1].

regards,
gerhard

[1] https://issues.apache.org/jira/browse/TRINIDAD-115



2008/5/10 Grzesiek <gr...@gmail.com>:

> It's rather impossible (but i'm not sure), so far I never have seen
> something like that
>
>
> 2008/5/8 arne anka <do...@ginguppin.de>:
>
> hi,
>> i want to show some data in a tr:table, three columns but the 3d with
>> rowspan="x" where x is the number of rows the table gets.
>> ie something like
>>
>> <table>
>>        <tr><td>A</td><td>B</td><td rowspan="3">C</td></tr>
>>        <tr><td>D</td><td>E</td></tr>
>>        <tr><td>F</td><td>G</td></tr>
>> </table>
>>
>> is there any way to do that?
>>
>> thx
>>
>
>


-- 

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Re: tr:table resp tr:column: rowspan

Posted by Grzesiek <gr...@gmail.com>.
It's rather impossible (but i'm not sure), so far I never have seen
something like that


2008/5/8 arne anka <do...@ginguppin.de>:

> hi,
> i want to show some data in a tr:table, three columns but the 3d with
> rowspan="x" where x is the number of rows the table gets.
> ie something like
>
> <table>
>        <tr><td>A</td><td>B</td><td rowspan="3">C</td></tr>
>        <tr><td>D</td><td>E</td></tr>
>        <tr><td>F</td><td>G</td></tr>
> </table>
>
> is there any way to do that?
>
> thx
>