Re: Re: Struts1.1 : subclass ActionServlet

2002-11-06 Thread aduprat . struts
Thanks for reponse and help Eddie. I've found documentation for the plugins architecture. I'm testing today. I'll let you know but i think it matches my need. Alexandre Duprat. Message d'origine Date: Tue, 05 Nov 2002 09:44:13 -0600 De: Eddie Bush [EMAIL PROTECTED] Sujet: Re: Struts1.1

Re: Re: Struts1.1 : subclass ActionServlet

2002-11-05 Thread aduprat . struts
fix my problem. For my servlet initialisation problem. I'm on my way with struts console. I hope it will help. Thanks again for helping a struts 1.1 newbee... Alexandre. Message d'origine Date: Mon, 04 Nov 2002 11:27:49 -0600 De: Eddie Bush [EMAIL PROTECTED] Sujet: Re: Struts1.1

Re: Struts1.1 : subclass ActionServlet

2002-11-05 Thread Eddie Bush
Well, there could still be cases where you wish to extend ActionServlet, but moreover I think folks will probably extend RequestProcessor instead. For initialization logic, ActionServlet is one spot - writing a class that implements org.apache.struts.action.PlugIn is another. The interface

Re: Struts1.1 : subclass ActionServlet

2002-11-04 Thread Eddie Bush
Why must you redefine init? Are you aware of the plugin architechture in 1.1, and why does it not fit your needs? The error looks like you made a boo-boo in your config file. It's not syntactically valid. That's my first impression. I've never seen the security thingies in the trace -