You're running an older version of Struts I take it (1.0, 1.01)?... There's a jar made especially for these versions of Struts that doesn't have the extra tags like the empty tag. Download "nested_tags_10.jar" (binaries), "nested_tags-src_10.jar" (source) from... http://www.keyboardmonkey.com/struts
That should get it working. You will also have to replace the tld with that which comes in the jars, otherwise weblogic will still complain (All this is because weblogic parses and checks the tld's). The location and name of the tld's don't matter, as long as it matches the definition in your web.xml and JSP's etc. Hopefully that will get you working. Arron. Elijah Jacobs wrote: >Hi All, > >I am using nested-tag from Arron Bates. I have a working sample in my tomcat >webapp, but when I try to run that app with my weblogic 5.1 i get this >error: > >java.lang.NoClassDefFoundError: org/apache/struts/taglib/logic/EmptyTag > >I can't seem to find anything on the user group under "EmptyTag" and my >struts.jar is uptodate. > >There is one difference in my webapp setup under weblogic...I put my *.TLD >right under my web-inf folder .. while in tomcat, the tuturial I got from >the web, has it under web-inf/taglib/ .. but I don't think that makes a >difference. > >Any suggestions on how to go about solving this? > >thanks in advanced, >- ej > >I am using WebLogic 5.1 on Windows 2000 > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

