spring-webflow icon indicating copy to clipboard operation
spring-webflow copied to clipboard

Spring-boot spring-webflow primefaces flow do not render view [SWF-1736]

Open spring-operator opened this issue 5 years ago • 3 comments

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:

1 votes, 3 watchers

spring-operator avatar May 17 '19 08:05 spring-operator

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?

spring-operator avatar Jun 10 '19 10:06 spring-operator

Rossen Stoyanchev commented

Is it possible to provide a small sample that demonstrates the issue?

spring-operator avatar Aug 26 '19 11:08 spring-operator

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.

spring-operator avatar Aug 28 '19 11:08 spring-operator