RE: How configure DialogContextListener?

2007-05-29 Thread mario.buonopane
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: 29 maggio 2007 03.19 To: user@shale.apache.org Subject: Re: How configure DialogContextListener? On 5/28/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thanks, but there is no way to configure

RE: How configure DialogContextListener?

2007-05-28 Thread mario.buonopane
] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: 25 maggio 2007 19.03 To: user@shale.apache.org Subject: Re: How configure DialogContextListener? On 5/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, how can i configure a DialogContextListener? Two different ways: (1) Get

Re: How configure DialogContextListener?

2007-05-28 Thread Craig McClanahan
To: user@shale.apache.org Subject: Re: How configure DialogContextListener? On 5/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, how can i configure a DialogContextListener? Two different ways: (1) Get access to the DialogContext instance for the currently active dialog, then call

Re: How configure DialogContextListener?

2007-05-25 Thread Craig McClanahan
On 5/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, how can i configure a DialogContextListener? Two different ways: (1) Get access to the DialogContext instance for the currently active dialog, then call addDialogContextListener() on it, passing the instance of your listener.