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 68AD1DBD3 for ; Tue, 13 Nov 2012 13:00:14 +0000 (UTC) Received: (qmail 35817 invoked by uid 500); 13 Nov 2012 13:00:14 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 35698 invoked by uid 500); 13 Nov 2012 13:00: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 35652 invoked by uid 99); 13 Nov 2012 13:00:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Nov 2012 13:00:13 +0000 Date: Tue, 13 Nov 2012 13:00:13 +0000 (UTC) From: "Robert Schoch (JIRA)" To: dev@myfaces.apache.org Message-ID: <1242493075.107554.1352811613526.JavaMail.jiratomcat@arcas> In-Reply-To: <1832372450.37701.1331178066054.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (TRINIDAD-2238) dialog popup via commandButton's action property can only be done once in same page in Trinidad 2.0.1 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-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13496164#comment-13496164 ] Robert Schoch commented on TRINIDAD-2238: ----------------------------------------- None of the Trinidad Committers have the time to check this and integrate the patch? > dialog popup via commandButton's action property can only be done once in same page in Trinidad 2.0.1 > ----------------------------------------------------------------------------------------------------- > > Key: TRINIDAD-2238 > URL: https://issues.apache.org/jira/browse/TRINIDAD-2238 > Project: MyFaces Trinidad > Issue Type: Bug > Components: Components > Affects Versions: 2.0.1-core > Environment: windows,eclipse,firefox,Trinidad 2.0.1,javax-faces-2.1.4 > Reporter: mojiayi > Attachments: patch-for-XMLRequest.diff, TrinidadDialogTestCase.zip > > > I use this commandButton to popup a dialog,it's work fine for the first time. > width="900" height="500" partialSubmit="true"/> > Once I close this dialog,there is a js error shown in console of parent page. > jsf.ajax.request: source not set > [Break on this error] throw new Error("jsf.ajax.request: source not set"); > this js error is occured in line 1700 of file jsf.js in jsf jar. > And if I try to click this button to open this dialog again,dialog will not popup,nothing happens.Unless a ppr or reopen a page,dialog popup normally. > I think this is a bug of the new version of trinidad,because no such error in trinidad 1.2. -- 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