Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » JSP editor <%@ include %> directives
JSP editor <%@ include %> directives [message #131963] Thu, 11 August 2005 10:05 Go to next message
Eclipse UserFriend
Originally posted by: oc.rynning.no

When gathering common imports (taglibs) in a manner such as:

<%@ include file="/pages/taglibs.jsp" %>

with taglibs.jsp containing something such as:

<%@ page language="java" errorPage="/pages/error.jsp" %>
<%@ taglib uri="http://java.foo.mu/foo/core" prefix="fooc" %>
<%@ taglib uri="http://java.foo.mu/foo/kmap" prefix="fook" %>
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt" %>
<%@ taglib uri="http://www.opensymphony.com/sitemesh/decorator"
prefix="dec"%>

The editor will not read the included file (or into the taglibs mentioned
in the file).

I have to add these directly into the file while editing in eclipse...

This isn't a bug per say, but would be useful for me if the includes were
loaded by eclipse in editing mode :)

Any suggestions to what I can do?

oc
Re: JSP editor <%@ include %> directives [message #131983 is a reply to message #131963] Thu, 11 August 2005 11:45 Go to previous messageGo to next message
Eclipse UserFriend
Ole Christian Rynning wrote:
> This isn't a bug per say, but would be useful for me if the includes
> were loaded by eclipse in editing mode :)
Actually that *is* a bug: the increasingly infamous bug 82333 and it
will be fixed in future milestones.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=82333

--
- Nitin
Re: JSP editor <%@ include %> directives [message #132062 is a reply to message #131983] Thu, 11 August 2005 18:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: thisisnot.mymail.com

I guess It's becoming more and more infamous because more and more
people are starting to use the program as it's getting more and more
usable. Please resolve bug quickly

Nitin Dahyabhai wrote:
> Ole Christian Rynning wrote:
>
>> This isn't a bug per say, but would be useful for me if the includes
>> were loaded by eclipse in editing mode :)
>
> Actually that *is* a bug: the increasingly infamous bug 82333 and it
> will be fixed in future milestones.
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=82333
>
Re: JSP editor <%@ include %> directives [message #132250 is a reply to message #131983] Fri, 12 August 2005 06:00 Go to previous message
Eclipse UserFriend
Originally posted by: oc.rynning.no

I overlooked that one while browsing the buglist :)

Sorry for rehashing!
Previous Topic:How do I debug a webapp?
Next Topic:Regarding the Proxy Authentication
Goto Forum:
  


Current Time: Wed Jun 18 10:30:57 EDT 2025

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

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

Back to the top