| Author |
HTTP Status 404 - /stock/stockselect.do
|
ali dar
Greenhorn
Joined: Mar 26, 2006
Posts: 1
|
|
Hi, I am using eclipse and Jboss. and developing an application from this tutorial http://www.devx.com/Java/Article/21065/0/page/7. When i submit a form i get this error. HTTP Status 404 - /stock/stockselect.do here is what my struts-config.xml looks like: <action-mappings> <action path="/stockselect" type="lum.stock.action.StockAction" name="stockDynaValidateForm" validate="true" scope="request"> <forward name="success" path="/pages/stockquery.jsp"/> <forward name="failure" path="/pages/stockquery.jsp"/> </action> </action-mappings> Is thre any thing else my struts-config xml is missing ? Thanks
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56192
|
|
|
Moved to the Struts forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
|
Make sure that you have copied the web.xml file from the struts-blank.war file into your application.
|
Merrill
Consultant, Sima Solutions
|
 |
 |
|
|
subject: HTTP Status 404 - /stock/stockselect.do
|
|
|