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]

Reply via email to