webtier@glassfish.java.net

JSF2 form does not support HTML autocomplete="off" attribute

From: Lincoln Baxter, III <lincolnbaxter_at_gmail.com>
Date: Sat, 11 Apr 2009 12:42:51 -0400

<h:form id="form" autocomplete="off">

In order to prevent firefox 3 from caching form values, the
autocomplete="off" attribute is required. Is there any way to get this
rendered despite not being an attribute on h:form?

Thanks,
Lincoln

In further thought...is there a way to tell JSF components to
pass-through any non-standard attributes? (like HTML, "if I don't know
what it is... ok then... it goes in anyway")