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 A7DE4D4BE for ; Thu, 25 Oct 2012 16:37:13 +0000 (UTC) Received: (qmail 8858 invoked by uid 500); 25 Oct 2012 16:37:13 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 8800 invoked by uid 500); 25 Oct 2012 16:37:13 -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 8716 invoked by uid 99); 25 Oct 2012 16:37:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2012 16:37:13 +0000 Date: Thu, 25 Oct 2012 16:37:13 +0000 (UTC) From: "Scott O'Bryan (JIRA)" To: dev@myfaces.apache.org Message-ID: <94422693.28039.1351183033114.JavaMail.jiratomcat@arcas> In-Reply-To: <879764229.45449.1329382499903.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (TRINIDAD-2216) The partialSubmit does not work with JSF 2 RI 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/TRINIDAD-2216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13484258#comment-13484258 ] Scott O'Bryan commented on TRINIDAD-2216: ----------------------------------------- Guys, before we look at committing this, have you tried the trinidad trunk to see if this is still an issue. Technically speaking, Trinidad 2.1, not Trinidad 2.0 should be used with JSF 2.1 > The partialSubmit does not work with JSF 2 RI > --------------------------------------------- > > Key: TRINIDAD-2216 > URL: https://issues.apache.org/jira/browse/TRINIDAD-2216 > Project: MyFaces Trinidad > Issue Type: Bug > Components: Components > Affects Versions: 2.0.0-core > Environment: Mojarra 2.1.6 (SNAPSHOT 20111206) > Glassfish 3.1.1 > Trinidad 2.0.0 > Reporter: Tomas Havelka > Attachments: TRINIDAD-2216-2259-2302.patch > > > Trinidad's partialSubmit does not work because the source parameter passed in the jsf.ajax.request call is null. See XMLRequest.js on the line 358. The source is part of the payload but is not assigned to the source parameter itself. It causes the RI implementation of jsf.ajax.request throws an error because of this code in it: > if (typeof source === 'undefined' || source === null) { > throw new Error("jsf.ajax.request: source not set"); > } -- 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