Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 79 Rev 107
Line 136... Line 136...
136
		
136
		
137
		String postData = "";
137
		String postData = "";
Line 138... Line 138...
138
		postData += "&action=DELETE";
138
		postData += "&action=DELETE";
139
 
139
 
140
		// on envoie un post avec l'id de l'image à supprimer
140
		// on envoie un post avec l'id de l'image à supprimer
141
		RequestBuilder rb = new RequestBuilder(RequestBuilder.POST, oModele
141
		RequestBuilder rb = new RequestBuilder(RequestBuilder.POST, 
142
				.getConfig().getServiceBaseUrl()
142
				Configuration.getServiceBaseUrl()
143
				+ "/inventory/"
143
				+ "/inventory/"
144
				+ identifiant
144
				+ identifiant