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

2007-04-23 Thread David Lehrian
ked your logs for any errors? Niall On 4/23/07, David Lehrian <[EMAIL PROTECTED]> wrote: 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'

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