Thanks for the reply, Adam. We did end up using an explicit actionListener instead of returnActionListener, but I do expect to use returnActionListener again in the near future. I'll let you know if any problems arise.
Shawn -----Original Message----- From: Adam Winer [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 6:29 PM To: [email protected] Subject: Re: returnListener not called from dialog This absolutely should work. Did you ever get it working? (I've been away from e-mail for the last week and a bit). -- Adam On 3/23/07, Bertrand, Shawn R <[EMAIL PROTECTED]> wrote: > Hi all, > > > > I have a commandButton which has a returnListener defined, and the > button uses "dialog:" notation (and its consequent navigation rule) to > display the popup. The popup has 2 buttons (ok and cancel), both of > which have a declared returnActionListener. I was expecting the > returnListener on the originating button to be called with the value of > the returnActionListener tag, but I don't see that happening. I've also > tried using an actionListener on the originating button and calling > launchDialog, but also failed to present a call into the returnListener. > > > > The documentation of the returnActionListener is pretty clear, but I > must be missing something. Any thoughts? > > > > Thanks in advance, > > > > Shawn Bertrand > > Tyco Electronics > > > >
