1Convention插件1.1设置结果页面路径默认所有的结果页面都存储在WEB-INF/content下,你可以通过设置struts.convention.result.path这个属性的值来改变到其他路径。如:Xml代码<constantname=struts.convention.result.pathvalue=/WEB-INF/page/>则将路径配置到了WEB-INF/page下。1.2设置Convention搜索包默认包路径包含action,actions,struts,Struts2的所有包都会被struts作为含有Action类的路径来搜索。你可以通过设置struts.c...