Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 89961 invoked from network); 20 Feb 2006 19:28:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Feb 2006 19:28:13 -0000 Received: (qmail 92277 invoked by uid 500); 20 Feb 2006 19:28:11 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 92224 invoked by uid 500); 20 Feb 2006 19:28:10 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 92212 invoked by uid 99); 20 Feb 2006 19:28:10 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Feb 2006 11:28:08 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 0F638DD for ; Mon, 20 Feb 2006 20:27:47 +0100 (CET) Message-ID: <545964980.1140463667060.JavaMail.jira@ajax.apache.org> Date: Mon, 20 Feb 2006 20:27:47 +0100 (CET) From: "Volker Weber (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Commented: (MYFACES-1146) Impossible to hide footer in dataTable In-Reply-To: <1893886545.1140451764753.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/MYFACES-1146?page=comments#action_12367069 ] Volker Weber commented on MYFACES-1146: --------------------------------------- First: please ask such questions on users mailing list, this is not a bug. A facet can contain only one child, so your code is not legal. try this: and use the rendered attribute of panelgroup for hiding/showing > Impossible to hide footer in dataTable > -------------------------------------- > > Key: MYFACES-1146 > URL: http://issues.apache.org/jira/browse/MYFACES-1146 > Project: MyFaces > Type: Bug > Components: Tomahawk > Versions: 1.1.1 > Reporter: Guy Bashan > Priority: Trivial > > It is impossible to hide the footer in a dataTable. There are cases in which the same table should sometimes show the footer and in other cases do not show it. For example: > width="100%" > cellpadding="0" > cellspacing="0" > border="0" > styleClass="reportTable" > headerClass="reportTitle" > footerClass="reportTableTotal" > rowClasses="reportRowLight,reportRowDark" > rowOnMouseOver="selectedRow = this.className; this.className='reportRowOver'" > rowOnMouseOut="this.className = selectedRow"> > styleClass="#{analyze.styleClass}" style="text-align:#{column.alignment}"> > > > > > > > > > > > > > > I tried hiding the footer with: f:subview wrapping the footer and as a footer child, but both seems to be not working. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira