Thanks Andrew,
i managed to get it work, replacing a <jsp:forward page="login.jsf"> by a <%
response.sendRedirect("login.jsf");
%>Strange but it works... 2006/6/8, Andrew Robinson <[EMAIL PROTECTED]>:
In 1.1.2 it is located at org.apache.myfaces.renderkit.html.util.HtmlBufferResponseWriterWrapper Is it possible that you have something cached or old still lying around? On 6/8/06, Richard Capraro <[EMAIL PROTECTED]> wrote: > 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 >

