Thanks for your help, but I don't want to put in the root state any state related to a child flow.
I use a view-state instead of a end-state to do the redirection (It is not a perfect solution...
Type: Posts; User: wences; Keyword(s):
Thanks for your help, but I don't want to put in the root state any state related to a child flow.
I use a view-state instead of a end-state to do the redirection (It is not a perfect solution...
Hi,
I need to redirect to a new flow from a subflow, using this syntax in the subFlow :
<end-state id="dossierrecapbeneficiaire"
...
Hi,
Is the flowscope shared between a parent flow and a subflow start from that parent flow ?
Are the beans put in the flowscope of the subflow available to the parent flow when the subflow...
Hi,
I try to use Jenkov TreeTag but I can't open the user guide (http://jenkov.com/prizetags/documentation.html).
The pdf document (Tree_Tag_User_Guide.pdf) seems to be damaged.
Where can I...
Hi,
During the shutdown of an application deployed on Tomcat, I get
a NullPointerException on logger in Ehcache code during application shutdown .
How do I solve this problem.
Regards...
Hi,
Is there a way to start a new flow with a url like this :
<a href="flowController.html?_flowId=myflow&myparameter=value/>
When doing this, the value set to the flowid is...
Hi,
Using redirect in a view state, I wonder how to deal with errors that
are store in the request scope.
Errors are produce in the validator methods and could not easily be put
in the...
Thanks for this reponse, but can you confirm to me than in case of
a Flow + subflow, the end-state of the subflow doesn'tact as a
boudary for a duplicate submit.
Hi Keith,
In previous thread in the forum you introduce the TransactionSynchroniser abstraction.
Quote:
As explained in Use continuations to develop complex Web applications, continuations...
I expected that when one of the end-state of the subflow was reached,
I could not used continuation to continue the subflow B (its end-state
has been reached).
I hope it could prevent double...
It sound like the local scope of the spawned flow was not cleaned up.
My scenario is :
- from a view in flow A, I enter in a subflow B
- in that subflow B, I navigate between state until I...
if your are not using "flow execution redirect" in your view,
${informationMessage} should work.
It seems there is a blank character in the key you use
to put your message in the request scope...
Hi,
Your start-state is "setupForm" but our action-state is "setupFlow" ?
hi,
Using the "ContinuationFlowExecutionRepositoryFactory" and the flow execution redirect on view-state, I don't see any flowScope clean up when
the application reach an end-state in a subflow....