I have had that happen to me in the past.  After verifying that the TLDs are indeed at 
c:\jakarta-tomcat-4.0.4\webapps\test\WEB-INF\tlds, I suggest re-starting IDEA.  I 
think that's what fixed it for me.

Sri

-----Original Message-----
From: Steve [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 28, 2003 1:08 PM
To: Struts Users Mailing List
Subject: [OT] Taglib reference and IntelliJ


I am having probems resolving my taglib uri reference in my .jsp Can anyone that uses 
IntelliJ shed some light on this for me? I am running 3.0.2 build #696. I have enabled 
web support with the document root as:

C:\jakarta-tomcat-4.0.4\webapps\test

and the snip from my web.xml is :

<taglib>
        <taglib-uri>/WEB-INF/tlds/struts-bean.tld</taglib-uri>
        <taglib-location>/WEB-INF/tlds/struts-bean.tld</taglib-location>
    </taglib>

Now from my .jsp I have the following:

<%@ taglib uri="/WEB-INF/tlds/struts-bean.tld"  prefix="bean" %>

The reference is not resolving in the IDE and therefore my .jsp (however the page does 
ultimately working as expected)appears with error flags. Can anyone point me in the 
right direction. Thanks.

steve


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to