servelet 2.4 +eclipse3.6+struts2.3.16:Can not find the tag library descriptor for "/struts- tags"

错误提示:Can not find the tag library descriptor for "/struts- tags"

首先,很多例子总都会说,在jsp中要包括

<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>

以上三个都是struts1的tag,

在structs2中,用一个单独的tld,“struts-tag.tld”, 存放在struts2-core-2.x.x.jar中。

只要在jsp中,加入以下代码就可以了

<%@ taglib prefix="s" uri="/struts-tags" %>

然后再web.xml中

 <jsp-config>

 <taglib>

    <taglib-uri>/struts-tags</taglib-uri>

    <taglib-location>/WEB-INF/lib/struts2-core-2.3.16.jar</taglib-location>

 </taglib>

  </jsp-config>

一定要加<jsp-config>,这是和以往的版本不一样的地方,好像servelet2.3之前都不用加,

最后将struts2-core-2.3.16.jar放入你的项目的/WEB-INF/lib中

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值