You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Shahak Nagiel <sn...@yahoo.com> on 2007/05/04 16:46:42 UTC

disabled attribute?

Is there anything special required to make the "disabled" attribute on a submit button work (i.e. get generated in HTML)?

This simple line:  <struts:submit disabled="true" cssClass="Button" key="button.newUser" />

is generating the button fine, but it is not disabled in either Firefox or IE (nor does the HTML give any indication of it being disabled).

Thanks in advance.