Subversion Repositories eFlore/Archives.cel-v1

Compare Revisions

Ignore whitespace Rev 28 → Rev 29

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