Hi folks, I need to turn off the autocompletion feature on a html text input. I am using my own ajax autocompletion, but the default autocompletion interferes with mine. I have read, that struts taglib does not support this, as it is not part of HTML specification. It it is a worthwhile trade for me, because my autocompletion is now unusable. I have read that struts provides some hooks to change the default behaviour, but couldnt' find something more specific. I dont feel like modifying struts tlds and taglibs. Can you guys give me some hint how to add autocomplete="off" support? It seems to me like a common request, and I dont't want to reinvent the wheel.
Thanks in advance. -- Tomas Kramar