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
looks like the server is unable to find the path.. i think the following should word.. extract the jar, and modify such that the tlds u require are in the root of the jar. this should work.. aarthy <[EMAIL PROTECTED]> wrote: Hi, I tried to implement struts in my project using guidelines from

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

2007-09-14 Thread aarthy
abhiram wrote: > > hi!! i usually place all the tlds in the WEB-INF folder..may be this helps > if it is the problem... > > The tlds are inside the jar file jcaptcha-all-1.0-RC2.0.1.jar.I place this > jar file in the WEB-INF\lib directory > > > aarthy <[EMAIL PROTECTED]> wrote: > Hi, > >

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

2007-09-13 Thread abhiram
hi!! i usually place all the tlds in the WEB-INF folder..may be this helps if it is the problem... 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