From dev-return-60572-apmail-myfaces-dev-archive=myfaces.apache.org@myfaces.apache.org Thu Dec 27 14:28:18 2012 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 15381D0D4 for ; Thu, 27 Dec 2012 14:28:18 +0000 (UTC) Received: (qmail 71418 invoked by uid 500); 27 Dec 2012 14:28:17 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 70956 invoked by uid 500); 27 Dec 2012 14:28:14 -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 70871 invoked by uid 99); 27 Dec 2012 14:28:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Dec 2012 14:28:13 +0000 Date: Thu, 27 Dec 2012 14:28:13 +0000 (UTC) From: "Howard W. Smith, Jr. (JIRA)" To: dev@myfaces.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MYFACES-3631) Malformed Ajax XML Response with duplicated IDs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MYFACES-3631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13539969#comment-13539969 ] Howard W. Smith, Jr. commented on MYFACES-3631: ----------------------------------------------- In the past, I used MyFaces Core 2.1.8 and 2.1.9, and I experienced some messages in server log that mentioned duplicated IDs after AJAX request/response. Anyway, I am now using MyFaces Core 2.1.10 (since I am using TomEE 1.5.1 and 1.5.2 SNAPSHOT), and I don't see 'duplicated IDs' exception/errors any longer in my server log(s). > Malformed Ajax XML Response with duplicated IDs > ----------------------------------------------- > > Key: MYFACES-3631 > URL: https://issues.apache.org/jira/browse/MYFACES-3631 > Project: MyFaces Core > Issue Type: Bug > Components: General > Affects Versions: 2.0.9, 2.0.15 > Reporter: Michael Moossen > Assignee: Leonardo Uribe > Priority: Minor > Fix For: 2.0.16, 2.1.10 > > > code to reproduce: > {code:xml} > > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > xmlns:h="http://java.sun.com/jsf/html" > xmlns:a4j="http://richfaces.org/a4j" > xmlns:c="http://java.sun.com/jsp/jstl/core" > xmlns:rich="http://richfaces.org/rich" > > Test > >

Test

> > > > Tab1 > > > > > > > > > > > >
> > {code} > check the checkbox and change the tab to obtain: > {code} > info [16:20:14.159]: Received 'begin' event from
> info [16:20:14.213]: Received 'beforedomupdate' event from
> info [16:20:14.215]: Server returned responseText: java.lang.IllegalStateException > error[16:20:14.218]: Received 'error@malformedXML' event from
> error[16:20:14.218]: [200] undefined: undefined > info [16:20:14.220]: Received 'complete' event from
> {code} > I think the problem is somewhere in the org.apache.myfaces.shared.context.AjaxExceptionHandlerImpl class but not sure. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira