Thats right, thank you Norman! For information, here is what I need to change :
1) in resources/WEB-INF/web.xml, comment MyFaces and add JSR RI | <!-- MyFaces | | <listener> | <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class> | </listener> | --> | | <!-- JSF RI --> | <listener> | <listener-class>com.sun.faces.config.ConfigureListener</listener-class> | </listener> | 2) in resources/WEB-INF/faces-config.xml, add SeamELResolver | <application> | <el-resolver>org.jboss.seam.jsf.SeamELResolver</el-resolver> | </application> | 3) in ressource/META-INF/application.xml, comment el-* | <!-- | <module> | <java>el-api.jar</java> | </module> | <module> | <java>el-ri.jar</java> | </module> | --> | This post also helps me: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=94738 Fabian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097189#4097189 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097189 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
