Re: ApplicationListener issue

2008-09-25 Thread Laurie Harper
transfer this object from the Application Listener to my Action class? I'll appreciate your help, Thank you. Martin - Original Message - From: "Laurie Harper" <[EMAIL PROTECTED]> To: Sent: Thursday, September 25, 2008 4:45 AM Subject: Re: ApplicationListener issu

RE: ApplicationListener issue

2008-09-25 Thread Martin Gainty
o any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Thu, 25 Sep 2008 22:37:05 -0300 > Subject: Re: ApplicationListener issue > From: [EMAIL PROTECTED] > To: user@struts.apache.org > CC: user@struts.apac

Re: ApplicationListener issue

2008-09-25 Thread martin
;> getApplication(); and it turned out to be that the application >> object is null. Am I missing something in the configuration files? >> Is it required to do an interceptor to transfer this object from >> the Application Listener to my Action class? >> >> I

Re: ApplicationListener issue

2008-09-25 Thread [EMAIL PROTECTED]
#x27;ll appreciate your help, > > Thank you. Martin > > - Original Message - From: "Laurie Harper" > <[EMAIL PROTECTED]> To: Sent: Thursday, > September 25, 2008 4:45 AM Subject: Re: ApplicationListener issue > > > Martín Mauri wrote: >

Re: ApplicationListener issue

2008-09-25 Thread Martín Mauri
o my Action class? I'll appreciate your help, Thank you. Martin - Original Message - From: "Laurie Harper" <[EMAIL PROTECTED]> To: Sent: Thursday, September 25, 2008 4:45 AM Subject: Re: ApplicationListener issue Martín Mauri wrote: Hi all, I'm having an

Re: ApplicationListener issue

2008-09-25 Thread Laurie Harper
Martín Mauri wrote: Hi all, I'm having an issue while implementing an App Listener for my App. Thing is that the ApplicationListener appears to be working fine, as from the logs I can see that the contextInitialized method is being invoked. Inside the method I do this call, same way as the Mail