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-06 10:08 ------- Actually I use the same jsp to edit and view data, and in view-mode I set all fields disabled. There are 2 major advantages of this approach to using hidden- fields and plain text output: 1. The Page looks exactly the same 2. Minimum effort to implement: I define a variable readonly and in all elements add parameter disabled="${readonly}" to every input tag, that's it. When using hidden-fields I'd have to add a <c:choose>-Tag around every input field to choose between the hidden and the original tag. This is cumbersome and I also dislike that much program logic in the jsp. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]