Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1690 Rev 1695
Line 351... Line 351...
351
		afficherOnglet(conservationTpl, conservationParams, conservationOnglet);
351
		afficherOnglet(conservationTpl, conservationParams, conservationOnglet);
352
	}
352
	}
Line 353... Line 353...
353
	
353
	
354
	private String construireTraitement() {
354
	private String construireTraitement() {
355
		String cHtml = "";
355
		String cHtml = "";
Line 356... Line 356...
356
		String echantillon = conservation.getAcquisitionEchantillon();
356
		Integer echantillon = conservation.getAcquisitionEchantillon();
357
		
357
		
358
		if (echantillon.equals("1")) {
358
		if (echantillon != null && echantillon.intValue() == 1) {
Line 359... Line 359...
359
			Params traitementConservationParams  = new Params();
359
			Params traitementConservationParams  = new Params();