You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually Im working with in a web project, Im Using primefaces with joinfaces.
The instruction primefaces.current().dialog().opendynamic not working i think that is beacause in faces-config.xml file is not configured: <application> <action-listener> org.primefaces.application.DialogActionListener </action-listener> <navigation-handler> org.primefaces.application.DialogNavigationHandler </navigation-handler> <view-handler> org.primefaces.application.DialogViewHandler </view-handler> </application>
Could you help me to think in a solution for this ???
The text was updated successfully, but these errors were encountered:
Actually Im working with in a web project, Im Using primefaces with joinfaces.
The instruction primefaces.current().dialog().opendynamic not working i think that is beacause in faces-config.xml file is not configured:
<application> <action-listener> org.primefaces.application.DialogActionListener </action-listener> <navigation-handler> org.primefaces.application.DialogNavigationHandler </navigation-handler> <view-handler> org.primefaces.application.DialogViewHandler </view-handler> </application>
Could you help me to think in a solution for this ???
The text was updated successfully, but these errors were encountered: