taglib reference in .jsp not resolving
After searching the archives I have still not found out how to properly
configure this. I am running 3.0.2 build #696. I have enabled web support
with the document root as:
C:\jakarta-tomcat-4.0.4\webapps\test
and the snip from my web.xml is :
/WEB-INF/tlds/struts-bean.tld
/WEB-INF/tlds/struts-bean.tld
Now from my .jsp I have the following:
<%@ taglib uri="/WEB-INF/tlds/struts-bean.tld" prefix="bean" %>]]>
The reference is not resolving and therefore my .jsp (while working fine)
appears with error flags. Can anyone point me in the right direction.
Thanks.
steve
请先登录再写评论。