Eclipse で SyntaxError が表示されますが、理由がわかりません。
コード:
...
<c:set var="moduleIncPage" value="${moduleIncPage}" scope="request"></c:set>
...
<c:if test="${not empty model.document.module}">
<jsp:include page="<%=moduleIncPage %>" flush="true" />
</c:if>
...
<%=moduleIncPage &> の「m」に「エラー」が表示されます。
Multiple annotations found at this line:
- Syntax error, insert ")" to complete
MethodInvocation
- Syntax error, insert ";" to complete Statement
- Syntax error, insert ";" to complete Statement
- Syntax error, insert ")" to complete
ありがとう。