Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1691 Rev 1693
Line 259... Line 259...
259
		}
259
		}
260
		if (conservation != null) {
260
		if (conservation != null) {
261
			if (structureId != null) {
261
			if (structureId != null) {
262
				postDonnees += "&csc_id_structure=" + URL.encodeComponent(structureId);
262
				postDonnees += "&csc_id_structure=" + URL.encodeComponent(structureId);
263
			}
263
			}
264
			postDonnees += "&csc_mark_formation=" + URL.encodeComponent(conservation.getFormation()) +
264
			postDonnees += "&csc_mark_formation=" + (conservation.getFormation() != null ? conservation.getFormation() : "") +
265
				"&csc_formation=" + URL.encodeComponent(conservation.getFormationInfo()) +
265
				"&csc_formation=" + URL.encodeComponent(conservation.getFormationInfo()) +
266
				"&csc_mark_formation_interet=" + URL.encodeComponent(conservation.getFormationInteret()) +
266
				"&csc_mark_formation_interet=" + (conservation.getFormationInteret() != null ? conservation.getFormationInteret() : "") +
267
				"&csc_truk_stockage_local=" + URL.encodeComponent(conservation.getStockageLocal()) +
267
				"&csc_truk_stockage_local=" + URL.encodeComponent(conservation.getStockageLocal()) +
268
				"&csc_truk_stockage_meuble=" + URL.encodeComponent(conservation.getStockageMeuble()) +
268
				"&csc_truk_stockage_meuble=" + URL.encodeComponent(conservation.getStockageMeuble()) +
269
				"&csc_truk_stockage_parametre=" + URL.encodeComponent(conservation.getStockageParametre()) +
269
				"&csc_truk_stockage_parametre=" + URL.encodeComponent(conservation.getStockageParametre()) +
270
				"&csc_mark_collection_commune=" + URL.encodeComponent(conservation.getCollectionCommune()) +
270
				"&csc_mark_collection_commune=" + URL.encodeComponent(conservation.getCollectionCommune()) +
271
				"&csc_truk_collection_autre=" + URL.encodeComponent(conservation.getCollectionAutre()) +
271
				"&csc_truk_collection_autre=" + URL.encodeComponent(conservation.getCollectionAutre()) +