[Castore-commits] GestionGroupesForm.java 1.3 1.4

Céline BENOIT cbenoit at adullact1.hosting.cri74.org
Jeu 20 Avr 10:52:54 CEST 2006


Update of /cvsroot/castore/castore-struts/src/java/fr/emn/castor/struts/forms/groupes
In directory adullact1:/tmp/cvs-serv24193/src/java/fr/emn/castor/struts/forms/groupes

Modified Files:
	GestionGroupesForm.java 
Log Message:
mise en page

Index: GestionGroupesForm.java
===================================================================
RCS file: /cvsroot/castore/castore-struts/src/java/fr/emn/castor/struts/forms/groupes/GestionGroupesForm.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** GestionGroupesForm.java	23 Jan 2006 10:29:52 -0000	1.3
--- GestionGroupesForm.java	20 Apr 2006 08:52:52 -0000	1.4
***************
*** 136,141 ****
      public void loadGroup(final String aGroupId) {
          Facade groupFac = Facade.getInstance();
!         String groupId = aGroupId
!             .substring(GroupesConstants.PREFIX_ID.length());
          Map groupe = groupFac.getGroupe(groupId);
          if (!groupe.isEmpty()) {
--- 136,141 ----
      public void loadGroup(final String aGroupId) {
          Facade groupFac = Facade.getInstance();
!         String groupId = aGroupId.substring(GroupesConstants.PREFIX_ID
!             .length());
          Map groupe = groupFac.getGroupe(groupId);
          if (!groupe.isEmpty()) {




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