Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Eclipse cannot find the tag library descriptors for JSF core and html taglibs

Hi,

I have created a new Dynamic Web project in Ganymede, and I am deploying to
Glassfish 2ur2.
I added Glassfish by clicking on "Download additional server adapters" link
in the "New Server Runtime Environment" dialog.

I have used 2.5 as the Web module version and JavaServer Faces 1.2 as the
configuration. For JSF libraries I have chosen Server Supplied JSF
implementation.

Then I create a new JSF/HTML page.

Now eclipse shows two errors next to:

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

saying that it cannot find the tlds for the core and html taglibs. However
if I deploy my app it works fine, I think Eclipse does not know where the
JSF libs are in Glassfish.

Any ideas how can I fix this?

Cheers,
Behrang
-- 
View this message in context: http://www.nabble.com/Eclipse-cannot-find-the-tag-library-descriptors-for-JSF-core-and-html-taglibs-tp18645764p18645764.html
Sent from the Eclipse WTP - general mailing list archive at Nabble.com.



Back to the top