Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Calling bounded taskflow from iframe

Durga VBCSDec 17 2014 — edited Dec 18 2014

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.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 15 2015
Added on Dec 17 2014
6 comments
1,909 views