I know. Perhaps this is due to the incompatibility of scriptaculous library.

:(
:sigh:

On 12/28/07, Angelo Chen <[EMAIL PROTECTED]> wrote:
>
> Hi Joshua,
>
> I tried your sample, it does not work in IE/Firefox/Safari, maybe I miss
> something, I can see calls to the server :
> http://localhost:8080/myapp/testajax.textfield:autocomplete? here is what I
> did:
>
>  public List<String> onProvideCompletionsFromClientName(String input)
>    {
>        List<String> result = new ArrayList<String>();
>        result.add("test1");
>        result.add("test2");
>        System.out.println("Inside Autocompletion Event Handler");
>        return result;
>    }
>
>  <t:form>
>        <input t:type="TextField" t:value="prop:clientName"
> t:mixins="autocomplete"  />
>    </t:form>

-- 
I'm a coder not a drag-n-dropper

Blog: http://joshuajava.wordpress.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to