The absolute uri: http://www.keystudio.com/tags/premission cannot be resolved in either web.xml or t

编译一个项目遇到的问题,错误如下,如果碰到类似的可以参考。

严重: Servlet.service() for servlet [spring] incontext with path [/PublicMonitor] threw exception [The absolute uri:http://www.keystudio.com/tags/premission cannot be resolved in either web.xmlor the jar files deployed with this application] with root cause

org.apache.jasper.JasperException: The absolute uri:http://www.keystudio.com/tags/premission cannot be resolved in either web.xmlor the jar files deployed with this application

    atorg.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:56)

    atorg.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:445)




main.jsp文件里面有这一句

<%@ taglib prefix="pm" uri="http://www.keystudio.com/tags/premission"%>

 就是这一句出现了问题。

在网上找了好多资料,试了好多方法都不行。最后找到这个

http://grokbase.com/p/struts/user/10ap26nbz3/this-absolute-uri-http-displaytag-sf-net-cannot-be-resolved-in-either-web-xml-or-the-jar-files-deployed-with-this-application

在web.xml文件里加上这几段代码就OK了。

<jsp-config> 
  <taglib>
<taglib-uri>http://www.keystudio.com/tags/premission</taglib-uri>
<taglib-location>/WEB-INF/tags/premission.tld</taglib-location>
</taglib>
</jsp-config> 

这里premission.tld在WEB-INF的tags目录下。

注意:xml是不认识taglib标签的,必须加上<jsp-config></jsp-config>。

参考:http://guoyiqi.iteye.com/blog/85387


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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值