Thanks for your replies :)
Type: Posts; User: dumont; Keyword(s):
Thanks for your replies :)
Hello,
is there any possibility to generate url which will redirect not to first state of flow but to a specific state of flow?
example:
<?xml version="1.0" encoding="UTF-8"?>
<flow...
I've changed <on-render> to <on-entry> in singleProduct state - it helped.
Hello,
I am in one state of my flow and I want to pass parameter via transition. I've got something like that in my flow definition xml:
<view-state id="allProductsState" view="allProducts">
...
Hello,
I know that my problem is a common problem, but I've checked a lot of questions here, checked Spring documentation and I really don't know what I am doing wrong.
My problem: I've got a...