I think that you can't use an end-state with redirect from a subflow. Syntax let do it, but doesn't work.
As you say, using a view-state, the subFlow is not terminated and parent flow too. A...
Type: Posts; User: lostman; Keyword(s):
I think that you can't use an end-state with redirect from a subflow. Syntax let do it, but doesn't work.
As you say, using a view-state, the subFlow is not terminated and parent flow too. A...
Sorry! I forgot it
Look at this examples:
<view-state id="send" view="flowRedirect:app/send/launch?codCost=#{flowScope.codCost}&sendType=#{formSend.sendType}"/>
<end-state id="volver"...
Yes, I solved it, but I dont reemember it at this moment. I will see the code and post it. Wait some hours, please. :cool:
I've got a similar problem.
I have a non-Ajax form (using dojo) which works fine uploading a file.
Trying to convert it to Ajax I found a problem. Using debbuger, I have seen that file were...
I found the error!!!
There was an error in the flow, doing an "evaluate"!
It was a hell.. Can we make swf more verbouse? Why no errors or exceptions were launched if there was an error??? :(
thanks, I'll try it. Let's talk ;)
Yeah, You're right! I wrote it wrong, but code is as you wrote, but it doesn't work :( Any idea?
Thanks.
Hi friends.
I have a problem that seems simple, but I can't solve it. I have spend a lot of houres and I can't find the way to solve it. I'm burned :(
For example:
I'm not using porlets, but it doesn't work. For example, this could be the code:
Main flow transition.
Redirect state (end-state or view state, as you want).
I'm sorry, but redirect="true" is not supported in SWF 2.0 end-state. Supported elements are: id, commit, parent and view. Thanks for your reply.
Have anyone another idea?
Thanks.
Hi!
I'm new in swf. I've a problem with flowredirect. I'm trying to redirect from a flow final state to the start state of another indepent flow. I have read some examples in the forum and test...