Adam, All you need to do is to add web application with right root in Project Properties. You might also search eap archive for message "Web application support in Ariadna". After that, IDEA will apply the same rules web container does for resolving tld files.
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 Adam Goldband > Sent: Sunday, March 17, 2002 8:52 AM > To: '[EMAIL PROTECTED]' > Subject: RE: [Eap-list] 611: Cannot resolve tag library > > As far as I can tell I have mine setup properly, but I am having the same > issue. > Are there instructions somewhere on setting it up properly... I haven't > been able to find any... > > thanks > adam > > > -----Original Message----- > > From: Christopher Cobb [mailto:[EMAIL PROTECTED]] > > Sent: Saturday, March 16, 2002 4:20 PM > > To: [EMAIL PROTECTED] > > Subject: Re: [Eap-list] 611: Cannot resolve tag library > > > > > > Oh. You mean you're supposed to setup the web app correctly? > > Now it is :) > > > > cc > > > > Mike Aizatsky wrote: > > > > > 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 _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
