500 No action instance for path /managerUserUpdatePreAction could be created
struts-config
<action path= "/managerUserUpdatePreAction " type= "com.handon.action.ManagerUserUpdatePreAction ">
<forward name= "true " path= "/orderuser/updateuserorder.jsp "> </forward>
</action>
页面 <a href= "managerUserUpdatePreAction.do/>
为什么不对呢?
------解决方案--------------------
<a href= "/managerUserUpdatePreAction.do/>
这样试试
你确定你的action extends struts中的Action了吗