jsp pages can not find the facelets taglib

View: New views
3 Messages — Rating Filter:   Alert me  

jsp pages can not find the facelets taglib

by sinplicity :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am trying to use just the repeat tag from the facelets taglib.  The problem is when I include this taglib in my jsp page, it is not found.  I have verified that the jsf-facelets-1.1.11.jar is in the WEB-INF/lib directory of my project (brought in via Maven).  I have also included the taglib directive in my jsp page as follows:

<%@ taglib uri="http://java.sun.com/JSF/Facelet" prefix="ui" %>

I believe this is the correct config, but I also tried :

<%@ taglib uri="http://java.sun.com/jsf/facelets" prefix="ui" %>

I am using several other tag libs this way with success, I am just really lost as to why taglib descriptor is not found for facelets?  This seems straight forward enough.  Any help or insight would be greatly appreciated.  

Thanks in advance.

RE: jsp pages can not find the facelets taglib

by Raymond K. DeCampo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Facelets is a technology designed to replace JSP in the context of JSF.  You cannot use Facelets tags in JSP pages and vice versa.

 


From: Scott Carter [mailto:carterdevlists@...]
Sent: Monday, August 03, 2009 4:47 PM
To: users@...
Subject: jsp pages can not find the facelets taglib

 

I am trying to use just the repeat tag from the facelets taglib.  The problem is when I include this taglib in my jsp page, it is not found.  I have verified that the jsf-facelets-1.1.11.jar is in the WEB-INF/lib directory of my project (brought in via Maven).  I have also included the taglib directive in my jsp page as follows:

 

<%@ taglib uri="http://java.sun.com/JSF/Facelet" prefix="ui" %>

 

I believe this is the correct config, but I also tried :

 

<%@ taglib uri="http://java.sun.com/jsf/facelets" prefix="ui" %>

 

I am using several other tag libs this way with success, I am just really lost as to why taglib descriptor is not found for facelets?  This seems straight forward enough.  Any help or insight would be greatly appreciated.  

 

Thanks in advance.


Re: jsp pages can not find the facelets taglib

by sinplicity :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I thought there were several examples of jsp pages which use facelet tags on the web.  Are you certain that the repeater tag can not be used in a jsp page?

On Mon, Aug 3, 2009 at 3:53 PM, Raymond K. DeCampo <rkdecampo@...> wrote:

Facelets is a technology designed to replace JSP in the context of JSF.  You cannot use Facelets tags in JSP pages and vice versa.

 


From: Scott Carter [mailto:carterdevlists@...]
Sent: Monday, August 03, 2009 4:47 PM
To: users@...
Subject: jsp pages can not find the facelets taglib

 

I am trying to use just the repeat tag from the facelets taglib.  The problem is when I include this taglib in my jsp page, it is not found.  I have verified that the jsf-facelets-1.1.11.jar is in the WEB-INF/lib directory of my project (brought in via Maven).  I have also included the taglib directive in my jsp page as follows:

 

<%@ taglib uri="http://java.sun.com/JSF/Facelet" prefix="ui" %>

 

I believe this is the correct config, but I also tried :

 

<%@ taglib uri="http://java.sun.com/jsf/facelets" prefix="ui" %>

 

I am using several other tag libs this way with success, I am just really lost as to why taglib descriptor is not found for facelets?  This seems straight forward enough.  Any help or insight would be greatly appreciated.  

 

Thanks in advance.