Re: Problem using mechanismen

2005-01-15 Thread Kishore Senji
On Sun, 16 Jan 2005 01:02:50 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hubert Rabago wrote: > > >Yes. You could've been using a pre-1.1 struts.jar. > > > > > Ok, i found the old jar. My first Problem is solved ;-). > > But the next Error is comming. I don't use tiles and get the foll

Re: Problem using mechanismen

2005-01-15 Thread listed
Thank You! I didn't saw the Controller-Tag. Now its running :-). The Happy Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Problem using mechanismen

2005-01-15 Thread David G. Friedman
riate tile definitions in the tiles-defs.xml file (plus put it in the appropriate location) as listed below: Regards, David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, January 15, 2005 7:03 PM To: Struts Users Mailing List Subject: Re: Pro

Re: Problem using mechanismen

2005-01-15 Thread listed
Hubert Rabago wrote: Yes. You could've been using a pre-1.1 struts.jar. Ok, i found the old jar. My first Problem is solved ;-). But the next Error is comming. I don't use tiles and get the following Exception. I read in in the mailing-archive that someone had solved the Problem. http://www.

Re: Problem using mechanismen

2005-01-15 Thread Hubert Rabago
Yes. You could've been using a pre-1.1 struts.jar. On Sat, 15 Jan 2005 23:54:37 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hubert Rabago wrote: > > >Looks like you're using an obsolete jar. The spec you implemented is > >using ModuleConfig, yet the jar you're deploying is using the >

Re: Problem using mechanismen

2005-01-15 Thread listed
Hubert Rabago wrote: Looks like you're using an obsolete jar. The spec you implemented is using ModuleConfig, yet the jar you're deploying is using the deprecated ApplicationConfig. Hubert Thank you for the Tip. I looked for obsolete jar but i could not found anything. I downloaded the Version

Re: Problem using mechanismen

2005-01-15 Thread Hubert Rabago
> java.lang.AbstractMethodError: control.plugin.WatchdogPlugin.init(Lorg/apache/struts/action/ActionServlet;Lorg/apache/struts/config/ApplicationConfig;) > > public void init(ActionServlet servlet, ModuleConfig config) > throws ServletException { > logger.debug("Enter Watchdog

Problem using mechanismen

2005-01-15 Thread listed
Hi, i would like to use my own components to be plugged in and loaded dynamically but i get everytime the same exception. The error eccoured when the Servlet executes. I have no idea where the Problem is. I am happy about every tip. Thanxx Greets Jens ## The Excep