Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Why are the JSTL tags are not understood by the JSP editor?
Why are the JSTL tags are not understood by the JSP editor? [message #114722] Thu, 30 June 2005 08:54 Go to next message
Eclipse UserFriend
Originally posted by: zkoppany.gmx.de

I use the integration build jun-29 with eclipse-3.1. Why are the JSTL tags
are not understood by the JSP editor? How can I make my TLD files known to
the JSP editor?

Zsolt
Re: Why are the JSTL tags are not understood by the JSP editor? [message #114786 is a reply to message #114722] Thu, 30 June 2005 19:09 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4485
Registered: July 2009
Senior Member

Zsolt Koppany wrote:
> I use the integration build jun-29 with eclipse-3.1. Why are the JSTL tags
> are not understood by the JSP editor? How can I make my TLD files known to
> the JSP editor?

How are you referring to the TLDs? By URI?

--
- Nitin


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: Why are the JSTL tags are not understood by the JSP editor? [message #114847 is a reply to message #114786] Fri, 01 July 2005 06:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kroll.michael.gmail.com

Hello,

I have the same problem, I used it with URI:

<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql"%>

Is this not correct ???
Re: Why are the JSTL tags are not understood by the JSP editor? [message #115691 is a reply to message #114847] Mon, 04 July 2005 08:25 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: patrick.smart.gmail.com

I would also be interested in the exact syntax to use. Or maybe that this
is currently not supporeted...?

Patrick
Re: Why are the JSTL tags are not understood by the JSP editor? [message #116168 is a reply to message #114847] Tue, 05 July 2005 04:26 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4485
Registered: July 2009
Senior Member

Michael Kroll wrote:
> Hello,
>
> I have the same problem, I used it with URI:
>
> <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@taglib
> uri="http://java.sun.com/jsp/jstl/sql" prefix="sql"%>
>
> Is this not correct ???
>

Yes, it is correct. The current taglib support makes certain
assumptions about the location of a tag library relative to any .jsp
files using it. As a workaround, copy the .jar files into the same
folder as your .jsp file.

--
- Nitin


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:war export bug in WTP M5?
Next Topic:Can't debug JSP pages
Goto Forum:
  


Current Time: Sun Sep 01 02:20:51 GMT 2024

Powered by FUDForum. Page generated in 0.03427 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top