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]

Reply via email to