On Fri, 28 Mar 2003, Steve wrote:
Hmm, strangeness because I don't have one either. My project is set up
like
projectname
->src
->jsp
->lib
->conf
->xml
->tld
->properties
->bin (where the IDE puts compiled classes)
->build (where ant assembles my web app)
Then, when I need to deploy it, I have ant compile, assemble, war and
deploy.
IntelliJ would only validate my tag libraries in my jsps after I added
the tlds as a resource.
> 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]
>
>
--> 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]