It seens to be solved. I have added in web.xml of the JBoss Tomcat
a second init-param. Is there somewhere the example code of the
tomahawk examples?
Thanks
<!-- Specify the jars relative to the jbossweb-tomcat55.sar
that should
be scanned for common tag lib descriptors to include in
every war
deployment.
-->
<init-param>
<description>MyFaces tlds</description>
<param-name>tagLibJar0</param-name>
<param-value>jsf-libs/myfaces-impl.jar</param-value>
</init-param>
<init-param>
<description>MyFaces Tomahawk tlds</description>
<param-name>tagLibJar1</param-name>
<param-value>jsf-libs/tomahawk.jar</param-value>
</init-param>
----Ursprüngliche Nachricht----
Von: [EMAIL PROTECTED]
Datum: 14.08.2006 19:40
An: <[email protected]>
Betreff: tomahawk jar file
I get this error, although the tomahawk jar file is in the same
directory as the myfaces-api.jar and myfaces-impl.jar.
I think it should work.
javax.servlet.ServletException: The absolute uri: http://myfaces.
apache.org/tomahawk cannot be resolved in either web.xml or the
jar
files deployed with this application
javax.faces.webapp.FacesServlet.service(FacesServlet.java:121)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter
(ReplyHeaderFilter.java:96)
root cause
javax.faces.FacesException: The absolute uri: http://myfaces.
apache.
org/tomahawk cannot be resolved in either web.xml or the jar
files
deployed with this application
org.apache.myfaces.context.servlet.ServletExternalContextImpl.
dispatch(ServletExternalContextImpl.java:421)
org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView
(JspViewHandlerImpl.java:234)
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.
java:352)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:107)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter
(ReplyHeaderFilter.java:96)