Search code examples
oraclejdeveloper

Oracle ADF : Page fragment not showing using taskflow inside region


I have dragged and dropped a task flow containing a View with input texts from the Data Control to the main page. Everytimes i run in , the region is blank, the page fragment isn't displayed

<f:facet>
<af:region value="#{bindings.myTaskFlow.regionModel}" id="r9">
</f:facet>

What could be the cause ?


Solution

  • This is due to either that taskflow is not secured in Jazn or current user does not have access to that taskflow even though it is secured.