I have the following piece of code in a .jsp file for having a link to send e-mail.
The code rendered as .html has "+" as blank spaces for the
mail Subject (TBS+-+An+unexpected+error+has+occurred).
Any idea how I can get regular spaces?
[I have tried \u20
an I get the value as typed.]
<a href="mailto:<c:url value="${applicationScope.supportEMail}" >
<c:param name="Subject" value="TBS - An unexpected error has
occurred" />
</c:url>">Dev. Team</a>.
Regards,
Gisella
--
To unsubscribe, e-mail: <mailto:taglibs-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:taglibs-user-help@;jakarta.apache.org>