| Author |
richfaces Autocomplete off in a form
|
Sandeep Dwivedi
Greenhorn
Joined: Jul 09, 2008
Posts: 15
|
|
How can i disable the autocomplete feature in a richfaces form? In HTML it can be done in a simple easy way but it is not working in richfaces. For example Web authors can disable autocomplete for a single input element or all the input elements of a form. Examples are as follows (reference: 1) <INPUT TYPE = password NAME = Password AUTOCOMPLETE = "off"> 2) <FORM AUTOCOMPLETE = "off"> : </FORM>
|
Thanks & Regards,
Sandeep Dwivedi
|
 |
Sandeep Dwivedi
Greenhorn
Joined: Jul 09, 2008
Posts: 15
|
|
|
Got a solution.
|
 |
Mohammad Hamoda
Greenhorn
Joined: Jan 27, 2010
Posts: 1
|
|
did you find a solution for this issue ??
I use this code:
<h:form id="wizardForm" autocomplete="off">
...
</h:form>
but I got this warning:
autocomplete="off" Property 'autocomplete' is not on type: javax.faces.component.html.HtmlForm
|
 |
 |
|
|
subject: richfaces Autocomplete off in a form
|
|
|