> Would you have expected the CR and the TAB in the source here, too? No; they offer different functionality, so I wouldn't have expected them to behave the same. The <c:url> tag is not intended to output its body content.
In looking at the JavaServer Pages Standard Tag Library docs I have for 1.0, it states the following: <c:if> - the JSP container processes the body content and then writes it <c:url> - The JPS container processes the body content, then the action trims it and processes it further > -----Original Message----- > From: Andreas Schildbach [mailto:[EMAIL PROTECTED] > Sent: Monday, May 03, 2004 2:31 PM > To: [EMAIL PROTECTED] > Subject: Re: whitespace inside <c:choose> but outside > <c:when> inserted in to output > > > Morrow, Steve D. wrote: > > > I'm just saying I would have expected the space and am > interested to > > know if the different implementations handle this differently. > > Well, <c:url> and nested <c:param>'s do not allow any whitespace to > appear in the source (this is for 1.03, 1.04 and 1.10 afaik, I never > tried other implementations). > > I am doing > > <a href="<c:url value="action.html"> > <c:param name="name" value="whatever"/> > </c:url>">go!</a> > > in a lot of places and there is not any whitespace appearing > in the href > attribute. Just the plain link. > > Would you have expected the CR and the TAB in the source here, too? > > 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]
