Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 44 → Rev 45

/trunk/src/org/tela_botanica/client/modeles/ObservationAsynchroneDAO.java
9,9 → 9,6
import com.google.gwt.http.client.RequestException;
import com.google.gwt.http.client.Response;
import com.google.gwt.http.client.URL;
import com.google.gwt.user.client.HTTPRequest;
import com.google.gwt.user.client.ResponseTextHandler;
import com.google.gwt.user.client.Window;
 
/**
* DAO d'accès a une observation
61,7 → 58,6
+ "&location=" + URL.encodeComponent(obs.getLocalite()) + "&id_location=" + obs.getIdentifiantLocalite() + "&date_observation=" + obs.getDate()
+ "&lieudit="+ URL.encodeComponent(obs.getLieudit()) + "&station="+ URL.encodeComponent(obs.getLieudit()) +"&milieu="+ URL.encodeComponent(obs.getMilieu()) + "&commentaire="+ URL.encodeComponent(obs.getCommentaire()) ;
 
Window.alert("URL : "+rb.getUrl()+" param : "+postData) ;
try {