tags:

views:

32

answers:

1

how to do autocomplete="off" at form level in JSF?

+1  A: 

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.

BalusC