Hi, I'm running build #629. I'm getting "Can't resolve tag library" errors in my JSPs. I'm using taglib directives like:
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html-1.0" prefix="html" %> <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> I have the proper jar files in my project class path in this case struts.jar and jstl.jar Do I need to specify anything else? Should IDEA search the entire classpath for jars that contain .tld files then try to match the URI in the .tld files? This is how the web containers search works I think. Of course once I build my project and it's running in Resin things work fine, it's just the taglib and tag completion features are not accessible with these errors. thanks -kevin -- Kevin Henrikson Openwave Systems, Inc. _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
