Subversion Repositories eFlore/Archives.cel-v1

Compare Revisions

Ignore whitespace Rev 29 → Rev 28

/trunk/src/org/tela_botanica/client/AutoCompleteAsyncTextBox.java
186,7 → 186,6
}
currentValue=null;
this.setText("");
this.setValue(null);
}
 
}
212,8 → 211,6
if(text.length() > 0)
{
currentValue=null;
 
items.clear();
if (getFromCache(text)!=null) {