在struts1.3 的lib文件中不存在专门的tld文件供导入,而是把tld文件都放到了struts-taglib-1.3.10.jar包里。

需要导入自定义标签库需做一些改动,只需在jsp页面中声明如下即可

<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>

 

posted on 2011-04-26 21:09  KuSiuloong  阅读(1546)  评论(0编辑  收藏  举报