Thanks all. Seems it had to do with not having the WEB-INF dir structure in my project dir. I was having ant create this for me. IntelliJ didn't like that :)
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Melissa L Kelley Sent: Friday, March 28, 2003 2:49 PM To: Struts Users Mailing List Subject: Re: [OT] Taglib reference and IntelliJ On Fri, 28 Mar 2003, Steve wrote: You need to add your tld as a resource. Go to Options -> IDE Settings -> Resources. Then add them one at a time. Example: URI=/WEB-INF/tlds/struts-bean.tld Location=pathtofileonfilesystem > 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 > > --> stu: www.stuology.net It just no longer is plain simple safe fun when it's the psycho chimp that has the ray gun ------------------------------------------------ Stuology -- A million monkeys can't be wrong --------------------------------------------------------------------- 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]