<jsp:useBean id="connDbBean" scope="page" class="db.db"/>
我也有db包,包里面也有db类。但web-root下的所有Jsp都在db.db处报错。错误:Multipleannotationsfoundatthisline:-Und...
我也有db包,包里面也有db 类。但web-root 下的所有Jsp 都在db.db处报错。
错误:
Multiple annotations found at this line:
- Undefined type: db.db
- Undefined type: db.db
求大神! 展开
错误:
Multiple annotations found at this line:
- Undefined type: db.db
- Undefined type: db.db
求大神! 展开
展开全部
我今天也遇到这问题了,我是在做Jsp静态加载的时候<%@include file="a.jsp"%>报的这个错 找了很久才发现是静态加载合并的时候把下面的几句配置合并重复了
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<base href="<%=basePath%>">
据此判断 有可能你在写代码的时候有些配置文件写重复了 如果确定代码没问题 重装一下编译器试试
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<base href="<%=basePath%>">
据此判断 有可能你在写代码的时候有些配置文件写重复了 如果确定代码没问题 重装一下编译器试试
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询