Hi,
I get the following exception
"java.lang.NoClassDefFoundError: articles/create_cat/CreateCategoryAction
(wrong name: create_cat/CreateCategoryAction)"
This is my struts-config.xml file
<form-bean name="categoryForm"
type="org.apache.struts.action.DynaActionForm">
<form-property name="category" type="java.lang.String"/>
</form-bean>
<action
path="/createCategory"
type="articles.create_cat.CreateCategoryAction"
name="categoryForm"
scope="request"
input="/articles/create_cat/createcat.jsp">
<forward name="success" path="/articles/create_cat/done.jsp"/>
<forward name="failed" path="/articles/create_cat/createcat.jsp"/>
</action>
Whats wrong with this?
Uma
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]