struts2.0配置文件、常量配置详解
如果在多个文件中配置了同一个Struts2常量,则后一个文件中的配置的常量值会覆盖...<constant name="struts.ui.theme" value="simple"/> <!--spring托管--> ...
struts2常用常量配置终结
? <!-- 该属性指定需要Struts 2处理的请求后缀,该属性的默认值是action,即所有...struts.ui.theme=xhtml ###模板目录 struts.ui.templateDir=template #设置模板...