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
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964715#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...