Shinsuke Sugaya 10 年之前
父节点
当前提交
7798abd302
共有 2 个文件被更改,包括 5 次插入0 次删除
  1. 2 0
      src/main/resources/app.dicon
  2. 3 0
      src/main/webapp/WEB-INF/struts-config.xml

+ 2 - 0
src/main/resources/app.dicon

@@ -4,7 +4,9 @@
 <components>
 	<include path="convention.dicon"/>
 	<include path="aop.dicon"/>
+	<!-- 
 	<include path="saflute.dicon"/>
+	 -->
 	<include path="dbflute.dicon"/>
 
 	<include path="fess.dicon"/>

+ 3 - 0
src/main/webapp/WEB-INF/struts-config.xml

@@ -38,7 +38,10 @@
 <!-- ================================ Message Resources Definitions -->
 
     <message-resources parameter="application"
+        factory="org.seasar.struts.util.S2PropertyMessageResourcesFactory">
+        <!-- 
         factory="org.dbflute.saflute.web.action.message.PropertiesMessageResourcesFactory">
+         -->
     </message-resources>
 
 <!-- ======================================= Plug Ins Configuration -->