I'm trying to call my custom tag from the JSTL tag <c:url>
.
Because of the quotes, the custom tag is shown as a string instead of a tag.
Can I use an escape character here?
<img align="left" src="<c:url value='/getFile/getfile?<myTag:getValue type="web" name="person" />'/>" alt="person" title="person" width="55" height="70"/>