That's possible. SelectOneMenu is the specific component giving us
headaches right now. Fortunately, however, it seems as though when
provided with at least one inputText field having autocomplete="off",
firefox will use that value for the entire form... so it can be hacked
around for the time being.
On Sat, 2009-04-11 at 10:38 -0700, Ryan Lubke wrote:
> 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.
>
>
>