Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 22283 invoked from network); 25 Sep 2006 14:19:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Sep 2006 14:19:04 -0000 Received: (qmail 85707 invoked by uid 500); 25 Sep 2006 14:19:03 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 85669 invoked by uid 500); 25 Sep 2006 14:19:03 -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 85658 invoked by uid 99); 25 Sep 2006 14:19:02 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Sep 2006 07:19:02 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:39720] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 24/F8-13750-255E7154 for ; Mon, 25 Sep 2006 07:19:01 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2C9337142E8 for ; Mon, 25 Sep 2006 14:14:50 +0000 (GMT) Message-ID: <32489044.1159193690180.JavaMail.jira@brutus> Date: Mon, 25 Sep 2006 07:14:50 -0700 (PDT) From: "Mathias Werlitz (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Created: (TOMAHAWK-701) TabbedPane renders all tabs in server side mode MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N TabbedPane renders all tabs in server side mode ----------------------------------------------- Key: TOMAHAWK-701 URL: http://issues.apache.org/jira/browse/TOMAHAWK-701 Project: MyFaces Tomahawk Issue Type: Improvement Components: Tabbed Pane Affects Versions: 1.1.1 Reporter: Mathias Werlitz The tabbed pane renders always all content tabs in server side mode, regardless which tab is selected. This can cause much unnecessary rendering and html output. To speed up rendering it is sufficant to render only the selected tab in server side mode, I have provided a siple patch. -- 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