| Author |
ui:repeate facelets not processing
|
Ilya Kudelin
Greenhorn
Joined: Aug 24, 2011
Posts: 7
|
|
Hi,
I'm working on project to create web site based on J2EE technologies.
I'm using jsf-api version 2.0 and jsf-impl verion 2.0.0.b22 placed in WEB-INF/lib directory and described as '<scope>provided</scope>' in my pom.xml file.
'h' and 'f' tags works correct. They are declared as:
'repeat' tag from 'ui' scope is needed. This is facelet's tag and this technology is built-in to JSF since version 2.0.
But, if I tries to declare I get next error:
EVERE: Servlet.service() for servlet [Faces Servlet] in context with path [/wap] threw exception [The absolute uri: http://java.sun.com/jsf/facelets cannot be resolved in either web.xml or the jar files deployed with this application] with root cause
org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsf/facelets cannot be resolved in either web.xml or the jar files deployed with this application
JSP file is included from index.jsp.
My web.xml is:
Why is error rase?
Thanks,
|
 |
 |
|
|
subject: ui:repeate facelets not processing
|
|
|