[jboss-user] [JBoss Seam] - Re: javax/el/ELResolver on JBoss 4.2.1.GA

fmeystre do-not-reply at jboss.com
Sat Oct 20 10:52:03 EDT 2007


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



More information about the jboss-user mailing list