From adffaces-dev-return-1304-apmail-incubator-adffaces-dev-archive=incubator.apache.org@incubator.apache.org Thu Oct 05 14:05:13 2006 Return-Path: Delivered-To: apmail-incubator-adffaces-dev-archive@locus.apache.org Received: (qmail 83750 invoked from network); 5 Oct 2006 14:05:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Oct 2006 14:05:13 -0000 Received: (qmail 66304 invoked by uid 500); 5 Oct 2006 14:05:12 -0000 Delivered-To: apmail-incubator-adffaces-dev-archive@incubator.apache.org Received: (qmail 66172 invoked by uid 500); 5 Oct 2006 14:05:12 -0000 Mailing-List: contact adffaces-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-dev@incubator.apache.org Delivered-To: mailing list adffaces-dev@incubator.apache.org Received: (qmail 66163 invoked by uid 99); 5 Oct 2006 14:05:12 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [202.164.190.11] (HELO mnnts40ent1055.headstrong.com) (202.164.190.11) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Oct 2006 07:05:09 -0700 Received: by MNNTS40ENT1055 with Internet Mail Service (5.5.2657.72) id ; Thu, 5 Oct 2006 22:04:13 +0800 Message-ID: From: Anthony Yulo To: "'adffaces-dev@incubator.apache.org'" Subject: RE: DWR and ADF Faces Date: Thu, 5 Oct 2006 22:04:12 +0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Actually what I want is to launch a dialog when the onfocus() event fires. I am getting the FacesContext Instance on the method that is called by the javascript so that will pose a problem? ... ... ... // function FocusFunction() { BackingBean.launchDialog(); } ... ... ... public void launchDialog() { FacesContext context = FacesContext.getCurrentInstance(); ... ... ... } -----Original Message----- From: Simon Lessard [mailto:simon.lessard.3@gmail.com] Sent: Thursday, October 05, 2006 9:41 PM To: adffaces-dev@incubator.apache.org Subject: Re: DWR and ADF Faces I did not try it, but I don't see any reason why it would not work though, as long as you don't need a FacesContext instance in your DWR method. If you do, it might get hellish. Regards, ~ Simon On 10/5/06, Anthony Yulo wrote: > > Has anyone tried to integrate DWR with ADF Faces? > > *************The information transmitted is intended only for the person > or > entity to which it is addressed and may contain confidential and/or > privileged material. Any review,retransmission,dissemination or other use > of, or taking of any action in reliance upon, this information by persons > or > entities other than the intended recipient is prohibited. If you received > this in error, please contact the sender and delete the material from any > computer.********************* > > *************The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review,retransmission,dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.*********************