jcaptcha integration with struts

Posted by xain on Stack Overflow See other posts from Stack Overflow or by xain
Published on 2010-04-14T16:48:59Z Indexed on 2010/04/14 16:53 UTC
Read the original article Hit count: 453

Filed under:
|

Hi, I'm trying to interate a struts 1.3.8 app with jcaptcha-1.0; I added the jcaptcha jar to the app lib and added

<%@ taglib uri="jcaptcha" prefix="jcaptcha"%>

to my form

The app couldn't find the file, so I added the following to the web.xml file

<taglib-uri>jcaptcha</taglib-uri>
<taglib-location>/WEB-INF/lib/jcaptcha-1.0-all.jar</taglib-location>
</taglib>

And now I get the null pointer exception:

org.apache.jasper.JasperException: Unable to read TLD "META-INF/taglib.tld" from JAR file 

Any clues ?

Thanks

© Stack Overflow or respective owner

Related posts about struts

Related posts about captcha