We have ADF form in Popup dialog. To create form, we have ADF Bounded taskflow with method call(CreateInsert) to view, which is having required form fields.Taskflow has dropped as region onto popup.
We have bounded all the fields into managed bean to access the filed values. We are trying to access form field values on dialog listener action. some how, we are unable to access form filed values. It's getting null for form filed bind variables in dialog listener action.
BTW, we are using same managed bean with same scope (pageflow scope) for base taskflow and sub taskflow.
It would be great help,if you can suggest on this.
JDev 11.1.1.5.0
Thanks,
MSR