xml
sinat_30002549
我是一名大三的学生
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Struts2----自定义action的学习心得
Struts2----自定义action的学习心得自定义action的三种方法1. new一个普通java类,然后让这个类做一个execute()的方法,返回值为String类型的。(返回值即是该action中result的名称)如下:Struts.xml: /index.jsp原创 2015-07-27 14:23:55 · 523 阅读 · 0 评论 -
Struts2中关于namespace的学习心得
Struts2中关于namespace的学习心得Struts.xml: <!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" "http://struts.apache.org/dtds/struts-2.0.dtd">原创 2015-07-25 17:18:32 · 441 阅读 · 0 评论 -
HTTP Status 404 - There is no Action mapped for namespace [/] and action name [login!welcome] associ
HTTP Status 404 - There is no Action mapped for namespace [/] and action name [login!welcome] associated with context path [/Struts-0908].(动态调用方法DMI失败)我使用的struts版本为struts-2.3.24struts.xml:原创 2015-09-08 19:09:12 · 1183 阅读 · 0 评论 -
There is no Action mapped for namespace [/] and action name [hello2] associated with context path [/
<!-- 配原创 2015-07-24 15:47:42 · 1163 阅读 · 0 评论
分享