Subversion Repositories eFlore/Archives.cel-v1

Compare Revisions

Ignore whitespace Rev 25 → Rev 26

/trunk/src/org/tela_botanica/client/AutoCompleteAsyncTextBox.java
23,6 → 23,7
// TODO : traiter latence (augmenter en fonction rapidité saisie + texte vide)
// TODO : traitement espace apres l'espece (%20)
 
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.ui.KeyboardListener;
107,7 → 108,8
/*
* Here we fetch the URL and call the handler
*/
 
String rematch=match.replaceAll(" ","/");
rematch=rematch.replaceAll("%","");