Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 318 Rev 360
Line 57... Line 57...
57
			String postData = "identifiant="
57
			String postData = "identifiant="
58
				+ utilisateur
58
				+ utilisateur
59
				+"&nom_sel="+URL.encodeComponent(obs.getNomSaisi()) 
59
				+"&nom_sel="+URL.encodeComponent(obs.getNomSaisi()) 
60
				+"&num_nom_sel="+obs.getNumeroNomenclaturalSaisi()
60
				+"&num_nom_sel="+obs.getNumeroNomenclaturalSaisi()
61
				+"&location="+URL.encodeComponent(obs.getLocalite())
61
				+"&location="+URL.encodeComponent(obs.getLocalite())
62
				+"&id_location="+obs.getIdentifiantLocalite()
62
				+"&id_location="+URL.encodeComponent(obs.getIdentifiantLocalite())
63
				+"&date_observation=" +  obs.getDate()
63
				+"&date_observation=" +  obs.getDate()
64
				+"&lieudit="+ URL.encodeComponent(obs.getLieudit()) 
64
				+"&lieudit="+ URL.encodeComponent(obs.getLieudit()) 
65
				+"&station="+URL.encodeComponent(obs.getStation()) 
65
				+"&station="+URL.encodeComponent(obs.getStation()) 
66
				+"&milieu="+URL.encodeComponent(obs.getMilieu()) 
66
				+"&milieu="+URL.encodeComponent(obs.getMilieu()) 
67
				+"&commentaire="+URL.encodeComponent(""+obs.getCommentaire()) 
67
				+"&commentaire="+URL.encodeComponent(""+obs.getCommentaire())