I’m trying to add Tomahawk to my existing java project (JSF RI &  myeclipse IDE) using the following instructions from the FAQ page:

 

http://myfaces.apache.org/faq.html

Can I use MyFaces extensions (aka Tomahawk) with the JSF RI?

Yes, most of the Apache MyFaces extensions work with JSF RI. You must only copy tomahawk.jar to your WEB-INF/lib folder. To be able to use the MyFaces extensions add the following line to your JSPs:

<%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>

 

I receive the following error:

org.apache.jasper.JasperException: The absolute uri: http://myfaces.apache.org/tomahawk cannot be resolved in either web.xml or the jar files deployed with this application

 

Do I need to deploy the tomahawk.tld file separately?  Any other instructions?

 

Thanks.

 

Reply via email to