1 Reply Latest reply on Aug 12, 2006 8:17 AM by pmuir

    configuring faces with Seam and facelets

      If I'm building a Seam app with facelets (and MyFaces), is it *always* appropriate to configure faces-config.xml as follows?:

       <application>
       <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
       <navigation-handler>org.jboss.seam.jsf.SeamNavigationHandler</navigation-handler>
       <state-manager>org.jboss.seam.jsf.SeamStateManager</state-manager>
       <variable-resolver>org.jboss.seam.jsf.SeamVariableResolver</variable-resolver>
       </application>
      


      If it's in there, I missed where in the documentation or a forum post it explains when it's appropriate to use each of those Seam classes and when not.

      Thanks,
      David