[cvs] eforum commit by ppilgrim: latest working updates
JCorporate Ltd
jcorp at jcorp2.servlets.net
Sun Dec 5 17:17:55 PST 2004
Log Message:
-----------
latest working updates
Modified Files:
--------------
eforum/src/WEB-INF/config:
eforum-config.xml
Revision Data
-------------
Index: eforum-config.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/eforum/src/WEB-INF/config/eforum-config.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -Lsrc/WEB-INF/config/eforum-config.xml -Lsrc/WEB-INF/config/eforum-config.xml -u -r1.11 -r1.12
--- src/WEB-INF/config/eforum-config.xml
+++ src/WEB-INF/config/eforum-config.xml
@@ -3,54 +3,71 @@
"http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
<struts-config>
- <!-- ========== Form Bean Definitions =================================== -->
- <form-beans>
- <!-- Browse action form -->
- <form-bean name="browseForm" type="com.jcorporate.eforum.controller.BrowseForm"/>
- <!-- Search action form -->
- <form-bean name="forumSearchForm" type="com.jcorporate.eforum.controller.SearchForm"/>
- </form-beans>
- <!-- ========== Actions Mapping Definitions ============================= -->
- <action-mappings>
- <!-- Browse Forum Messages -->
- <!-- Work started with Struts Tiles Template Wed Mar 31 -->
- <!-- *PP* 19:51:43 BST 2004 -->
- <action path="/eforum/Browse" type="com.jcorporate.eforum.controller.Browse" name="browseForm" scope="session" validate="false">
- <forward name="selGroup" path="/expresso/components/eforum/jsp/groups.jsp"/>
- <forward name="promptGroupSubscribe" path="/expresso/components/eforum/jsp/subscribe.jsp"/>
- <forward name="browseThreads" path=".eforum.browseThreads"/>
- <forward name="browseMessages" path=".eforum.viewMessages"/>
- <forward name="promptNewMessage" path=".eforum.postNewMessage"/>
- <forward name="promptNewThread" path=".eforum.postNewThread"/>
- <forward name="displayMessage_BACKUP" path="/expresso/components/eforum/jsp/onemessage.jsp"/>
- <forward name="displayMessage" path=".eforum.displayMessage"/>
- <forward name="promptReply" path=".eforum.replyMessage"/>
- <forward name="promptUploadAttachment" path=".eforum.promptUploadAttachment"/>
- <forward name="processUploadAttachment" path=".eforum.processUploadAttachment"/>
- <forward name="completeUploadAttachment" path=".eforum.replyMessage"/>
- <forward name="promptNewGroup" path=".eforum.postNewGroup"/>
- <forward name="newGroup_BAK" path="/expresso/components/eforum/jsp/confirm.jsp"/>
- <forward name="newGroup" path=".eforum.confirm"/>
- <forward name="groupSubscribe_BAK" path="/expresso/components/eforum/jsp/confirm.jsp"/>
- <forward name="groupSubscribe" path=".eforum.confirm"/>
- <forward name="information_BAK" path="/expresso/components/eforum/jsp/information.jsp"/>
- <forward name="information" path=".eforum.confirm"/>
- </action>
- <!-- Forum Search Messages -->
- <action path="/eforum/Search" type="com.jcorporate.eforum.controller.Search" name="forumSearchForm" scope="session" validate="false">
- <forward name="searchQuery" path="/expresso/components/eforum/jsp/searchresults.jsp"/>
- <forward name="information" path="/expresso/components/eforum/jsp/information.jsp"/>
- <forward name="promptAdvancedSearch" path="/expresso/components/eforum/jsp/advanced-search.jsp"/>
- <forward name="resetAdvancedSearch" path="/expresso/components/eforum/jsp/advanced-search.jsp"/>
- </action>
- <!-- Forum Personalisation -->
- <action path="/eforum/Personalise" type="com.jcorporate.eforum.controller.Personalise" name="default" scope="session" validate="false">
- <forward name="processEditOptionsForm" path=".eforum.editOptions" />
- <forward name="promptEditOptionsForm" path=".eforum.editOptions" />
- </action>
- <!-- Send Email Notice -->
- <action path="/eforum/SendNotice" type="com.jcorporate.eforum.controller.SendNotice" name="default" scope="request" validate="false">
- <forward name="information" path="/expresso/components/eforum/jsp/information.jsp"/>
- </action>
- </action-mappings>
+ <!-- ========== Form Bean Definitions =================================== -->
+ <form-beans>
+ <!-- Browse action form -->
+ <form-bean name="browseForm" type="com.jcorporate.eforum.controller.BrowseForm"/>
+ <!-- Search action form -->
+ <form-bean name="forumSearchForm" type="com.jcorporate.eforum.controller.SearchForm"/>
+ </form-beans>
+ <!-- ========== Actions Mapping Definitions ============================= -->
+ <action-mappings>
+ <!-- Browse Forum Messages -->
+ <!-- Work started with Struts Tiles Template Wed Mar 31 -->
+ <!-- *PP* 19:51:43 BST 2004 -->
+ <action path="/eforum/Browse" type="com.jcorporate.eforum.controller.Browse" name="browseForm" scope="session" validate="false">
+ <forward name="selGroup" path="/expresso/components/eforum/jsp/groups.jsp"/>
+ <forward name="promptGroupSubscribe" path="/expresso/components/eforum/jsp/subscribe.jsp"/>
+ <forward name="browseThreads" path=".eforum.browseThreads"/>
+ <forward name="browseMessages" path=".eforum.viewMessages"/>
+ <forward name="promptNewMessage" path=".eforum.postNewMessage"/>
+ <forward name="promptNewThread" path=".eforum.postNewThread"/>
+ <forward name="displayMessage_BACKUP" path="/expresso/components/eforum/jsp/onemessage.jsp"/>
+ <forward name="displayMessage" path=".eforum.displayMessage"/>
+ <forward name="promptReply" path=".eforum.replyMessage"/>
+ <forward name="promptUploadAttachment" path=".eforum.promptUploadAttachment"/>
+ <forward name="processUploadAttachment" path=".eforum.processUploadAttachment"/>
+ <forward name="completeUploadAttachment" path=".eforum.replyMessage"/>
+ <forward name="promptNewGroup" path=".eforum.postNewGroup"/>
+ <forward name="newGroup_BAK" path="/expresso/components/eforum/jsp/confirm.jsp"/>
+ <forward name="newGroup" path=".eforum.confirm"/>
+ <forward name="groupSubscribe_BAK" path="/expresso/components/eforum/jsp/confirm.jsp"/>
+ <forward name="groupSubscribe" path=".eforum.confirm"/>
+ <forward name="information_BAK" path="/expresso/components/eforum/jsp/information.jsp"/>
+ <forward name="information" path=".eforum.confirm"/>
+ </action>
+ <!-- Forum Search Messages -->
+ <action path="/eforum/Search" type="com.jcorporate.eforum.controller.Search" name="forumSearchForm" scope="session" validate="false">
+ <forward name="searchQuery" path="/expresso/components/eforum/jsp/searchresults.jsp"/>
+ <forward name="information" path="/expresso/components/eforum/jsp/information.jsp"/>
+ <forward name="promptAdvancedSearch" path="/expresso/components/eforum/jsp/advanced-search.jsp"/>
+ <forward name="resetAdvancedSearch" path="/expresso/components/eforum/jsp/advanced-search.jsp"/>
+ </action>
+ <!-- Forum Personalisation -->
+ <action path="/eforum/Personalise" type="com.jcorporate.eforum.controller.Personalise" name="default" scope="session" validate="false">
+ <forward name="promptEditOptionsForm" path=".eforum.editOptions" />
+ <forward name="processEditOptionsForm" path=".eforum.confirm" />
+ </action>
+ <!-- Send Email Notice -->
+ <action path="/eforum/SendNotice" type="com.jcorporate.eforum.controller.SendNotice" name="default" scope="request" validate="false">
+ <forward name="information" path="/expresso/components/eforum/jsp/information.jsp"/>
+ </action>
+ </action-mappings>
+
+
+ <!-- Expresso Plug-in is a subclass of the Tiles Plug-in -->
+ <!-- ======================================================================
+ To activate eforum you need alter the following plug-in in the
+ main `struts-config.xml'. If a similar definition already
+ appears make sure the `eforum-tiles-def.xml' is added to
+ the value of the `definitions-config' property.
+ ====================================================================== -->
+ <!--
+ <plug-in className="com.jcorporate.expresso.core.controller.ExpressoPlugin" >
+ <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-config>
More information about the cvs
mailing list