问题描述
- struts2中action的路径问题
-
页面:<form action="<%=basePath%>zy?cou_id=1" method="post"> <input type="submit" value="开始学习" class="ss" style="line-height:40px; font-size:26px; margin-left:20%; background-color:#0F9;" /> </form>
配置:
<struts><package name="stu" extends="struts-default" name="/"> <action name="zy" class="el.com.web.action.stu.StudentAction" method="findCourse"> <result name="success">student/OEStudent/stu_zy.jsp</result></action> </package> </struts>
问题:
HTTP Status 404 - There is no Action mapped for namespace [/] and action name [zy] associated with context path [/e-Learning].
解决方案
为什么会有两个name呢 。。“/” namespace 默认的命名空间就是“/”。你看看你的basepath 与访问的地址匹配
解决方案二:
在线等。。。。求各县神通
解决方案三:
struts2 action中传值问题
struts2 ajax访问Action linux和windows下的路径问题
Struts2的jsp和action路径解决方案
解决方案四:
不要沉呀呀呀呀呀呀呀
时间: 2024-09-12 06:18:49