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]>

