is there a way to specify that a listener should ONLY listen to a subflow?
I have an inline subflow and I would like to give a criteria to the flow:listener referencing this ONLY.
Given:
So far, I have tried specifying:Code:<subflow-state id="scriptingSubflow" flow="scriptingInlineFlow"> ... </subflow-state> <inline-flow id="scriptingInlineFlow"> ... </inline-flow>
And:Code:<flow:listener ref="backToLastViewStateLifecycleListener" criteria="scriptingInlineFlow" />
To no effect.Code:<flow:listener ref="backToLastViewStateLifecycleListener" criteria="scriptingSubflow" />
Any pointers gratefully received.
I am assuming that restricting a listener to a given subflow will be better for performance than otherwise...
Cheers,
Alph


Reply With Quote