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 a JSPX from a JSFF inside a bounded taskflow

3200663Apr 24 2019 — edited Apr 30 2019

Hi,

Jdev-12.2.1

I have a bounded task flow that contains JSFF and when i try to add a JSPX inside the taskflow.it shows me "is referenced in a context where a page fragment is expected adf" error in top of the jspx view added in the taskflow.

So any suggestions on how to clear the below

pastedImage_0.png

i will be navigating to untitled2.jspx from view3.jsff using the

<af:button text="button 1" id="b1" useWindow="true" windowHeight="700" windowWidth="700" action="go"/>

where my jspx will be displayed as a window

Thanks

Comments
Post Details
Added on Apr 24 2019
3 comments
680 views