<taglib>
<taglib-uri>/s</taglib-uri>
<taglib-location>classpath*:/struts-tags.tld</taglib-location>
</taglib>
classpath* 指的是什么啊? 我的工程中也没有struts-tags.tld啊?(除了struts核心包中)
为什么不这样写呢?
<taglib-location>/WEB-INF/lib/struts2-core-2.0.11.1.jar</taglib-location>
web.xml配置
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
6条回答 默认 最新
li28544071 2009-07-23 21:44关注在web工程中,classpath 指向是你工程项目下WEB-INF/classes目录
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报