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

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

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


Whe

5条回答
  •  甜味超标
    2021-01-25 17:39

    You can use redisplay="false" which is the equivalent in struts-html for autocomplete.

提交回复
热议问题