Hello,

Everything should be worked OK if you configure 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 AB
> Sent: Tuesday, March 19, 2002 4:46 PM
> To: [EMAIL PROTECTED]
> Subject: [Eap-list] .TLD file : Cannot resolve tag library
> 
> We are using the Struts framework for one of our projects with several
tag
> libraries. When editing a JSP file, IDEA flags an error on the line :
> 
> <%@ taglib uri="/tags/struts-bean.tld" prefix="bean" %>
> 
> because it cannot find the .tld file. This is correct as the file does
not
> actually live in the "tags" directory, but get mapped there at runtime
by
> an
> entry in the application's web.xml file :
> 
> <taglib>
>     <taglib-uri>/tags/struts-bean.tld</taglib-uri>
>     <taglib-location>/WEB-INF/lib/struts-bean.tld</taglib-location>
> </taglib>
> 
> The problem I'm having is that IDEA highlights errors in my JSP files
when
> using these tag libraries (they live next to the source for the custom
> tags,
> next to the struts.jar file inside a libs directory for the struts tag
> librsries). Is there any way to tell IDEA these "mappings" so that it
> knows
> that when a .tld file is said to live at "/tags/struts-bean.tld" it
looks
> at
> "libs/struts/struts-bean.tld" (as an example)??
> 
> AB
> 
> 
> _______________________________________________
> 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

Reply via email to