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

Reply via email to