Hi ,
i m creating dynamic region page with multiple task flow
i got this type of error
<RegionUtils> <getTaskFlowId> ADFc: EL expression for task flow ID evaluated to null, EL='${backingBeanScope.regionPage.dynamicTaskFlowId}', taskFlowBindingName='dynamicRegion1', RegionHierarchy='
[taskFlowBinding=n/a, taskFlowId=<unbounded-flow>, viewId=/Runpage]
[taskFlowBinding=dynamicRegion1, taskFlowId=<unknown>, viewId=<unknown>]
'.
<RegionUtils> <getTaskFlowId>
oracle.adf.controller.ControllerException: ADFC-06003: EL expression '${backingBeanScope.regionPage.dynamicTaskFlowId}' for a region TaskFlowId in binding 'dynamicRegion1' evaluated to null, a non-null value must be specified.
and also i set my regionPage bean scope from backingBeanScope to viewScope.
Please help me.
regards,
jerry