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 409857E81 for ; Tue, 13 Dec 2011 12:32:02 +0000 (UTC) Received: (qmail 28757 invoked by uid 500); 13 Dec 2011 12:32:02 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 28726 invoked by uid 500); 13 Dec 2011 12:32:01 -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 28718 invoked by uid 99); 13 Dec 2011 12:32:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2011 12:32:01 +0000 X-ASF-Spam-Status: No, hits=-2001.5 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; Tue, 13 Dec 2011 12:31:52 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8E818110F9E for ; Tue, 13 Dec 2011 12:31:30 +0000 (UTC) Date: Tue, 13 Dec 2011 12:31:30 +0000 (UTC) From: "Werner Punz (Resolved) (JIRA)" To: dev@myfaces.apache.org Message-ID: <284677474.5495.1323779490585.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <757140793.39337.1321553032122.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (MYFACES-3401) Issue with RichFaces fileUpload component using MyFaces 2.0 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-3401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved MYFACES-3401. ---------------------------------- Resolution: Fixed Fix Version/s: 2.1.6-SNAPSHOT 2.0.12-SNAPSHOT The issue now is fixed in the latest head of both 2.0 and 2.1 the richfaces 4.0 file upload component now works sufficiently. > Issue with RichFaces fileUpload component using MyFaces 2.0 > ----------------------------------------------------------- > > Key: MYFACES-3401 > URL: https://issues.apache.org/jira/browse/MYFACES-3401 > Project: MyFaces Core > Issue Type: Bug > Components: JSR-314 > Affects Versions: 2.0.9 > Reporter: Paul Nicolucci > Assignee: Werner Punz > Fix For: 2.0.12-SNAPSHOT, 2.1.6-SNAPSHOT > > Attachments: webapp.war > > > I have an application that I'll attach to this issue that can reproduce this issue. To reproduce you need to: > 1) Install webapp.war > 2) navigate to index.xhtml > 3) click the "add" button and select a file to upload ( any file it does not matter ) > 4) click the "upload" button > The following error occurs: context.source is undefined -> jsf.js.jsf:6422 > If I look at the jsf.js line 6422 I see the following: > var elementId = (context._mfInternal)? context._mfInternal["_mfSourceControlId"] : context.source.id; > The above line is in the processUpdate : function(request, context, node) method. I'm not very familiar with the JS within MyFaces so I wanted to open up an issue and get some feedback from the community. > I see that other issues have been opened regarding RichFaces fileUpload such as : https://issues.apache.org/jira/browse/MYFACES-3043 -- 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