Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1255 Rev 1367
Line 52... Line 52...
52
		"&auteur.courriel="+URL.encodeQueryString(proposition.getContributeur().getAdresseEmail());
52
		"&auteur.courriel="+URL.encodeQueryString(proposition.getContributeur().getAdresseEmail());
Line 53... Line 53...
53
		
53
		
54
		if(proposition.getNumNomenclatural() != null) {
54
		if(proposition.getNumNomenclatural() != null) {
55
			chaineRequete += "&nom_sel_nn="+URL.encodeQueryString(proposition.getNumNomenclatural());
55
			chaineRequete += "&nom_sel_nn="+URL.encodeQueryString(proposition.getNumNomenclatural());
-
 
56
		}
-
 
57
		if(proposition.getReferentiel() != null) {
-
 
58
			chaineRequete += "&referentiel_nom="+URL.encodeQueryString(proposition.getReferentiel());
56
		}
59
		}
57
		if (proposition.getObservation() != null && proposition.getObservation().getId() != null) {
60
		if (proposition.getObservation() != null && proposition.getObservation().getId() != null) {
58
			chaineRequete += "&observation="+URL.encodeQueryString(proposition.getObservation().getId());
61
			chaineRequete += "&observation="+URL.encodeQueryString(proposition.getObservation().getId());
59
		}
62
		}
60
		if (proposition.getContributeur().getId() != null) {
63
		if (proposition.getContributeur().getId() != null) {