Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 907 Rev 915
Line 100... Line 100...
100
	private Personne personne = null;
100
	private Personne personne = null;
101
	private String personneId = null;
101
	private String personneId = null;
102
	private FormBinding binding = null;
102
	private FormBinding binding = null;
Line 103... Line 103...
103
	
103
	
104
	// CONSTRUCTEUR 
104
	// CONSTRUCTEUR 
105
	public PersonneForm(Mediateur mediateurCourrant, String mode, String personneId) {
105
	public PersonneForm(Mediateur mediateurCourrant, String personneId) {
106
		initialiserPersonneForm(mediateurCourrant, personneId);
106
		initialiserPersonneForm(mediateurCourrant, personneId);
Line 107... Line 107...
107
	}
107
	}
108
	
108