| Author |
Suddenly have a No action instance for path error??
|
john mattucci
Ranch Hand
Joined: Nov 03, 2000
Posts: 329
|
|
Im getting the following error No action instance for path /dsubmit could be created <action name="HtmlForm" parameter="method" path="/dsubmit" scope="session" type="com.bean.DeleteDispatchAction" validate="false"> <forward name="dynamic" path="/dedynamic.do"/> <forward name="staticcategory" path="/destatic.do"/> <forward name="subcategory" path="/dyndelete.do"/> </action> <html:form action="/dsubmit"> <table border="0" width="100%" > <tr> <td align="center"> <html:select property="method"> <html ption value="dynamic">Dynamic Category</html ption> <html ption value="staticcategory">Static Category</html ption> <html ption value="subcategory">Sub Category</html ption> </html:select> Any idea why this is happening
|
 |
Chris Mathews
Ranch Hand
Joined: Jul 18, 2001
Posts: 2712
|
|
Is "com.bean.DeleteDispatchAction" is proper fully-qualified classname to your action? Is com.bean.DeleteDispatchAction in your web application? Does com.bean.DeleteDispatchAction extend Action or DispatchAction?
|
 |
john mattucci
Ranch Hand
Joined: Nov 03, 2000
Posts: 329
|
|
|
doh forgot to include com.bean.DeleteDispatchAction in my web application. I spent hours trying to figure out what the issue was and it was the most obvious. Thank you for your time
|
 |
 |
|
|
subject: Suddenly have a No action instance for path error??
|
|
|