RE: Prevent autocompletion in html:text

2004-09-16 Thread Slattery, Tim - BLS
> But in the input tag (HTML) it's possible to add an > attribute: AUTOCOMPLETE="off". > This dont work in all browsers, but it works in IE. So it's non-standard. And I can tell you absolutely that if it's non-standard, Struts won't support it. Of course, Struts is open-source. You could get t

RE: Prevent autocompletion in html:text

2004-09-16 Thread Slattery, Tim - BLS
> Does anyone know how to prevent autocompletion in the > html:text tag?? That's done by the browser, and is under the control of the user. Struts runs server-side, and has no control over this. -- Tim Slattery [EMAIL PROTECTED] ---