how to do autocomplete=\"off\" at form level in JSF?
A real quick solution with Javascript would be (assuming you have got jQuery loaded):
If you want to stay with vanilla Javascript, you can do:
Note: For the second solution make sure your browser is covered here: https://developer.mozilla.org/en-US/docs/DOM/Mozilla_event_reference/DOMContentLoaded#Browser_compatibility If not you might be better off using the first solution.