Web
lyon-yao
程序袁
展开
-
struts2.1.8 struts.xml配置各种转发
"-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" "http://struts.apache.org/dtds/struts-2.0.dtd"> /index.jsp /WEB-INF/page/hello.jsp /原创 2013-05-17 17:00:56 · 352 阅读 · 0 评论 -
struts2.1.8 加载常量的顺序
顺序如下: struts-default.xml------> struts-plugin.xml-------> struts.xml--------------> struts.properties-------> web.xml原创 2013-05-17 17:01:00 · 305 阅读 · 0 评论 -
struts2.1.8全局引用 +修改访问时的.action
1.全局引用 一般在一个包可以用的全局放在当前包里面 对于全部要用的可以新建一个父包 继承struts-default这个包,在这里面定全局,然后所有要用到全局results的包都把这个包继承下来就行了,如下: /index.jsp /images /WEB-INF/page/insert.jsp 此外这个子包里面也运用了给action属性注入值,当然对应原创 2013-05-17 17:00:58 · 374 阅读 · 0 评论 -
关于struts2的配置问题说明
在struts2的配置中我们可以这样配置: struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter struts2 /* 也可以这样配置: action org.apache.struts原创 2013-05-17 17:01:40 · 342 阅读 · 0 评论 -
struts2.1.8 web.xml简单配置
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"> struts2 org.apache.struts2.disp原创 2013-05-17 17:00:54 · 316 阅读 · 0 评论