Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 28992 invoked from network); 11 May 2008 15:51:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 May 2008 15:51:34 -0000 Received: (qmail 15990 invoked by uid 500); 11 May 2008 15:51:33 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 15943 invoked by uid 500); 11 May 2008 15:51:33 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 15932 invoked by uid 99); 11 May 2008 15:51:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 May 2008 08:51:33 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gerhard.petracek@gmail.com designates 66.249.82.234 as permitted sender) Received: from [66.249.82.234] (HELO wx-out-0506.google.com) (66.249.82.234) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 May 2008 15:50:46 +0000 Received: by wx-out-0506.google.com with SMTP id h28so1467070wxd.24 for ; Sun, 11 May 2008 08:50:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=jJL49xX4wkMgwY9btp75mLgPFm3UhOXAt9wFZEFm400=; b=OF9j1CfKyZaE7V9gaEPe/mqE3MY+GBqwUpuVQ9kdZB4chNUjHaVbJXMYjzXUdkhhO1l/oJdD/51fbOnNXioS6YGpCQKVScHVObHzn5usqbrJowllaufPwSkcxDwc05DMwrG5ueR+kxBjUBGirLh3DYeg5WJwwLa1wtMk+sThOOU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=f7aRVSbWAD+D69Vs95dukj0dLQNYt760DkHKtGyI+xOSkCsvMnUYrLgOtuAwFd6oYlSZHQyp/g/0dIGDQxYt5EOL+8EJku0fBsQbN5ZVQWURPr3xDxo7sHM5BSxzUBrKdLIAUF9nKWH4g1TTSunv1582gVFqQL6hdluSz/3iE1Y= Received: by 10.70.34.15 with SMTP id h15mr9230073wxh.58.1210521059420; Sun, 11 May 2008 08:50:59 -0700 (PDT) Received: by 10.70.47.7 with HTTP; Sun, 11 May 2008 08:50:59 -0700 (PDT) Message-ID: <2332f63b0805110850t2ec62e32i604952a96c9d9d9e@mail.gmail.com> Date: Sun, 11 May 2008 17:50:59 +0200 From: "Gerhard Petracek" To: "MyFaces Discussion" Subject: Re: tr:table resp tr:column: rowspan In-Reply-To: <9d6230450805100158l67fc2c13pafff6c866b0f923d@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_10289_29051356.1210521059414" References: <9d6230450805100158l67fc2c13pafff6c866b0f923d@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_10289_29051356.1210521059414 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 : > It's rather impossible (but i'm not sure), so far I never have seen > something like that > > > 2008/5/8 arne anka : > > 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 >> >> >> >> >> >>
ABC
DE
FG
>> >> 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 ------=_Part_10289_29051356.1210521059414 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 <gregory.d3@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 <dojo@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 ------=_Part_10289_29051356.1210521059414--