I would have expected the space. Do the different versions behave differently with respect to this?
> -----Original Message----- > From: Andreas Schildbach [mailto:[EMAIL PROTECTED] > Sent: Monday, May 03, 2004 10:22 AM > To: [EMAIL PROTECTED] > Subject: whitespace inside <c:choose> but outside <c:when> > 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: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > This message and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please delete the email and any files transmitted with it entirely from your computer. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
