On Mon, 03 Aug 2015 15:04:27 -0300, Christine <myli...@christine.nl> wrote:
I have a form with a password field. It gets pre-filled with a previously used password string. How can I prevent the browser and/or Tapestry from putting a value in the password field?
This is actually done by the browser, not Tapestry, which never prefills password fields. I believe you should add autocomplete="false" to your form or password field. More information here: https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion.
-- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org