spring-webflow
spring-webflow copied to clipboard
Spring-boot spring-webflow primefaces flow do not render view [SWF-1736]
massimo opened SWF-1736 and commented
I have an app thats use this techologies :
Primefaces 6.2
spring-boot 2.1.0.RELEASE
sping-webflow 2.5.1.RELEASE
the problem is that flow is registered and executed, it execute also an server action in view-state on-entry event but view is not rendered, the engine redirect to root
Attached are pom files flow e java config and log file.
Affects: 2.5.1
Attachments:
- dpmpilot_20190517.log (38.88 kB)
- pom.xml (5.88 kB)
- WebFlowConfig.java (2.34 kB)
1 votes, 3 watchers
Bogdan Negru commented
The problem seems to manifest on any spring-webflow release when beeing used in a spring-boot 2.x application.
I was not able to find the exact component that is causing the problem.
Does anyone else experience the same problem?
Bogdan Negru commented
Here is a sample made a while ago for the same problem: https://github.com/Ozius/aura-commons-web
Please let me know if it ok, or you need a smaller one.