Disable form completion

Dear sir/madam,

I encounter a problem when creating xpages which contains password fields. Browsers tent to fill the content of password fields with their stored password for these sites.

How can I disable this behaviour in xPages? Disable the autocomplete feature does not work ( as written at http://www-10.lotus.com/ldd/ddwiki.nsf/dx/06032009093551AMWEBHXY.htm) for password fields I have to find a different approach. One would be to add a attribute to the form which is surrounding everything in the xpage. There I face the problem that I can not seem to create a form which is accepted by xPages. When I disable the auto creation of a form for the xpage and add my own <form…> tags I get an runtime error telling me that partial refresh events can not be bound to some control.

Does anyone have a solution for this ?