Re: How to execute an initialization by using another servlet entry in web.xml

2004-06-24 Thread manoj JC
calling this > method from the init() method of my actionServlet. > > Thanks again. > > >From: Bill Siggelkow <[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Subject: Re: How to execut

Re: How to execute an initialization by using another servlet entry in web.xml

2004-06-24 Thread Nicolas De Loof
ECTED]> > >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Subject: Re: How to execute an initialization by using another servlet > >entry in web.xml > >Date: Thu, 24 Jun 2004 08:51:29 -0400 > > > >If

RE: How to execute an initialization by using another servlet entry in web.xml

2004-06-24 Thread Geeta Ramani
needs.. Hth, Geeta > -Original Message- > From: manoj JC [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 24, 2004 10:17 AM > To: [EMAIL PROTECTED] > Subject: Re: How to execute an initialization by using another servlet > entry in web.xml > > > Thank you for

Re: How to execute an initialization by using another servlet entry in web.xml

2004-06-24 Thread manoj JC
m the init() method of my actionServlet. Thanks again. From: Bill Siggelkow <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: How to execute an initialization by using another servlet entry in web.xml Date: Thu, 24

Re: How to execute an initialization by using another servlet entry in web.xml

2004-06-24 Thread Bill Siggelkow
If you are using approach #3 then extend HttpServlet. However, you should not need to be accessing the ActionServlet from the init servlet. Perhaps you could provide some more background on what you are trying to accomplish. manoj JC wrote: Can somebody provide some sample code to do this. Plea