This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: JSP tags library problem in Jboss.jfraser Nov 10, 2003 10:51 AM (in response to venko)Sorry, I don't have the answer, but I am experiencing the same thing. It cannot find my class. I have put in it every WEB-INF subdirectory, in and out of jars. I need help to. when will Jboss get online help. 
- 
        2. Re: JSP tags library problem in Jboss.cpaul_it Nov 11, 2003 12:02 AM (in response to venko)I used to get occasional blank pages when I was using Jetty; switched to Tomcat and it is still working great. 
 I use a simpler taglib-uri definition. For example:
 <taglib-uri>clv</taglib-uri>
 <taglib-location>/WEB-INF/tlds/clv.tld</taglib-location>
 and page declarations as:
 <%@ taglib uri="clv" prefix="clv" %>
 I also include in my WEB-INF/lib directory all jar files that the tld would require. Works well for me.
 Good luck.
 
     
    