That's for Ajax...
I'm talking about the attribute 'autocomplete' that browsers handle by
themselves.
On Nov 12, 2008 11:11am, James Carman <[EMAIL PROTECTED]> wrote:
Have you tried using AutoCompleteTextField?
On Wed, Nov 12, 2008 at 8:08 AM, wrote:
> I'm finding myself coding the same code over and over, on different
projects
> (for different customers), having to provide a subclass of TextField
with an
> option to setAutocomplete(boolean) where it will add(or not) the
> 'autocomplete' tag for during the componentTag method -
> saving from creating an instance of AttributeModifier
>
> What about adding that to TextField?
>
> Regards,
> Bruno
>