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.