InputText of the login page of the system is autocompleting with values

1

I'vealreadytriedxhtmlautocomplete="off" and I've already put

<head> <f:facet name="first"> <meta http-equiv="cache-control" content="no-cache"/>
 <meta http-equiv="Pragma" content="no-cache"/>
    <meta http-equiv="expires" content="0"/>  </f:facet> </head>

Nothing is solving this issue of login textbox with values of other login so this is also happening with the password of the users when it logs into the system. Would anyone know how to solve this? I'm using jsf 1.2 + richfaces

    
asked by anonymous 30.07.2015 / 20:16

0 answers