【发布时间】:2013-05-27 09:00:18
【问题描述】:
Ecpise 显示一个 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>
...
“错误”显示在 的“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
谢谢。
【问题讨论】:
标签: jsp syntax annotations