Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 596 Rev 610
Line 227... Line 227...
227
		}
227
		}
228
		else
228
		else
229
		{
229
		{
230
			identifiant = iModele.getIdentifiant() ;
230
			identifiant = iModele.getIdentifiant() ;
231
		}
231
		}
232
 
-
 
233
		GWT.log(Configuration.getServiceBaseUrl()
-
 
234
				+ "/inventoryImageLink/"+identifiant+"/"+idImg+"/"+idObs);
-
 
235
		
-
 
236
		Window.alert(Configuration.getServiceBaseUrl()
-
 
237
				+ "/inventoryImageLink/"+identifiant+"/"+idImg+"/"+idObs);
-
 
Line 238... Line 232...
238
		
232
		
239
		// et on envoie ça au serveur
233
		// et on envoie ça au serveur
240
		RequestBuilder rb = new RequestBuilder(RequestBuilder.POST, Configuration.getServiceBaseUrl()
234
		RequestBuilder rb = new RequestBuilder(RequestBuilder.POST, Configuration.getServiceBaseUrl()