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=12523>. 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=12523 within select-tag, entered 'multiple="false" renders wrong ------- Additional Comments From [EMAIL PROTECTED] 2002-09-11 14:27 ------- Did your browser render a single line select box without a drop-down arrow? If so that is what it is supposed to do. The reason struts says multiple="multiple" is that the attribute value doesn't matter, if it said anything else it would be implying that the value is significant. You could argue that Struts would be doing developers a favor if it omitted the multiple attribute if someone wrote multipe="false" or multiple="no". Throwing an illegal argument exception might also be preferable to silently rendering multiple="multiple", although that would cause backwards compatability issues if the change were added now. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>