task flow invocation from managed bean
648071Oct 8 2008 — edited Oct 24 2008Couldn't post a query in the jdev11 and oc4j forum so trying here -
Hi,
In the action listener method of a backing bean, I have a condition based on which an error needs to be displayed or a control flow case of task flow needs to be invoked.
Is there a way to access a task flow from the managed bean to fulfill the above requirement?
This condition check is a new feature. Presently I have some logic in the actionlistener method of the button and the action attribute invokes the taskflow control flow case.
But due to this new condition, I want the action listener to have the control of further processing.
Is this even possible or is there a better solution to such a scenario?
Appreciate your help!
Thanks,
Harsha