eclipse « MyFaces « JSF Q&A





1. Facelets tab lib not recognised by Eclipse/Tomcat 6    stackoverflow.com

I included this in my index.jsp JSF file:

<%@ taglib prefix="ui" uri="http://java.sun.com/jsf/facelets"%>
and Eclipse underlines the URL, hovering gives this:
Cannot find the tag library descriptor for "http://java.sun.com/jsf/facelets"
Deploying and trying to start Tomcat 6 ...

2. importing dynamic web project in eclipse ?    stackoverflow.com

i use eclipse 3.6.2[Helios] and tomcat 7 and myfaces 1.2.10 i have a problem when i want to import a dynamic web project . i import the project in my workspace ...

4. myfaces with eclipse    forums.oracle.com