DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5520>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5520 File object "disabled" - Set to true if this input field should be disabled ------- Additional Comments From [EMAIL PROTECTED] 2002-03-07 20:57 ------- Is a File Object the same as the <html:file /> tag. If so, I don't see this behavior in the nightly build. The disabled parameter works as expected for me in: <%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <html:html> <html:form action="upload" type="com.trams.struts.UploadForm"> <html:file property="firstFile" disabled="true"/> <html:file property="secondFile" disabled="false"/> </html:form> </html:html> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>