From adffaces-user-return-75-apmail-incubator-adffaces-user-archive=incubator.apache.org@incubator.apache.org Mon May 08 14:17:18 2006 Return-Path: Delivered-To: apmail-incubator-adffaces-user-archive@locus.apache.org Received: (qmail 16816 invoked from network); 8 May 2006 14:17:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 May 2006 14:17:18 -0000 Received: (qmail 99091 invoked by uid 500); 8 May 2006 14:17:18 -0000 Delivered-To: apmail-incubator-adffaces-user-archive@incubator.apache.org Received: (qmail 99049 invoked by uid 500); 8 May 2006 14:17:16 -0000 Mailing-List: contact adffaces-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-user@incubator.apache.org Delivered-To: mailing list adffaces-user@incubator.apache.org Received: (qmail 99034 invoked by uid 99); 8 May 2006 14:17:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 May 2006 07:17:16 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [216.250.190.150] (HELO oxygen.iphouse.net) (216.250.190.150) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 May 2006 07:17:15 -0700 Received: from webmail.iphouse.com (localhost [127.0.0.1]) by oxygen.iphouse.net (Postfix) with ESMTP id 0944B1F1AB0 for ; Mon, 8 May 2006 09:16:54 -0500 (CDT) Received: from 132.189.76.18 (SquirrelMail authenticated user bradyh@bitstream.net); by webmail.iphouse.com with HTTP; Mon, 8 May 2006 09:16:54 -0500 (CDT) Message-ID: <19723.132.189.76.18.1147097814.squirrel@webmail.iphouse.com> Date: Mon, 8 May 2006 09:16:54 -0500 (CDT) Subject: ADF Dialog Issue From: bradyh@bitstream.net To: adffaces-user@incubator.apache.org User-Agent: SquirrelMail/1.4.4 [CVS] X-Mailer: SquirrelMail/1.4.4 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I'm having a problem with ADF dialogs in EA19 and I was wondering if anyone has seen this problem before, has any suggestions, if it had been fixed, etc. If noone has seen this I'm going to go digging in the DialogService source for an answer but if it's been fixed that will of course be a wild goose chase. The issue: When I call a dialog there are certain circumstances where my returnListener never gets called. It seems to be related to the amount of partial submit activity on the dialog. AdfFacesContext.getCurrentInstance().returnFromDialog is always called on a full submit. I can replicate the problem every time but I can't determine what's getting lost/changed. Thanks for any help, Brady