message No action instance for path /getcity could be created in struts
description The server encountered an internal error (No action instance for path /getcity could be created) that prevented it from fulfilling this request.
Ans: it means that you miss-spelled class information just see [type="con.test.action. DoLogin"] it must be
type="com.test.action.DoLogin"
<action name="logform" path="/getcity" type="con.test.action.DoLogin" scope="request" parameter="action">
<forward name="cityyyy" path="/city_confirm.jsp"/>
</action>
description The server encountered an internal error (No action instance for path /getcity could be created) that prevented it from fulfilling this request.
Ans: it means that you miss-spelled class information just see [type="con.test.action.
type="com.test.action.DoLogin"
<action name="logform" path="/getcity" type="con.test.action.DoLogin" scope="request" parameter="action">
<forward name="cityyyy" path="/city_confirm.jsp"/>
</action>
0 comments:
Post a Comment