Re: Issue w/ ActionServlet.init()...

2007-04-23 Thread David Lehrian
hanks for the idea though of trying to make something show up on the console from inside the method. Warm Regards, Dave - Original Message - From: "Niall Pemberton" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, April 23, 20

Re: Issue w/ ActionServlet.init()...

2007-04-23 Thread Niall Pemberton
The init() and init(ServletConfig) methods are part of the servlet API - the container calls init(ServletConfig) and that method then fires init() - so if they are not getting called then I don't think it has anything to do with Struts. Have you checked your logs for any errors? Niall On 4/23/0

Issue w/ ActionServlet.init()...

2007-04-23 Thread David Lehrian
I have an old application written using Struts 1.1 that has a subclass of ActionServlet which overrides the init() method to load data from some XML files. It works fine w/ Struts 1.1. I haven't touched it for years but now need to do some work on it. My current Netbeans environment has Strut