首页上一页 1 下一页尾页 1 条记录 1/1页
《Java项目开发案例全程实录(第2版)》第8章医药管理系统出错
发表在Java图书答疑
2011-11-18
是否精华
是
否
版块置顶:
是
否
只要是有如下标记的页面都显示有错误,就是在MyEclipse中标记下面显示红线
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %>
,已经将所有的jar包(从你们网站下的)都导入到lib文件下了,但仍然如下错误:
cannot find the tag library descriptor for http://jakarta.apache.org/struts/tags-bean
cannot find the tag library descriptor for http://jakarta.apache.org/struts/tags-html
cannot find the tag library descriptor for http://jakarta.apache.org/struts/tags-logic
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %>
,已经将所有的jar包(从你们网站下的)都导入到lib文件下了,但仍然如下错误:
cannot find the tag library descriptor for http://jakarta.apache.org/struts/tags-bean
cannot find the tag library descriptor for http://jakarta.apache.org/struts/tags-html
cannot find the tag library descriptor for http://jakarta.apache.org/struts/tags-logic