Subversion Repositories eFlore/Applications.coel

Rev

Rev 997 | Rev 1084 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 997 Rev 1041
Line 58... Line 58...
58
		initialiserFormulaire(mediateurCourrant, modeDeCreation, MenuApplicationId.COLLECTION);
58
		initialiserFormulaire(mediateurCourrant, modeDeCreation, MenuApplicationId.COLLECTION);
Line 59... Line 59...
59
		
59
		
Line 60... Line 60...
60
		creerFieldsetPrincipal();
60
		creerFieldsetPrincipal();
61
		
61
		
62
		if (modeDeCreation.equals(Formulaire.MODE_MODIFIER)) {
62
		if (modeDeCreation.equals(Formulaire.MODE_MODIFIER)) {
63
			mediateurCourrant.selectionnerCollection(this, collectionId);
63
			mediateurCourrant.selectionnerCollection(this, collectionId, null);
64
			mediateurCourrant.selectionnerCollectionAPersonne(this, collectionId, null);
64
			mediateurCourrant.selectionnerCollectionAPersonne(this, collectionId, null);
65
			mediateurCourrant.selectionnerCollectionAPublication(this, collectionId);
65
			mediateurCourrant.selectionnerCollectionAPublication(this, collectionId);
66
			mediateurCourrant.selectionnerCollectionACommentaire(this, collectionId);
66
			mediateurCourrant.selectionnerCollectionACommentaire(this, collectionId);