Hello, I am using the latest Struts 2.0.2 build from repository.
This time I am trying to use the autocompleter tag. The showcase example shows it's basic usage, looks promising. But there are some issues. *) how to reload the contents of the tag while the user is typing? is it possible? *) some properties from the 'AutocompleterTag' are missing (searchType) or misspelled (delay while java code shows it should be searchDelay) in TLD Also the http://struts.apache.org/WW/tag-reference.html wiki page does not mention this tag. After I locally changed TLD to contain attribute 'searchDelay' (instead of 'delay'), it started to accept this property, but I do not see any effect of reloading it from the server. My JSP page contains <s:head theme="ajax"/> in head, and <s:autocompleter theme="ajax" href="/listy/kontrahenci.action" cssStyle="width: 200px;" dropdownHeight="180" searchDelay="1"/> in the body. Please help mi find how to use it correctly, so that it reloads the combo after typing sth and waiting the given delay. And what units does the searchDelay accept? seconds or millis? Best regards Dariusz Wojtas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]