This is probably a browser 'feature' where certain form field get cached client-side. Very annoying especially since they can show unexpected behavior... autocomplete="off" is optional so not all browsers use it.
Hielke -----Original Message----- From: Anna Simbirtsev [mailto:[email protected]] Sent: woensdag 3 augustus 2011 15:37 To: [email protected] Subject: Username gets cached Hi, On the login page I have a text field with wicket id username and Password text field with wicket id password. If I have a password text field on a different page with different wicket id, it caches the values and populates the password field with password and the field before it with username. How can I turn off auto populating the fields? Thanks Anna --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
