I have a problem, I'm using the "auto complete" function of ajaxtags 1.2 beta-3
and it works excellent, but I couldn't use the "indicator" property when is loading ajax.
this is the code that I'm using:
<span id="indicator" style="display:none;"><img
src="img/indicador.gif"></span>
<ajax:autocomplete
baseUrl="${url}/sAjaxPupil"
className="autocomplete"
source="txtPupil"
target="CODPupil"
parameters="txtPupil={txtPupil}"
minimumCharacters="2"
indicator="indicator"
/>
Thank you