Dear all,

I would like to recall that Autocompleter works on IE. Has anyone
tried it on Firefox or any other browser?

Thanks in advance.

On 12/28/07, Joshua Jackson <[EMAIL PROTECTED]> wrote:
> Dear all,
>
> I already try to follow what's written on the document regarding how
> to use Autocomplete component, but still can not get it working.
>
> Here's what I've done:
> Template:
> <input t:type="TextField" t:value="prop:clientName" t:mixins="autocomplete" />
>
> Page:
>    private String clientName;
>
>    String[] onProvideCompletionsFromClientName(String input)
>    {
>        logger.info("Inside Autocompletion Event Handler");
>        return null;
>    }
>
> Have I missed on something here?
>
> Thanks in advance.

-- 
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