Re: struts-config.xml plugin problem...

2006-04-21 Thread Don Brown
The problem is your custom plugin is declared as abstract, so Struts can't instantiate it: --- public abstract class LoggingPlugin implements PlugIn { --- Don On 4/19/06, Alan Treece <[EMAIL PROTECTED]> wrote: > > Many thanks for those that have replied to my earlier emails for > help... Hopeful

struts-config.xml plugin problem...

2006-04-19 Thread Alan Treece
Many thanks for those that have replied to my earlier emails for help... Hopefully once I get this one figured out I'll be on the way to getting my perl to Struts conversion complete... FYI... I've taken the time to migrate from Struts v1.1 to v1.2.9 so this issue is based on that code bas