Hi In this address
http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/ there are some tomahawk examples. Take a look and compare the web.xml. If you need a working war file, the snapshots can be downloaded from here: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/tomahawk/ regards, Leonardo Uribe 2011/6/20 Adam Furmanczuk <[email protected]>: > Hi > > I am using Apache MyFaces for my project (jsf 2.0) and I want to use the > tomahawk framework (for uploadfile, calendar, etc) > > Sadly, Tomcat cancell buidling the war. > > When I comment out filter mapping for tomahawk, war gets deployed, but > sided that use: > <%@taglib prefix="t" uri="http://myfaces.apache.org/tomahawk" %> > fail with server 500 error. > > when i put filter mapping as suggested > > http://myfaces.apache.org/tomahawk/extensionsFilter.html > > all fails with SEVERE Filter error. > > Please help I need the upload methods urgently for my apache myfaces > webproject. > > > Best Regards, > > Adam >
