Don't leave the extra line between your 'path' and the 'type'. This causes
the problem... 

cheers,
Amar..

-----Original Message-----
From: Mike Thompson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 28, 2001 3:50 PM
To: [EMAIL PROTECTED]
Subject: No action


I'm getting an error when linking to an action.

2001-06-28 02:29:48 - Ctx( /SecureExWeb ): 500 R( /SecureExWeb +
/servicemanager.do + null) No action instance for path /servicemanager could
be created

My struts-config.xml has the action entry:
<action path="/servicemanager"

type="com.instanton.secureex.web.action.service.ListServicesAction"
            name="serviceListForm"
            scope="session"
            validate="true">
                <forward name="success" path="/service/serviceindex.jsp"/>
</action>

What is going on here?  Is this a classpath type problem?
    --m

Michael R. Thompson
http://www.instanton.com
512.439.3815

Reply via email to