Printing a table on OIM Console using ADF managed bean
Hi Everyone, I have written a managed bean which is calling my task flow and printing a table on browser but after deploying the same on OIM I am calling the same task flow using EL expressions this is not printing anything.
i am getting error shown in attached screenshot.
Please tell me if its is possible to print a table on OIM Console using bounded task flow or not, i want to print this table after clicking on imageLink
Below is my JSF page :
<af:table var="row" binding="#{pageFlowScope.customBean.t1}" rowBandingInterval="0" id="t1"
value="#{pageFlowScope.customBean.listt}">