Never mind, looks like it's already a known bug: http://issues.apache.org/struts/browse/WW-1758;jsessionid=E06C1AD4BB270F9CD2BE0CE6B17B6A26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
----- Original Message ---- From: Shahak Nagiel <[EMAIL PROTECTED]> To: Struts Users Mailing List <user@struts.apache.org> Sent: Friday, May 4, 2007 10:46:42 AM Subject: 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.