Expression builder can't see Java Bean
962555Oct 30 2012 — edited Oct 30 2012Hello, my Jdeveloper version is 11.1.2.1.0.
I created a Bounded Taskflow. After i created Java Bean with integer variable PId and I created accessors for PId. I chosed my bean as Managed Bean for my taskflow with pageFlow scope
and I chosed an Input Parameter for my taskflow wich takes value from #{pageFlowScope.managedBean.PId}.
On my taskflow i put a page wich contains one form based on MyDataControl. Before the page on my taskflow I put ExecuteWithParams coressponded to MyDataControl. ExecuteWithParams has
a parameter p_id because my view object has a bind variable and i want to filter data using this parameter.
During placing ExecuteWithParams on taskflow I want to define value for parameter p_id using Expression Language Builder but not in a tree "ADF Managed Bean - pageFlowScope" not anywhere in opening window I can't see my bean and it's property PId. But if i put ExecuteWithParams as a button on the page with my form I can chose this in expression language builder easily and it works.
Please help me to do my task - to filter data using input parameter in bounded taskflow.