request.setAttribute("msg","没有可以下载的附件");
<c:if test="${not empty msg}">
<div><font color="red" size="15">${msg}</font></div>
</c:if>
request.setAttribute("msg","没有可以下载的附件");
<c:if test="${not empty msg}">
<div><font color="red" size="15">${msg}</font></div>
</c:if>