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=16736>. 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=16736 html:form Focus-Script should check for disabled input field ------- Additional Comments From [EMAIL PROTECTED] 2003-02-04 20:01 ------- Actually, I added the check for "hidden" because someone (at some point) added the ability to have the html:hidden text box write out it's value as plain text so you did not have to add another bean:write to persist it across requests. *See struts-example (registration.jsp) for example of its usage. This was causing a problem if you wanted to reuse your jsp for create and edit use cases. I'm not sure, but this may have been a work-around for browsers that don't support disabled="true" for form elements. I mean, what better way to show a field as read-only than to make it "just text" instead of something that not all browsers can handle. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
