I would like to use tomahawk First I get this error
anonymous wrote : | | 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) | | If I add this entry (not quite shure how useful it is) anonymous wrote : | <init-param> | MyFaces tlds | <param-name>tagLibJar0</param-name> | <param-value>jsf-libs/myfaces-impl.jar</param-value> | </init-param> | then I receive this error. anonymous wrote : | | javax.servlet.ServletException: /home.jsp(25,1) Unable to load tag handler class "org.apache.myfaces.custom.datalist.HtmlDataListTag" for tag "t:dataList" | javax.faces.webapp.FacesServlet.service(FacesServlet.java:121) | org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | | root cause | | javax.faces.FacesException: /home.jsp(25,1) Unable to load tag handler class "org.apache.myfaces.custom.datalist.HtmlDataListTag" for tag "t:dataList" | 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) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965091#3965091 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965091 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
