You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Robert Parker <ro...@racv.com.au> on 2001/09/05 06:42:45 UTC

Bug in html:text field using disabled attribute

Im trying to use the html:text field tag. In my tag I have the attribute
disabled="true". However the generated html comes out as disabled="disabled"

Whilst ie 5.x can work with this, Netscape 4.x cant. Shouldn't the output be
either disabled or disabled="true"?

Note the same applies to the readonly attribute.

regards

Rob