Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 22504 invoked from network); 20 Jun 2010 12:53:53 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Jun 2010 12:53:53 -0000 Received: (qmail 32561 invoked by uid 500); 20 Jun 2010 12:53:53 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 31922 invoked by uid 500); 20 Jun 2010 12:53:50 -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 31907 invoked by uid 99); 20 Jun 2010 12:53:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jun 2010 12:53:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jun 2010 12:53:46 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5KCrOvQ018442 for ; Sun, 20 Jun 2010 12:53:24 GMT Message-ID: <27555834.100661277038404515.JavaMail.jira@thor> Date: Sun, 20 Jun 2010 08:53:24 -0400 (EDT) From: "Werner Punz (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Commented: (MYFACES-2762) Handling mutiple h:form and AJAX is broken In-Reply-To: <28473378.95831276972824140.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MYFACES-2762?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12= 880626#action_12880626 ]=20 Werner Punz commented on MYFACES-2762: -------------------------------------- We had another issue with lost viewstates even in the old codebase which wa= s fixed by the new javascripts, but it can be that this one is a new bug in= troduced by the viewstate fixups. Nevertheless the root cause of all this is mostly a spec leak which mostly prevents cross form submits and generally multi form handling = in a clean manner, which I already filed, but let me see if we can fix this issue as well. Cr= oss form submits and especially this case should work. > Handling mutiple h:form and AJAX is broken > ------------------------------------------ > > Key: MYFACES-2762 > URL: https://issues.apache.org/jira/browse/MYFACES-2762 > Project: MyFaces Core > Issue Type: Bug > Components: JSR-314 > Affects Versions: 2.0.1-SNAPSHOT > Environment: myfaces current trunk (19.6.2010) > Reporter: Martin Ko=C4=8D=C3=AD > Priority: Critical > Attachments: MYFACES-2762.patch > > > Is seems that handling of http://www.mail-archive.com/jsr-314-open@jcp.or= g/msg00043.html (https://javaserverfaces-spec-public.dev.java.net/issues/sh= ow_bug.cgi?id=3D790) is broken in current trunk. This example: > > > =20 > > > > > > > > should produce output "true" with all clicks but it works only at first. = Firebug shows that all javax.faces.ViewState elements are removed after fir= st response. If I comment out first h:form it works as expected. > Because this example works fine with 2.0.0 I think it a regression. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.