Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 11380 invoked from network); 15 Sep 2006 13:45:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Sep 2006 13:45:34 -0000 Received: (qmail 27481 invoked by uid 500); 15 Sep 2006 13:45:33 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 27456 invoked by uid 500); 15 Sep 2006 13:45:32 -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 27445 invoked by uid 99); 15 Sep 2006 13:45:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Sep 2006 06:45:32 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Sep 2006 06:45:15 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F12D5714349 for ; Fri, 15 Sep 2006 13:41:22 +0000 (GMT) Message-ID: <29341282.1158327682985.JavaMail.jira@brutus> Date: Fri, 15 Sep 2006 06:41:22 -0700 (PDT) From: "Abhilash Kumar (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Created: (TOMAHAWK-673) PanelNavigation2 multiplication on post back 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 PanelNavigation2 multiplication on post back -------------------------------------------- Key: TOMAHAWK-673 URL: http://issues.apache.org/jira/browse/TOMAHAWK-673 Project: MyFaces Tomahawk Issue Type: Bug Components: Examples, Panel Navigation2 Affects Versions: 1.1.3, 1.1.5-SNAPSHOT Environment: Linux / Windows, JDK 1.5_0_07, Tomcat 5.0.28 / Tomcat 5.5.17 Reporter: Abhilash Kumar PanelNavigation2 getting multiplicated on post back To generate this issue, the steps needs to be followed are : 1. Take the myfaces-example-simple-1.1.5-SNAPSHOT.war 2. Deploy it with Tomcat (I tested with standalone Tomcat 5.0.28 and Tomcat 5.5.17 comes with JBoss ) 3. Take web.xml and change the value of the param "javax.faces.STATE_SAVING_METHOD" to "client" 4. Take the file panelnavigation_2.jsp and add start tag and closing tags around tag . So now it will be 5. Add another tag like this; 6. Take the page in IE or Firefox(I used IE 6 and Firefox 1.5.07) and clikc on the commandbutton. The menu items will be multiplicated. This problem only appears if the state saving method is client AND if there is a tag surrounding the AND you have another in the page AND you post back. -- 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