eclipse搭建struts2开发环境
搭建struts2(2.3.7版本)开发环境 跑范例报错“There is no Action mapped for action name HelloWorld”
配置文件截图:
[解决办法]
example.xml里面的result少了个name,不然的话你要怎么样的结果才能跳转呢?
发布时间: 2013-04-12 18:33:11 作者: rapoo
eclipse搭建struts2开发环境
搭建struts2(2.3.7版本)开发环境 跑范例报错“There is no Action mapped for action name HelloWorld”
配置文件截图:
[解决办法]
example.xml里面的result少了个name,不然的话你要怎么样的结果才能跳转呢?