MyFaces 1.2 needs some newer jars. http://people.apache.org/~werpu/myfaces12custom.zip has a complete list of the dependencies needed by myfaces 1.2
-- Regards Parag On 7/27/07, Michael Obster <[EMAIL PROTECTED]> wrote: > > Hi, > > I wanted to migrate from MyFaces 1.1.5 to 1.2.0 but have some trouble > with it. > After changing the libs, I just start the application but getting a > java.lang.NoClassDefFoundError: javax/el/ELResolver > at > > org.apache.myfaces.webapp.StartupServletContextListener.getFacesInitializer > (StartupServletContextListener.java:70) > ... > > What I'm doing wrong? Using the old 1.1.5 works correct. Also I have > tried to use the javaee.jar from Suns JavaEE 5. But I get also this error. > Have I overseen s.th. in the documentation? > > Cheers, > Michael >

