jdeveloper 12.1.2
I have a bounded task flow. On one of my pages, I have a button which links to a UrlView. I want the URL to be opened in a new window/tab.
<af:button text="Visibility" id="b1" action="visibility" targetFrame="_blank" />
I tried with targeFrame = "_blank". But the URL still is opened in my current window.
Any suggestions?
Thanks.