best way to raise ADF page in _blank targetFrame?
robliJun 14 2010 — edited Jun 14 2010Using JDev 11; I want to invoke an ADF inquiry page from another ADF page, and am wondering how this is most commonly/best done. Use a lot of icons, so generally have these sorts of functions firing off commandImageLink components. These are fine for invoking action based page-flows, but don't allow startup in another window. The goLink could work, but this doesn't support icons. So to just put an icon on the page that fires off another ADF inquiry page, I need to fall back to the html image and anchor tags ?
Thanks for your help.