[Castore-commits] struts-profil.xml 1.4 1.5

Céline BENOIT cbenoit at adullact1.hosting.cri74.org
Jeu 11 Mai 11:36:50 CEST 2006


Update of /cvsroot/castore/castore-struts-webapp/src/webapp/WEB-INF
In directory adullact1:/tmp/cvs-serv16208/src/webapp/WEB-INF

Modified Files:
	struts-profil.xml 
Log Message:
ajout de l'action visualiserMediaAction
mise en page et ajout de commentaires


Index: struts-profil.xml
===================================================================
RCS file: /cvsroot/castore/castore-struts-webapp/src/webapp/WEB-INF/struts-profil.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** struts-profil.xml	23 Jan 2006 10:31:08 -0000	1.4
--- struts-profil.xml	11 May 2006 09:36:48 -0000	1.5
***************
*** 3,14 ****
                "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
                "http://struts.apache.org/dtds/struts-config_1_2.dtd">
- 
- 
  <struts-config>
  
! 
! 	<!-- ======================================== Form Bean Definitions -->
  	<form-beans>
- 
  		<form-bean name="accueilUserForm"
  			type="fr.emn.castor.struts.forms.users.AccueilBean">
--- 3,10 ----
                "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
                "http://struts.apache.org/dtds/struts-config_1_2.dtd">
  <struts-config>
  
! 	<!-- Beans de formulaire -->
  	<form-beans>
  		<form-bean name="accueilUserForm"
  			type="fr.emn.castor.struts.forms.users.AccueilBean">
***************
*** 29,35 ****
  			type="fr.emn.castor.struts.forms.users.PrefForm">
  		</form-bean>
- 
- 
  	</form-beans>
  	<global-forwards>
  		<forward name="home" contextRelative="true" path="/home.do" />
--- 25,31 ----
  			type="fr.emn.castor.struts.forms.users.PrefForm">
  		</form-bean>
  	</form-beans>
+ 
+ 	<!-- References aval globales -->
  	<global-forwards>
  		<forward name="home" contextRelative="true" path="/home.do" />
***************
*** 132,141 ****
  	</global-forwards>
  
! 
! 
! 	<!-- =================================== Action Mappings -->
! 
  	<action-mappings>
! 
  		<action path="/accueil"
  			type="fr.emn.castor.struts.actions.users.AccueilAction"
--- 128,139 ----
  	</global-forwards>
  
! 	<!-- Mappages d'action -->
  	<action-mappings>
! 		<action path="/visualiserMediaAction"
! 			type="fr.emn.castor.struts.actions.documents.VisualiserMediaAction"
! 			validate="false" input="visualiser.medias">
! 			<forward name="error" path="/tiles/error.jsp"
! 				contextRelative="true" />
! 		</action>
  		<action path="/accueil"
  			type="fr.emn.castor.struts.actions.users.AccueilAction"
***************
*** 190,196 ****
  			name="mesPrefsForm" scope="request" input="mesPreferences.default">
  		</action>
- 
- 
- 
  		<action path="/modifMsgAccueilPage"
  			type="org.apache.struts.actions.ForwardAction"
--- 188,191 ----
***************
*** 202,211 ****
  			scope="request">
  		</action>
- 
- 
- 
- 
- 
- 
  		<action path="/supRefusedDoc"
  			type="fr.emn.castor.struts.actions.users.SupprimeDocumentRefuseAction">
--- 197,200 ----
***************
*** 229,232 ****
--- 218,222 ----
  	</action-mappings>
  
+ 	<!-- Ressources des Messages -->
  	<message-resources
  		parameter="fr.emn.castor.struts.resources.users.profil" />




Plus d'informations sur la liste de diffusion Castore-commits