Spring Webflow - External Redirect on an end state in a subflow, NoMatchingTransitionException

When using a end-state in a Subflow you may encounter the following exception:

NoMatchingTransitionException: No transition found on occurence of event

Subflow


Note that in a subflow the view attribute of the end-state is ignored, so this redirect needs to be defined in the parent flow.

Parent Flow




   

Updated Subflow


Comments

Popular posts from this blog

Angular Testing child component inputs

Grails 3.2: Bootstrap.groovy is not executed when run as an executable war/jar file