On 28/07/2006 16:22, Daniel Haensse wrote:
Dear list,
using
<h:inputSecret value="#{appModel.user.userpass}" redisplay="true" />
invokes the password manager in some browsers. This is used to administrate
user passwords.
Is there a way to influence this within myfaces, that the password manager
does not get triggered, it's annoying to click it away. I don't want to
completely switch the manager off.
You'll probably have to extend the component to set the
autocomplete="off" attribute in the generated HTML. Note that this is a
non-standard attribute that only works with certain browsers.
If you're lucky somebody might add this as a feature for t:inputSecret :-)
See
http://devedge-temp.mozilla.org/viewsource/2003/form-autocompletion/index_en.html
-Guy.
regards
Dani