Just a note for those searching the archives. It's possible to define taglib directives by using the Tools > IDE Options > External Resources
Basically it allows you to map URI's to specific .tld files. The freedom here is you can get the validation of .tld's without having to setup Web Application support and follow a standard webapp files layout (i.e. put all the .tld's in the WEB-INF dir). HTH -kevin > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Kevin Henrikson > Sent: Wednesday, June 05, 2002 8:27 AM > To: [EMAIL PROTECTED] > Subject: [Eap-bugs] Can't resolve tag library > > > 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 > _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
