Edmundas,

I'm not sure that it's possible to show "recognized" tlds. In fact, IDEA
doesn't recognize any TLD when you configure your web application.
Instead, it works like a JSP container: it tries to resolve each tld
directives in jsp files. And the same tld directive in different JSP
files might point to different tld files.

Best regards,
Mike Aizatsky.
------------------------------
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!" 

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On
> Behalf Of Edmundas Miseikis
> Sent: Tuesday, March 19, 2002 4:12 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [Eap-list] 611: Cannot resolve tag library
> 
> Mike,
> 
> would it be possible to give some visual feedback during the web
> application
> setup:
> 1) which TLDs were recognized by idea
> 2) in TLD, which tags and corresponding TEI classes, if any, are known
> 3) in TEI, which Scripting variables are known to IDEA
> 
> All this could be shown in Project properties/Web pane, for every
> configured
> web application.
> 
> I ask for it because I still see my scripting variables in red and I
have
> no
> clue if I do something wrong or IDEA does not support TEI's.
> 
> A little bit to early now, but in the future, a support for
JSR-52/JSR-152
> (JSTL/JSP 1.3) would be nice to have :-), including ExpressionLanguage
> (EL)
> and other good features.
> All this is required for JSP developers, not for taglib developers.
> 
> Best regards
> --
> Edmundas
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On
> Behalf Of Louis Calisi
> Sent: Tuesday, March 19, 2002 1:49 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [Eap-list] 611: Cannot resolve tag library
> 
> 
> 
>     Thank you! Tag completion does indeed work in 612.
> 
> Louis
> 
> ----- Original Message -----
> From: "Mike Aizatsky" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, March 18, 2002 6:25 AM
> Subject: RE: [Eap-list] 611: Cannot resolve tag library
> 
> 
> > Louis,
> >
> > TLD reference resolving via external resources is fixed in build
#612.
> > Please note that you still should have your jsp lay  inside the web
> > application.
> >
> > Best regards,
> > Mike Aizatsky.
> > ------------------------------
> > JetBrains, Inc / IntelliJ Software
> > http://www.intellij.com
> > "Develop with pleasure!"
> >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> > On
> > > Behalf Of Louis Calisi
> > > Sent: Saturday, March 16, 2002 10:08 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: [Eap-list] 611: Cannot resolve tag library
> > >
> > >
> > >     I also have this problem because our TLD's are not located in
> the
> > > WEB-INF until it's deployed into Tomcat. Setting up the TLD as an
> > > external resource doesn't work in 611. It does work for XML
> documents.
> > >
> > > Louis
> > >
> > > ----- Original Message -----
> > > From: "Mike Aizatsky" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Saturday, March 16, 2002 1:30 PM
> > > Subject: RE: [Eap-list] 611: Cannot resolve tag library
> > >
> > >
> > > > Christopher,
> > > >
> > > > Did you set up web application in IDEA properly?
> > > >
> > > > Best regards,
> > > > Mike Aizatsky.
> > > > ------------------------------
> > > > JetBrains, Inc / IntelliJ Software
> > > > http://www.intellij.com
> > > > "Develop with pleasure!"
> > > >
> > > > > -----Original Message-----
> > > > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED]]
> > > > On
> > > > > Behalf Of Christopher Cobb
> > > > > Sent: Saturday, March 16, 2002 9:10 PM
> > > > > To: [EMAIL PROTECTED]
> > > > > Subject: [Eap-list] 611: Cannot resolve tag library
> > > > >
> > > > > I have a new little webapp which is compiling and working with
> > > > tomcat4.
> > > > > It
> > > > > consists of:
> > > > >
> > > > >      tagapp/WEB-INF/tabtags.tld
> > > > >      tagapp/WEB-INF/web.xml
> > > > >      tagapp/WEB-INF/src/tabtags/TabsetTag.java
> > > > >      tagapp/WEB-INF/src/tabtags/TabTag.java
> > > > >      tagapp/index.jsp
> > > > >
> > > > > The first line of index.jsp is:
> > > > >
> > > > >      <%@ taglib uri="tabtags" prefix="tt" %>
> > > > >
> > > > > 'tabtags' is in red and the message is "Cannot resolve tag
> > library".
> > > > My
> > > > > web.xml contains:
> > > > >
> > > > >        <taglib>
> > > > >          <taglib-uri>tabtags</taglib-uri>
> > > > >
<taglib-location>/WEB-INF/tabtags.tld</taglib-location>
> > > > >        </taglib>
> > > > >
> > > > > My tabtags.tld contains:
> > > > >
> > > > >        <uri>tabtags</uri>
> > > > >
> > > > > I can't figure out why IDEA is highlighting the uri in my
taglib
> > tag
> > > > in
> > > > > red.
> > > > >
> > > > > cc
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > Eap-list mailing list
> > > > > [EMAIL PROTECTED]
> > > > > http://www.intellij.com/mailman/listinfo/eap-list
> > > >
> > > >
> > > > _______________________________________________
> > > > Eap-list mailing list
> > > > [EMAIL PROTECTED]
> > > > http://www.intellij.com/mailman/listinfo/eap-list
> > > >
> > >
> > >
> > > _______________________________________________
> > > Eap-list mailing list
> > > [EMAIL PROTECTED]
> > > http://www.intellij.com/mailman/listinfo/eap-list
> >
> >
> > _______________________________________________
> > Eap-list mailing list
> > [EMAIL PROTECTED]
> > http://www.intellij.com/mailman/listinfo/eap-list
> >
> 
> 
> _______________________________________________
> Eap-list mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-list
> 
> 
> _______________________________________________
> Eap-list mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-list


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to