与struts2标记库有关的几个jar包
我的oa工程导包后,报一个cannot find the tag library for descriptor
<%@ taglib uri="/struts-tags" prefix="s"%>就是这句报错
[解决办法]
如果你的lib包里没有少jstl.jar,standard.jar,就是如下情况,因为我遇到过这种情况:
把你写你如下的<% @ taglib="........的行剪切,然后再重写一遍就可以
发布时间: 2012-04-04 16:38:51 作者: rapoo
与struts2标记库有关的几个jar包
我的oa工程导包后,报一个cannot find the tag library for descriptor
<%@ taglib uri="/struts-tags" prefix="s"%>就是这句报错
[解决办法]
如果你的lib包里没有少jstl.jar,standard.jar,就是如下情况,因为我遇到过这种情况:
把你写你如下的<% @ taglib="........的行剪切,然后再重写一遍就可以