RE: (Corrected) No action instance for path [.path] could be created

2002-04-15 Thread Alex Paransky
PROTECTED]] Sent: Monday, April 15, 2002 1:52 PM To: Struts Users Mailing List Subject: (Corrected) No action instance for path [.path] could be created This one is driving me crazy. I've already checked the archive but found nothing relevant. I get the following error whenever I run the foll

Re: No action instance for path [/path] could be created

2002-04-15 Thread Chuck Cavaness
Look at the processActionCreate() method in the RequestProcessor. This is where the problem surfaces. Here's a fragment: try { instance = (Action)RequestUtils.applicationInstance(className); instance.setServlet(this.servlet); actions.put(className, instance); } catch (Th

Re: (Corrected) No action instance for path [.path] could be created

2002-04-15 Thread Jason B Menard
bject: Re: (Corrected) No action instance for path [.path] could be created > How about this one... > > Make the class public. > > Jay > > On Mon, 15 Apr 2002, Jason B Menard wrote: > > > This one is driving me crazy. I've already checked the archive but found

Re: (Corrected) No action instance for path [.path] could be created

2002-04-15 Thread Jay sissom
How about this one... Make the class public. Jay On Mon, 15 Apr 2002, Jason B Menard wrote: > This one is driving me crazy. I've already checked the archive but found > nothing relevant. I get the following error whenever I run the following > action: > > No action instance for path /addToC

Re: (Corrected) No action instance for path [.path] could be created

2002-04-15 Thread Jason B Menard
I'm using Tomcat-4.0.1. - Original Message - From: "James Mitchell" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, April 15, 2002 4:44 PM Subject: RE: (Corrected) No action instance for path [.path] could

RE: (Corrected) No action instance for path [.path] could be created

2002-04-15 Thread James Mitchell
What are you using for servlet container? JM > -Original Message- > From: Jason B Menard [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 15, 2002 4:52 PM > To: Struts Users Mailing List > Subject: (Corrected) No action instance for path [.path] could be > created

(Corrected) No action instance for path [.path] could be created

2002-04-15 Thread Jason B Menard
This one is driving me crazy. I've already checked the archive but found nothing relevant. I get the following error whenever I run the following action: No action instance for path /addToCart could be created The other actions are found, just not this one. Here's the relevant parts of my str

RE: No action instance for path [/path] could be created

2002-04-15 Thread James Mitchell
oops...sorry, wrong action JM > -Original Message- > From: Jason B Menard [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 15, 2002 4:44 PM > To: Struts Users Mailing List > Subject: No action instance for path [/path] could be created > > > This one is driving

RE: No action instance for path [/path] could be created

2002-04-15 Thread James Mitchell
take out the name="" JM > -Original Message- > From: Jason B Menard [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 15, 2002 4:44 PM > To: Struts Users Mailing List > Subject: No action instance for path [/path] could be created > > > This one is drivi

No action instance for path [/path] could be created

2002-04-15 Thread Jason B Menard
This one is driving me crazy. I've already checked the archive but found nothing relevant. I get the following error whenever I run the following action: No action instance for path /addToCart could be created The other actions are found, just not this one. Here's the relevant parts of my str

No action instance for path [path] could be created

2001-04-26 Thread Anderson, Jessica
What could be the cause of this error? What might be done to fix it? The application deploys successfully but when attempting to retrieve a struts action page via a link, this HTTP 500 (No action instance for path [path] could be created) error occurs. I am attempting to deploy on Sun'