これは私のカスタムタグファイルですcss.tag
:
<%@ tag pageEncoding="UTF-8" trimDirectiveWhitespaces="true" body-content="empty" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="http://www.springframework.org/tags" prefix="spring" %>
<%@ attribute name="value" %>
<link rel="stylesheet" type="text/css" href="${cssdir}/${value}" />
一方、
私はそれを発見したで${cssdir}
定義された変数は、
この問題を解決する方法では見えませんか?page.jsp
${cssdir}
css.tag