I'm using Netbenas and Tomcat.
Trying to run, browser displays:
Unable to instantiate Action, ${package}.IndexAction, defined for
'index' in namespace '/'${package}.IndexAction
Root cause:
java.lang.ClassNotFoundException: ${package}.IndexAction
in struts.xml:
<action name="index" class="${package}.IndexAction">
<result>/jsp/index.jsp</result>
</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]