Hi,

I use struts-1.2.8 and wan't to special html patterns (for example >) in
title of <html:link. Is that correct, that I have to escape those
characters?

Right now I use:

<c:set var="linkTitle">
        <c:out value="${latestNews.subject}" />
</c:set>

<html:link title="${linkTitle}" href="${link}">
        <c:out value="${subject}" />
</html:link>

Is there a better way?

Zsolt




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to