Return-Path: X-Original-To: apmail-myfaces-dev-archive@www.apache.org Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DE48C9E3A for ; Sat, 26 Nov 2011 13:32:03 +0000 (UTC) Received: (qmail 35985 invoked by uid 500); 26 Nov 2011 13:32:03 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 35934 invoked by uid 500); 26 Nov 2011 13:32: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 35927 invoked by uid 99); 26 Nov 2011 13:32:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Nov 2011 13:32:03 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Nov 2011 13:32:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E08DCA0E2B for ; Sat, 26 Nov 2011 13:31:39 +0000 (UTC) Date: Sat, 26 Nov 2011 13:31:39 +0000 (UTC) From: "Werner Punz (Commented) (JIRA)" To: dev@myfaces.apache.org Message-ID: <976891336.13486.1322314299921.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <698164855.12582.1322249859981.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MYFACES-3408) ajax behaviour has changed within myfaces-2.1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MYFACES-3408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13157483#comment-13157483 ] Werner Punz commented on MYFACES-3408: -------------------------------------- Ok I can reproduce the issue here, I will debug it out on my side next week, as I said please give me a few days to recover before fixing it. (if it is client side related) > ajax behaviour has changed within myfaces-2.1.4 > ----------------------------------------------- > > Key: MYFACES-3408 > URL: https://issues.apache.org/jira/browse/MYFACES-3408 > Project: MyFaces Core > Issue Type: Bug > Affects Versions: 2.1.4 > Reporter: Rene O > Attachments: jsf2testcase.war > > > Example site: > > xmlns:h="http://java.sun.com/jsf/html" > xmlns:f="http://java.sun.com/jsf/core" > xmlns:ui="http://java.sun.com/jsf/facelets"> > > > JSF Test > > > > > > > > > > > If you click the button, the following happens (you can see this if you use the richfaces a4j:log component): > myfaces-2.1.4: > info [20:19:52.375]: Received 'begin' event from > info [20:19:52.421]: Received 'beforedomupdate' event from > info [20:19:52.453]: Received 'success' event from > info [20:19:52.453]: Received 'complete' event from > but with myfaces-2.1.3 and mojarra-2.1.4: > info [20:23:57.671]: Received 'begin' event from > info [20:23:57.828]: Received 'beforedomupdate' event from > info [20:23:57.843]: Listing content of response changes element: > Element update for id=testForm:textId > Test]]> > Element update for id=javax.faces.ViewState > > You see, that now with myfaces-2.1.4 something goes wrong... > This new behaviour causes some problems within richfaces. For example the rich:tabPanel component doesn't work correct now, if used in ajax mode. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira