I just submitted the following bug. I'm posting this here just to get any
comments people might have.

------
The current docs on the select tag says:

If set to any arbitrary value, the rendered select element will support multiple
selections. [RT Expr]

This wording and the fact that it can be a runtime expression implies that one
could include 'mulitple="<%=expression%>"' and if expression was blank then the
select would not support multiple. In fact, what happens is the select supports
multiple no matter what the result of the expression.

The docs (and my "common sense") indicate that if the multiple attribute turns
out to be 'multiple=""' then the select should not support multiple.

--
William Jaynes | University of Michigan Medical School
[EMAIL PROTECTED] | 734-763-6751

Reply via email to