tlds not found compiling in Netbeans

2003-07-15 Thread Richard_Shearin
I am developing using Netbeans and had the following line of code in my jsp files and similar for each other tld. %@ taglib uri=./../WEB-INF/struts-bean.tld prefix=bean % Everything compiled and worked fine when I ran the application in Tomcat. However, when I attempted to move the application

Re: tlds not found compiling in Netbeans

2003-07-15 Thread Dichotomy
Try with: %@ taglib uri=http://jakarta.apache.org/struts/tags-bean; prefix=bean % Normally it will load it from the cached copy in the struts.jar. This should also reduce the clutter in web-inf. -- If education is too expensive, try ignorance. On Tue, 15 Jul 2003 12:22:04 -0400 [EMAIL