Primefaces Lifecycle component is not working with Myfaces

198 Views Asked by At

Recently we have migrated from Mojarra 2.2.15 to myfaces 2.2.11 version and found that Primefaces Lifecycle component is not working.

Note: We are using Wildfly 11

we have added following content in faces-config.xml

<lifecycle>
    <phase-listener>org.primefaces.component.lifecycle.LifecyclePhaseListener</phase-listener>
</lifecycle>

Phase Listener

Above configuration for p:lifecycle works fine with Mojarra but same is not working with Myfaces. How to solve this issue.

0

There are 0 best solutions below