Why would you think this is IE only? http://developer.mozilla.org/en/docs/How_to_Turn_Off_Form_Autocompletion
On Mon, Aug 4, 2008 at 3:49 PM, Richard Yee <[EMAIL PROTECTED]> wrote: > Bjørn, > The autocomplete attribute is a non-standard HTML attribute that is > only supported by Microsoft browsers. The attribute will be ignored in > Firefox. Using it, will break html validation. Because of this, I > don't think MyFaces or Trinidad will support it in JSF components. If > it is really important to you, you might be able to write your own > JavaScript function to alter the DOM of the page after it has been > loaded and set the attribute in pages on IE browsers. > > -Richard > > > On 8/4/08, Bjørn T Johansen <[EMAIL PROTECTED]> wrote: >> On Mon, 4 Aug 2008 00:31:53 +0200 >> Bjørn T Johansen <[EMAIL PROTECTED]> wrote: >> >> > Is it possible to programmatically disable autocompletion on password >> > fields for a html form? >> > I like this feature but sometimes it get in the way; is there a way to >> > disable it for selected fields and/or for a >> > form? >> > >> > >> > Regards, >> > >> > BTJ >> > >> >> No one has found a solution to this irritating "problem"? (else than >> disabling this feature in the browser) >> >> BTJ >> >

