how to do autocomplete="off" at form level in JSF?
Unfortunately, the standard <h:form> component doesn't have an autocomplete attribute. You'll have to turn it off on a per-input basis or write a custom renderer for the UIForm.
<h:form>
autocomplete
UIForm