Hi, I want to be able to pass dynamic values for some the the taglibs attributes:
<mt:mail server="mail.lonewolfe.com" to="<%= to %>" from="<%= from %>"
subject="Jakarta mail taglib">
This does not seem to work, is this a context issue? If so would using JSTL
${param.parameterName} work or c:set ?
Thanks,
Stef
