标签:struts
常量可以在struts.xml或struts.properties中配置,建议在
struts.xml中配置,两种配置方式如下:
<struts>
<constant name="struts.action.extension" value="do"/>
</struts>
在struts.properties中配置产量:
struts.action.extension=do
常量可在下面多个配置文件中进行定义:
struts.default.xml
struts.plugin.xml
struts.xml
struts.properties
如果在多个文件中配置了同一个常量,则后一个文件中配置的常量值会覆盖前面文件中
配置的常量值
struts2不会上传文件总大小大于限制的文件
标签:struts
原文地址:http://blog.csdn.net/lindonglian/article/details/45247373