标签:style class color c rgb name
在web.xml</web-app>前添加的<filter></filter>和<filter-mapping></filter-mapping>
<filter>
<filter-name>struts2</filter-name>
<filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
<filter/>
<filter-mapping>
<filter-name>struts2</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
struts2中web.xml的配置,布布扣,bubuko.com
标签:style class color c rgb name
原文地址:http://www.cnblogs.com/wry13172/p/3713619.html