Ecplise 给我看一个 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
谢谢。