2 Replies Latest reply on Feb 8, 2008 11:47 AM by norman.richards

    SeamELResolver unnecessary in Seam 2.0?

    ziphyre

      Hi,

      I'm following the Seam Book, and in chapter 23.2 (page 314) it mentions the modifications in order to be compatible with JBoss AS 4.2.x. On of them is to add

      <application>
       <el-resolver>
       org.jboss.seam.jsf.SeamELResolver
       <el-resolver>
      </application>


      but there is no such a class in org.jboss.seam.jsf. So am I looking to a wrong place, or is it unnecessary with Seam 2.0?

      And same question for SeamPhaseListener, although the class exists in org.jboss.seam.jsf, is it necessary to include

      <lifecycle>
       <phase-listener>
       org.jboss.seam.jsf.SeamPhaseListener
       <phase-listener>
      </lifecycle>
      


      Thanks.