A little precision:
anonymous wrote : At the first strike, it doesn't work because i leave
propagation=none in my s:link
on the link to call (start) my sub-pageflow.
Another precision:
if you have a main pageflow and a sub pageflow, you have to declare the sub pageflow
before your main pageflow in your component.xml overwise the application do not start
correctly.
like this:
| <bpm:pageflow-definitions>
| <value>menu.jpdl.xml</value> <!-- sub pageflow -->
| <value>monPageflow.jpdl.xml</value> <!-- main pageflow -->
| </bpm:pageflow-definitions>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109216#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...