Re: Unable to read TLD "META-INF/taglib.tld"

2007-09-14 Thread abhiram
directory's structure in the jar might be like /META-INF /classes/org/... /javax/... edit the file and move the org and javax directories to the root of the jar aarthy <[EMAIL PROTECTED]> wrote: >hi!! i usually place all the tlds in the WEB-INF folder..may be this hel

Re: Unable to read TLD "META-INF/taglib.tld"

2007-09-14 Thread abhiram
s from this link http://forge.octo.com/jcaptcha/confluence/display/general/Struts+integration i am getting the below error. org.apache.jasper.JasperException: Unable to read TLD "META-INF/taglib.tld" from JAR file "jcaptcha-all-1.0-RC2.0.1.jar": java.lang.NullPointerExcepti

Re: Unable to read TLD "META-INF/taglib.tld"

2007-09-14 Thread aarthy
EMAIL PROTECTED]> wrote: > Hi, > > I tried to implement captcha in my struts project using guidelines from > this > link > http://forge.octo.com/jcaptcha/confluence/display/general/Struts+integration > > i am getting the below error. > org.apache.jasper.JasperException

Re: Unable to read TLD "META-INF/taglib.tld"

2007-09-13 Thread abhiram
Struts+integration i am getting the below error. org.apache.jasper.JasperException: Unable to read TLD "META-INF/taglib.tld" from JAR file "jcaptcha-all-1.0-RC2.0.1.jar": java.lang.NullPointerException Any help on this please? -- View this message in context: http://www.nabble.com/Unab