1
我試圖用jcaptcha-1.0來介紹一個struts 1.3.8應用程序;我加入了JCaptcha的罐子應用lib和添加jcaptcha與struts集成
<%@ taglib uri="jcaptcha" prefix="jcaptcha"%>
到我的形式
應用無法找到文件,所以我增加了以下的web.xml文件
<taglib-uri>jcaptcha</taglib-uri>
<taglib-location>/WEB-INF/lib/jcaptcha-1.0-all.jar</taglib-location>
</taglib>
現在我得到空指針異常:
org.apache.jasper.JasperException: Unable to read TLD "META-INF/taglib.tld" from JAR file
任何線索?歡迎使用支持struts的其他驗證碼的建議。
感謝