You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Michał 'Gandalf' Stawicki <st...@gmail.com> on 2007/07/27 14:33:51 UTC

tc:in and autocomplete="off"

Is there a way to set autocomplete="off" attribute for input field
generated by tc:in ?

regards,
michał stawicki

-- 
Michał Stawicki

stawicki@gmail.com
http://stawicki.jasliska.pl

Re: tc:in and autocomplete="off"

Posted by Michał 'Gandalf' Stawicki <st...@gmail.com>.
Thanks

On 27/07/07, Volker Weber <v....@inexso.de> wrote:
> Hi Michał,
>
> if you add the suggestMethod attribute you get autocomplete="off" as sideeffect.
> You can just return an empty list to aviod the selections.
>
>
> Regards,
>     Volker
>
> 2007/7/27, Michał 'Gandalf' Stawicki <st...@gmail.com>:
> > Is there a way to set autocomplete="off" attribute for input field
> > generated by tc:in ?
> >
> > regards,
> > michał stawicki
> >
> > --
> > Michał Stawicki
> >
> > stawicki@gmail.com
> > http://stawicki.jasliska.pl
> >
>


-- 
Michał Stawicki

stawicki@gmail.com
http://stawicki.jasliska.pl

Re: tc:in and autocomplete="off"

Posted by Volker Weber <v....@inexso.de>.
Hi Michał,

if you add the suggestMethod attribute you get autocomplete="off" as sideeffect.
You can just return an empty list to aviod the selections.


Regards,
    Volker

2007/7/27, Michał 'Gandalf' Stawicki <st...@gmail.com>:
> Is there a way to set autocomplete="off" attribute for input field
> generated by tc:in ?
>
> regards,
> michał stawicki
>
> --
> Michał Stawicki
>
> stawicki@gmail.com
> http://stawicki.jasliska.pl
>