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

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