Re: [S2] the autocompleter tag - TLD out of sync

2006-12-14 Thread Musachy Barroso
Dojo is "eating up" the key events, and notifyTopics is only published when a value is selected from the dropdown, so, the way it is right now I think it cannot be done. I will try to add it, not sure if it will be on 2.0.2 (I've broken enough things for this version already :) ) musachy Musa

Re: [S2] the autocompleter tag - TLD out of sync

2006-12-14 Thread Dariusz Wojtas
You answer at the speed of light ;) Thanks a lot. Dariusz Wojtas On 12/14/06, Musachy Barroso <[EMAIL PROTECTED]> wrote: The autocompleter is like 2 weeks old, be patient with it :). The attribute is "delay", and the units are milliseconds. About typing...that is a little bit tricky and I want

Re: [S2] the autocompleter tag - TLD out of sync

2006-12-14 Thread Musachy Barroso
The autocompleter is like 2 weeks old, be patient with it :). The attribute is "delay", and the units are milliseconds. About typing...that is a little bit tricky and I want to provide an easier way of doing it in the future, the way Dojo's autocompleter works is that it loads its content once,

[S2] the autocompleter tag - TLD out of sync

2006-12-14 Thread Dariusz Wojtas
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