《JSP项目开发全程实录》都市供求信息网 web.xml中的标签报错
发表在JavaWeb图书答疑 2015-04-02
是否精华
版块置顶:
工程师,您好!   01/WebRoot/WEB-INF/web.xml文件报错,导致项目中所有用到<%@ taglib prefix="s2" uri

="/struts-tags" %>的jsp页面都报错!!  请问如何解决??    (已经将struts2.0的jar包导入到lib中了)


<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.4" 
xmlns="http://java.sun.com/xml/ns/j2ee" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">

<filter>
    <filter-name>struts2</filter-name>
    <filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
</filter>
<filter-mapping>
    <filter-name>struts2</filter-name>
    <url-pattern>/*</url-pattern>
</filter-mapping>

[font color=#FF0000]<taglib>
    <taglib-uri>struts2</taglib-uri>
    <taglib-location>/WEB-INF/tld/struts-tags.tld</taglib-location>
</taglib>
[/font]
</web-app>
分享到:
精彩评论 3
菜鸟级精英
学分:0 LV1
TA的每日心情
开心
2020-03-23 21:05:48
2015-04-03
沙发
套个标签试试
 <jsp-config>
   <taglib>
     <taglib-uri>/WEB-INF/struts-menu.tld</taglib-uri>
     <taglib-location>/WEB-INF/struts-menu.tld</taglib-location>
   </taglib>   
  </jsp-config>
lforce
学分:2 LV1
2015-04-08
板凳
在web.xml文件中加入了 <jsp-config>标签,依旧报错!

<jsp-config>
  <taglib>
    <taglib-uri>struts2</taglib-uri>
    <taglib-location>/WEB-INF/tld/struts-tags.tld</taglib-location>
  </taglib>
</jsp-config>


麻烦老师了!! 谢谢!!
菜鸟级精英
学分:0 LV1
TA的每日心情
开心
2020-03-23 21:05:48
2015-04-08
地板
这个程序比较老了,用最新的struts2包可能会发生很多异常,但不影响前台界面的使用。

添加jar包
commons-fileupload-1.3.1.jar
commons-io-2.2.jar
commons-lang-2.4.jar
commons-lang3-3.2.jar
commons-logging-1.1.3.jar
freemarker-2.3.19.jar
javassist-3.11.0.GA.jar
ognl-3.0.6.jar
sqljdbc4.jar    //这是SqlServer 2005的jar
struts2-core-2.3.20.jar
xwork-core-2.3.20.jar

修改Web.xml
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">

<filter>
<filter-name>struts2</filter-name>
<filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>struts2</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>

<jsp-config>
<taglib>
<taglib-uri>struts2</taglib-uri>
<taglib-location>/WEB-INF/tld/struts-tags.tld</taglib-location>
</taglib>
</jsp-config>
</web-app>
首页上一页 1 下一页尾页 3 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照