Hi All!
I have a problem that I'm hoping someone has the answer for. Here is the problem.
I have a page with 3 selectOneMenu components
After selecting a value from the first one i have an...
Type: Posts; User: kimfen; Keyword(s):
Hi All!
I have a problem that I'm hoping someone has the answer for. Here is the problem.
I have a page with 3 selectOneMenu components
After selecting a value from the first one i have an...
Hi all
I found that setting the applicationContext during the configureFlowBuilderContext works for me. All my flow tests are running fine now.
public abstract class CommonFlowTest extends...
Hi there!
I'm having the exact same problem - has anyone solved this?
-Kim
Keith!
Thank you so much for all your help, including the parameter-type attribute solved my problem.
Here is my original stack trace:
...
Hi Keith!
I think your solution might do the trick for me, but when i try your example i get an exception saying that attribute "type" is not allowed to appear inside "argument". Is this a version...
Hi Keith!
Thanks for your input, but i'm not sure that this is the answer to my problem. Let me elaborate my problem a little.
- I have 1 flow that will be called as a subflow from 2 different...
I have actually tried that as well but i get the same result....
No param2 is not in the flow scope.
Hi!
I have a problem when using an input-mapper in a sub-flow and one of the parameters is null.
<input-mapper>
<mapping source="param1" target="flowScope.param1"/>
<mapping...
Thanks for all your input James it has been very helpful. One question though which is of concern to me. Are you sure that the flow state(parent and subflow) will be cleaned up when redirecting from...
yes i have and i was thinking about using this, i also saw something called FlowDefinitionRedirect but all the xml examples i have seen do not use parameters with flowRedirect
Here is my scenario!
I have a task list that contains many different tasks. From this list you can view details from each task in a details form. However from the details form you will not go back...
Hi James!
I don't want to use a subflow because i don't plan on returning to the first flow after calling the second
-Kim
Hi!
Does anyone have an example on how to pass parameters between two separate flows? I don't want to use a subflow but rather redirect to a new flow from an end state and pass some parameters...