Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

task flow invocation from managed bean

648071Oct 8 2008 — edited Oct 24 2008
Couldn'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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 21 2008
Added on Oct 8 2008
9 comments
820 views