Using Spring web-flow 2.3.0, how can I call a PARTICULAR viewstate of flow A from flow B.
Can I use subflow?
From flow B , I want to go to viewstate="def" of flow A
Flow B
Flow ACode:<subflow-state id="actions1" subflow="A"> </subflow-state>
can someone please tell me how to do this..dint find anything over googleCode:<flow xmlns="http://www.springframework.org/schema/webflow" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd"> <view-state id="abc"> </view-state> <view-state id="def"> </view-state>


Reply With Quote
