[cvs] expresso commit by ppilgrim: Resolve conflict with ExpressoPlug-in,

JCorporate Ltd jcorp at jcorporate.com
Sat Jan 8 12:05:38 UTC 2005


Log Message:
-----------
Resolve conflict with ExpressoPlug-in, comment out eForum tiles
definition as a default.

Modified Files:
--------------
    expresso/expresso-web/WEB-INF/config:
        struts-config.xml

Revision Data
-------------
Index: struts-config.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/config/struts-config.xml,v
retrieving revision 1.44
retrieving revision 1.45
diff -Lexpresso-web/WEB-INF/config/struts-config.xml -Lexpresso-web/WEB-INF/config/struts-config.xml -u -r1.44 -r1.45
--- expresso-web/WEB-INF/config/struts-config.xml
+++ expresso-web/WEB-INF/config/struts-config.xml
@@ -160,9 +160,17 @@
 	<!-- Application message resources -->
 	<message-resources null="false" parameter="com.jcorporate.expresso.core.MessagesBundle"/>
 	<!-- Need to force to Expresso Plug-in -->
-	<plug-in className="com.jcorporate.expresso.core.controller.ExpressoPlugin"/>
-	<!-- Struts Validator -->
-	<plug-in className="org.apache.struts.validator.ValidatorPlugIn">
-		<set-property property="pathnames" value="/WEB-INF/config/validator-rules.xml,/WEB-INF/config/validation.xml"/>
-	</plug-in>
+	<plug-in className="com.jcorporate.expresso.core.controller.ExpressoPlugin" >
+          <!-- If you want to use Tiles with the eForum, please
+               uncomment this section 
+          <set-property property="definitions-config" value="/WEB-INF/config/eforum-tiles-def.xml" />
+          <set-property property="definitions-debug" value="2" />
+          <set-property property="definitions-parser-details" value="2" />
+          <set-property property="definitions-parser-validate" value="true" />
+          -->
+        </plug-in>
+         <!-- Struts Validator -->
+        <plug-in className="org.apache.struts.validator.ValidatorPlugIn">
+          <set-property property="pathnames" value="/WEB-INF/config/validator-rules.xml,/WEB-INF/config/validation.xml" />
+       </plug-in>
 </struts-config>


More information about the cvs mailing list