I just found the original issue of this bug http://www.mail-archive.com/[email protected]/msg05570.html
I just subscribed to dev myfaces mailing list Thanks. 2005/9/24, Bruno Aranda <[EMAIL PROTECTED]>: > We are working of solving this issue as soon as possible... > > Thanks for your patience! :-) > > Bruno > > 2005/9/24, hicham abassi <[EMAIL PROTECTED]>: > > Thanks a lot Bruno, i replaced myfaces-all.jar by all separated jars. > > > > 2005/9/24, Bruno Aranda <[EMAIL PROTECTED]>: > > > Do you have the same jars in the classpath? It seems that in your linux > > > box: > > > > > > a) you don't have the tomahawk.jar; > > > b) or you are using the myfaces-all.jar from the 1.1.0 release, which > > > has a file missing (use the separate jars instead). > > > > > > Hope that helps, > > > > > > Bruno > > > > > > 2005/9/24, hicham abassi <[EMAIL PROTECTED]>: > > > > my code worked well under XP but not more when i move my project under > > > > linux. > > > > > > > > javax.servlet.ServletException: ServletException in > > > > '/formContact.jsp': Undefined component type > > > > org.apache.myfaces.SaveState > > > > javax.faces.webapp.FacesServlet.service(FacesServlet.java:109) > > > > > > > > > > > > formContact.jsp > > > > ------------------------- > > > > <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%> > > > > <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%> > > > > <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%> > > > > > > > > <f:loadBundle basename="com.xxxx.i18n.messages" var="msgs"/> > > > > <h:form> > > > > > > > > <t:saveState id="save1" value="#{contactBean.contact.id}" /> > > > > > > > > > > > > Thanks > > > > > > > > > > > > -- > > > > > > > > hicham ABASSI > > > > [EMAIL PROTECTED] > > > > > > > > > > > > > -- > > > > hicham ABASSI > > [EMAIL PROTECTED] > > > -- hicham ABASSI [EMAIL PROTECTED]

