0
私はc:setタグを使用して、終了タグエラー(関連する質問Unterminated <c:set tag - JSTL)を投げます。関連する質問の答えは、これがパーサーエラーであると述べていますが、私はこのケースでどのように修正できるかわかりません。c:set jstlタグがパーサーを混乱させます
<c:forEach var="item" items="${cssinclist}">
<c:set var="stylesheetFile" value="<tiles:insertAttribute value="${item}" flush="true" />" />
<link rel="stylesheet" type="text/css" href="<c:url value="/resources/css/${ stylesheetFile }"/>" />
</c:forEach>
<c:remove var="stylesheetFile" />
ご協力いただければ幸いです。