And, if it makes a difference, here's a bit more configuration
faces-config.xml snippet:
| <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>
| <lifecycle>
| <phase-listener>
| org.jboss.seam.jsf.SeamExtendedManagedPersistencePhaseListener
| </phase-listener>
| </lifecycle>
|
I think this is the/a recommended way.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962667#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...