Title: Is Customs Taglibs suported in JSP editing?

Alexey,

 

This is fixed in build #612.

 

Best regards,

Mike Aizatsky.

------------------------------

IntelliJ Software, "Develop with pleasure!" http://www.intellij.com

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Alexey A. Efimov
Sent: Wednesday, March 13, 2002 12:48 PM
To: [EMAIL PROTECTED]
Subject: [Eap-list] Is Customs Taglibs suported in JSP editing?

 

I mount Web Application into IntelliJ. WEB-INF containt file web.xml, with conteins definition of my Custom TagLibs.

in web.xml
<taglib>
  <taglib-uri>stl.tld</taglib-uri>
  <taglib-location>stl.tld</taglib-location>
</taglib>

the file stl.tld allocated in WEB-INF directory and holdes information about my tags.

But IntelliJ not like follow code:
<%@ taglib uri="stl.tld" prefix="stl" %>

It's write in status bar "Cannot resolve tag library"

Tomcat work's with it propertly :) But why IntelliJ not? What I do wrong?

Reply via email to