Re: More brain flatulence

2004-08-04 Thread Erik Weber
You are right on. It turned out he had an older struts jar file lying around. The scary thing is, it was lying around inside another web app archive. I thought there would be a sandbox between the two -- but, my head hurts from thinking about it anymore. Problem solved. Thanks, Erik Niall Pembe

Re: More brain flatulence

2004-08-03 Thread Niall Pemberton
The init() method signature for the PlugIn interface was changed from: init(ActionServlet, ApplicationConfig) to init(ActionServlet, ModuleConfig) in Nov 2002 in between the Strust 1.1 beta 2 and Strust 1.1 beta 3 versions. Also the stuff in initApplicationPlugIns() method in ActionServlet w