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]



Reply via email to