您必须先将自定义标签的输出分配给temp变量,然后再使用它
<c:set var="urlquerystring"><myTag:getValue type="web" name="person" /></c:set><img align="left" src="<c:url value='/getFile/getfile?${urlquerystring}'/>" alt="person" title="person" width="55" height="70"/>
您必须先将自定义标签的输出分配给temp变量,然后再使用它
<c:set var="urlquerystring"><myTag:getValue type="web" name="person" /></c:set><img align="left" src="<c:url value='/getFile/getfile?${urlquerystring}'/>" alt="person" title="person" width="55" height="70"/>