Hello,

Is it possible to keep a string with HTML tags inside a scoped variable.
I am trying to do something like:
<c:set var="ErrorMessage" scope="page">
Message text... <b><c:out value="${Customer}"/></b>
</c:set>

Unfortunately when I try to insert the ErrorMessage into the page body using:
<c:out value="${ErrorMessage}"/>


I get something like:

"
Message text... <b>Customer</b>
"

Is it possible to make c:out not to escape HTML tags,
or maybe the whole approach is incorrect and there is other way to solve it?

Thanks for help,
regards,
Lukasz


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



Reply via email to