Eclipse中include 标签使用出现的问题

[b]在MyEclipse中使用<%@ include %>标签[/b]让一个页面包含另一个页面。结果出现了如下的错误:

Multiple annotations found at this line:
- Syntax error on token "}", { expected
- Syntax error, insert "Finally" to complete TryStatement


我的主页面seriesManage.jsp主要部分如下:

<div id="content3" class="content">
<c:choose>
<c:when test="${empty requestScope.biaozhunParameters}">
<label>此系列不含有标准规范参数</label>
</c:when>
<c:otherwise>
<c:forEach var="parameter" items="${requestScope.biaozhunParameters}">
<%@include file="seriesItem.jsp" %>
</c:forEach>
</c:otherwise>
</c:choose>
</div>
<div id="content4" class="content">
<c:choose>
<c:when test="${empty requestScope.xingnengParameters}">
<label>此系列不含有性能参数</label>
</c:when>
<c:otherwise>
<c:forEach var="parameter" items="${requestScope.xingnengParameters}">
<%@include file="seriesItem.jsp" %>
</c:forEach>
</c:otherwise>
</c:choose>
</div>
<div id="content5" class="content">
<c:choose>
<c:when test="${empty requestScope.caizhiParameters}">
<label>此系列不含有材质参数</label>
</c:when>
<c:otherwise>
<c:forEach var="parameter" items="${requestScope.caizhiParameters}">
<%@include file="seriesItem.jsp" %>
</c:forEach>
</c:otherwise>
</c:choose>
</div>


seriesItem.jsp页面主要对应内容如下:

<%@ page language="java" pageEncoding="gb2312"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<c:choose>
<c:when test="${parameter.opinionType == 4}">
<div>
<label>
${parameter.name }:
</label>
<input type="button" value="选择">
</div>
</c:when>
<c:otherwise>
....内容省略
</c:otherwise>
</c:choose>


主页面中的第一个include并没有提示错误,后面的include都提示了错误。但是可以运行~~
[b]请问怎么解决这个问题??[/b]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值