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