Hello, i have a problem, which was already mentionned in the list, but never resolved.
When i use myfaces core 1.1.3 and tomahawk 1.1.2, with tomcat 5.5.17, the server starts with error java.lang.NoClassDefFoundError: org/apache/myfaces/custom/buffer/HtmlBufferResponseWriterWrapper There is no HtmlBufferResponseWriterWrapper class in tomahawk package. I have all required commons jar. My web.xml and extensionsFilter are well configured, exactly like explained in http://myfaces.apache.org/tomahawk/extensionsFilter.html What is the problem ? versions: commons-beanutils-1.7.0.jar commons-codec-1.3.jar commons-collections-3.1.jar commons-digester-1.6.jar commons-el-1.0.jar commons-lang-2.1.jar commons-logging-1.0.4.jar jstl-1.1.0.jar myfaces-api-1.1.3.jar myfaces-impl-1.1.3.jar tomahawk-1.1.2.jar

