webtier@glassfish.java.net

Re: [webtier] JSF2 form does not support HTML autocomplete="off" attribute

From: Ryan Lubke <Ryan.Lubke_at_Sun.COM>
Date: Sat, 11 Apr 2009 10:38:17 -0700

On 4/11/09 10:14 AM, Lincoln Baxter, III wrote:
> On Sat, 2009-04-11 at 09:52 -0700, Ryan Lubke wrote:
>> Not without overriding the existing Renderer. Just so I'm clear, the
>> autocomplete attribute on the input components has no impact on FF3's
>> behavior in the area?
> It does work on h:inputText, but is not available on select** menus
> and etc. The pdldocs do not list this attribute for:
>
> inputTextArea
> selectBooleanCheckbox
> selectManyCheckbox
> selectManyListbox
> selectManyMenu
> selectOneListbox
> selectOneMenu
> selectOneRadio
>
Reading the autocomplete info you've provided, I don't believe the
autocomplete attribute should be applied
to radio or checkbox components.