Hi
Jdev version is 11.1.1.5.
I am trying to call bounded taskflow from Iframe.
The issue is:
I have a file component in the taskflow and auto submit for this inputFile is true.(inputFile comoponent is in sessionscope. Followed InputFile value lost after validation fires).
when i select file automatically Iframe is opening taskflow in 2nd tab in the browser.
(First tab has the Iframe URL and 2nd tab has Bounded tf url).
Can any body help me what could be the issue and why its opening 2nd tab..
Task flow URL:
http://127.0.0.1:7101/CallingTF/faces/adf.task-flow?adf.tfId=remoteCallTesting&adf.tfDoc=/WEB-INF/remoteCallTesting.xml
Iframe code:
<html>
<body>
<iframe src=" http://127.0.0.1:7101/CallingTF/faces/adf.task-flow?adf.tfId=remoteCallTesting&adf.tfDoc=/WEB-INF/remoteCallTesting.xml" /></body>
</html>
Thanks.