Currently we are migrating our Struts1 application to Struts2. While changing JSP tags to Struts2, we have in Struts1 for html:text
there is attribute
autocomplete=\"off"
Which disable auto fill for text box.
But when I am trying to add same for s:textfield
and s:password
it is giving me warning like "Undefined attribute name 'autocomplete'"
Which attribute I need to use in Struts2?