I've had the same problem using Facelets on Weblogic 9.2, which does not support JSP 2.1.
Simon, the fact that both JSP 2.1 and JSF 1.2 use the unified EL does not mean that JSP 2.1 and JSF 1.2 must always come together. What it means is that the pairs JSP 2.1/unified EL and JSF 1.2/unified EL must come together by themselves. There might be some dependency there though, which is bad news for those who are limited to a non-JSP 2.1compliant application server and would like to use JSF 1.2. On 7/19/07, Andrew Robinson <[EMAIL PROTECTED]> wrote:
JSF 1.2 requires JSP 2.1 unless you use facelets. I believe you have to run Tomcat 6 as a minimum version (servlet 2.5 support is required) On 7/19/07, mraible <[EMAIL PROTECTED]> wrote: > > I should mention: I get the error below on startup when deploying on Tomcat > 5.0.25. If I change from MyFaces to Sun's RI and deploy on Tomcat 5.0.25 > again, no error. > > Matt > > > mraible wrote: > > > > From what I can tell, MyFaces 1.2 requires JSP 2.1. I developed a quick > > prototype using MyFaces 1.2 + Facelets 1.1.13 and I get the following > > error on startup: > > > > Exception sending context initialized event to listener instance of class > > org.apache.myfaces.webapp.StartupServletContextListener > > java.lang.NoSuchMethodError: > > javax.servlet.jsp.JspFactory.getJspApplicationContext (Ljavax/servlet/ServletContext;)Ljavax/servlet/jsp/JspApplicationContext; > > at > > org.apache.myfaces.webapp.DefaultFacesInitializer.initFaces( DefaultFacesInitializer.java:102) > > at > > org.apache.myfaces.webapp.StartupServletContextListener.contextInitialized (StartupServletContextListener.java:57) > > > > If I deploy my app to Tomcat 6, this problem doesn't exist. If I change > > from MyFaces 1.2 to Sun's RI 1.2_04, this problem doesn't exist either. > > For this reason, it appears to me that MyFaces 1.2 requires JSP 2.1. > > > > Cheers, > > > > Matt > > > > -- > View this message in context: http://www.nabble.com/Does-MyFaces-1.2-require-JSP-2.1--tf4112432.html#a11693503 > Sent from the MyFaces - Users mailing list archive at Nabble.com. > >

