Louis, TLD reference resolving via external resources is fixed in build #612. Please note that you still should have your jsp lay inside the web application.
Best regards, Mike Aizatsky. ------------------------------ JetBrains, Inc / IntelliJ Software http://www.intellij.com "Develop with pleasure!" > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On > Behalf Of Louis Calisi > Sent: Saturday, March 16, 2002 10:08 PM > To: [EMAIL PROTECTED] > Subject: Re: [Eap-list] 611: Cannot resolve tag library > > > I also have this problem because our TLD's are not located in the > WEB-INF until it's deployed into Tomcat. Setting up the TLD as an > external resource doesn't work in 611. It does work for XML documents. > > Louis > > ----- Original Message ----- > From: "Mike Aizatsky" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, March 16, 2002 1:30 PM > Subject: RE: [Eap-list] 611: Cannot resolve tag library > > > > Christopher, > > > > Did you set up web application in IDEA properly? > > > > Best regards, > > Mike Aizatsky. > > ------------------------------ > > JetBrains, Inc / IntelliJ Software > > http://www.intellij.com > > "Develop with pleasure!" > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > > On > > > Behalf Of Christopher Cobb > > > Sent: Saturday, March 16, 2002 9:10 PM > > > To: [EMAIL PROTECTED] > > > Subject: [Eap-list] 611: Cannot resolve tag library > > > > > > I have a new little webapp which is compiling and working with > > tomcat4. > > > It > > > consists of: > > > > > > tagapp/WEB-INF/tabtags.tld > > > tagapp/WEB-INF/web.xml > > > tagapp/WEB-INF/src/tabtags/TabsetTag.java > > > tagapp/WEB-INF/src/tabtags/TabTag.java > > > tagapp/index.jsp > > > > > > The first line of index.jsp is: > > > > > > <%@ taglib uri="tabtags" prefix="tt" %> > > > > > > 'tabtags' is in red and the message is "Cannot resolve tag library". > > My > > > web.xml contains: > > > > > > <taglib> > > > <taglib-uri>tabtags</taglib-uri> > > > <taglib-location>/WEB-INF/tabtags.tld</taglib-location> > > > </taglib> > > > > > > My tabtags.tld contains: > > > > > > <uri>tabtags</uri> > > > > > > I can't figure out why IDEA is highlighting the uri in my taglib tag > > in > > > red. > > > > > > cc > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Eap-list mailing list > > > [EMAIL PROTECTED] > > > http://www.intellij.com/mailman/listinfo/eap-list > > > > > > _______________________________________________ > > Eap-list mailing list > > [EMAIL PROTECTED] > > http://www.intellij.com/mailman/listinfo/eap-list > > > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
