Saturday, 14 September 2013

How to add extra html attribute in struts 1 html taglib?

How to add extra html attribute in struts 1 html taglib?

how can I add autocomplete="off" standard html attribute to my input tag
in struts 1?
my input:
<html:text property="appUser.username" size="21" maxlength="50"/>
none javascript solution required. CSS or struts 1 solution.

No comments:

Post a Comment