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
I guess, I know the cause but I don't know how to fix it. AFAIC, since flowViewHandler is responsible for handling navigation in Spring web flow, it prevents from executing org.primefaces.application.DialogNavigationHandler and org.primefaces.application.DialogViewHandler, in other words SWF does not understand JSF ConfigurableNavigationHandler and ignore faces-config navigation-handler.
in other words SWF does not understand JSF ConfigurableNavigationHandler
Is there a way to use JSF ConfigurableNavigationHandler rather than hard-coding a library specific API, which we'd have to invoke through reflection. Also the flowExecuectionUrl is quite specific to Web Flow (the flow URL with an execution id). I don't know what the DialogViewHandler's actionUrl looks like relative to that.
Do you have a sample app somewhere to experiment with?
Omid P opened SWF-1704 and commented
due to FlowViewHandler, it is not possible to use Primefaces Dialog framework in spring webflow.
I've tested it in primefaces-showcase
Affects: 2.4.4
1 votes, 3 watchers
The text was updated successfully, but these errors were encountered: