<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")