Are you using the myfaces-all.jar? If so, there is a bug there because faces-config.xml file is missing. Then try using the three separate jars myfaces-api, myfaces-impl and tomahawk, or download a recent nightlty...
Regards, Bruno 2005/9/21, Burke, Rodney <[EMAIL PROTECTED]>: > > > > > > Does any one know why I would get the following exception when upgrading to > the myfaces-1.1.0 release? > > Note, <x:stylesheet path="/css/basic.css"/> tag worked just fine in 1.0.9. > > javax.servlet.ServletException: Undefined component type > org.apache.myfaces.Stylesheet > > javax.faces.webapp.FacesServlet.service(FacesServlet.java:109) > > org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:693) > > org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:660) > > org.apache.jsp.index_jsp._jspService(org.apache.jsp.index_jsp:43) > > org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) > > javax.servlet.http.HttpServlet.service(HttpServlet.java:810) > > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322) > > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) > > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) > > javax.servlet.http.HttpServlet.service(HttpServlet.java:810) > > org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81) > > > > > Btw, when I upgraded I simple replace the myfaces-1.0.9.jar with > myfaces-1.1.0 and did a complete rebuild. > > > > Thank You, > > Rodney

