With the Jakarta JSTL implementation 1.10, I discovered the following behaviour:
Any whitespace inside <c:choose> but outside <c:when> or <c:otherwise> is inserted into the output stream.
An example:
X<c:choose> <c:when test="${true}">Y</c:when></c:choose>
would result in "X Y" instead of the expected "XY".
Regards,
Andreas
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]