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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2002-09-11 13:41 -------
If you say multiple="anything" it's the same as multiple="true" which in turn 
is the same as multiple="false". If you don't want multipe rows in your select 
box then leave out the multiple attribute. Struts is behaving correctly as the 
definition of the multiple tag per the HTML spec doesn't require any specific 
value for the multiple attribute. It's existence means multiple. The reason you 
see only 1 row is that you did not specify a size attribute so the size is one.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to