|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
jsp pages can not find the facelets taglibI 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 taglibFacelets 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@...] 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 taglibI 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:
|
| Free embeddable forum powered by Nabble | Forum Help |