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 driving me crazy. I've already checked the

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 me crazy. I've already checked

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