How to disable autocomplete for Struts tags(HTML:text)

后端 未结 5 994
抹茶落季
抹茶落季 2021-01-25 17:09

For normal HTML input tag,disabling autocomplete is simple as given below:


Whe

5条回答
  •  猫巷女王i
    2021-01-25 17:39

    Autocomplete attribute is not passed through to the rendered HTML by the tag.

    You can do so by writing your own custom tag that extends the tag to accept the autocomplete attribute and pass it through to the rendered tag.

    check these links ::

    Struts 2 + Disable Form Autocomplete

    http://www.coderanch.com/t/54020/Struts/form-input-tags-turning-autocomplete

提交回复
热议问题