Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Taglib Declaration URLs Broken Again?
Taglib Declaration URLs Broken Again? [message #74589] Thu, 17 February 2005 10:39 Go to next message
Eclipse UserFriend
Originally posted by: robwms63.yahoo.com

I'm getting no code completion again on taglibs that have outside URLs.
If the tld is local, it works. This was fixed??
Re: Taglib Declaration URLs Broken Again? [message #74665 is a reply to message #74589] Thu, 17 February 2005 12:26 Go to previous messageGo to next message
Eclipse UserFriend
Rob Williams wrote:
> I'm getting no code completion again on taglibs that have outside URLs.
> If the tld is local, it works. This was fixed??

What kind of URLs do you mean? Truly remote .tlds were never meant
to work, but everything short of tagdirs should be working as of the
2/16 build.

--
- Nitin
Re: Taglib Declaration URLs Broken Again? [message #75030 is a reply to message #74665] Sat, 19 February 2005 11:26 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: robwms63.yahoo.com

<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>

With these, I do:

<h:

and then hit Apple-space and get a beep.

With this:

<%@ taglib uri="/c.tld" prefix="c" %>

it works.

Nitin Dahyabhai wrote:
> Rob Williams wrote:
>
>> I'm getting no code completion again on taglibs that have outside
>> URLs. If the tld is local, it works. This was fixed??
>
>
> What kind of URLs do you mean? Truly remote .tlds were never meant to
> work, but everything short of tagdirs should be working as of the 2/16
> build.
>
Re: Taglib Declaration URLs Broken Again? [message #75700 is a reply to message #75030] Mon, 21 February 2005 16:12 Go to previous messageGo to next message
Eclipse UserFriend
Rob Williams wrote:
> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
>
> With these, I do:
>
> <h:
>
> and then hit Apple-space and get a beep.
>
> With this:
>
> <%@ taglib uri="/c.tld" prefix="c" %>
>
> it works.

Where are the jsf-impl.jar and jsf-api.jar files in relation to your
..jsp? Which WTP and Eclipse build are you using? If this problem
is persisting, can you open a bug against the Web Tools JSP component?

--
- Nitin
Re: Taglib Declaration URLs Broken Again? [message #75731 is a reply to message #75700] Mon, 21 February 2005 19:07 Go to previous messageGo to next message
Eclipse UserFriend
Ah, I just switched form using the RI to Apache MyFaces. Why would it
need the jars though if it has public URIs?

Nitin Dahyabhai wrote:
> Rob Williams wrote:
>
>> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
>> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
>>
>> With these, I do:
>>
>> <h:
>>
>> and then hit Apple-space and get a beep.
>>
>> With this:
>>
>> <%@ taglib uri="/c.tld" prefix="c" %>
>>
>> it works.
>
>
> Where are the jsf-impl.jar and jsf-api.jar files in relation to your
> .jsp? Which WTP and Eclipse build are you using? If this problem is
> persisting, can you open a bug against the Web Tools JSP component?
>
Re: Taglib Declaration URLs Broken Again? [message #75747 is a reply to message #75731] Tue, 22 February 2005 04:21 Go to previous messageGo to next message
Eclipse UserFriend
Rob Williams wrote:
> Ah, I just switched form using the RI to Apache MyFaces. Why would it
> need the jars though if it has public URIs?

The URIs you're using are mapped through .tld files contained within
the RI jar files; as you pointed out, MyFaces uses the same URIs.
Which WTP and Eclipse build are you running?

--
- Nitin
Re: Taglib Declaration URLs Broken Again? [message #76035 is a reply to message #75747] Tue, 22 February 2005 17:04 Go to previous message
Eclipse UserFriend
Please open a bug listing your WTP and Eclipse builds against the
Web Tools product's jst.jsp component and attach an image of the
Navigator showing your project's layout.

--
- Nitin
Previous Topic:No Content Assist for struts tld's
Next Topic:Taglibs
Goto Forum:
  


Current Time: Sat May 10 04:17:47 EDT 2025

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

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

Back to the top