You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by hunkpapa <hu...@gmx.de> on 2001/03/22 22:29:27 UTC

Error: No action instance for path

Hi I've a prolem.
What is the cause of this error ?

Error 500
Location: /shop1/login.do
No action instance for path /login could be created


Re: Error: No action instance for path

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Thu, 22 Mar 2001, hunkpapa wrote:

> Hi I've a prolem.
> What is the cause of this error ?
> 
> Error 500
> Location: /shop1/login.do
> No action instance for path /login could be created
> 
> 
Check the log files for your servlet container.  It's most likely, though,
that Struts could not create a class of the type you have specified in
your struts-config.xml file because it couldn't find that class in
WEB-INF/classes or WEB-INF/lib/*.jar.

Craig