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!

ADF: Calling Method call Activity as a Starting point in Task Flow

mahesh uppalapatiSep 25 2015 — edited Sep 25 2015

Hello Everyone,

I am working on ADF. I created a Task flow in that I created a method Call Activity which is default one when I run the page the method is not getting called. Then I made change that on my EL expression  I changed it from "requestscope.classname.methodname"  to "classname.methodname" now the method is accessing in the bean.

I want to know that why its not calling my method when it is scope???

My bean is in request scope and my method is calling only the the expression builder is linked to normal Managed Beans like "#{classname.methodname}"

its not calling when it is like "#{requestscope.classname.methodname}"

why is it so????????

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 23 2015
Added on Sep 25 2015
2 comments
361 views