You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Andreas Schildbach <an...@schildbach.de> on 2004/05/03 17:21:53 UTC

whitespace inside but outside inserted into output

Hello everyone,

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: taglibs-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-user-help@jakarta.apache.org