Skip to Main Content

APEX

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!

While opening modal page got the error : template type "Dialog page"

OraDev16Jul 30 2018 — edited Jul 31 2018

Hi All,

     I'm following this document [https://docs.oracle.com/cd/E71588_01/AEAPI/apex-navigation-namespace.htm#AEAPI30093](https://docs.oracle.com/cd/E71588_01/AEAPI/apex-navigation-namespace.htm#AEAPI30093 "https://docs.oracle.com/cd/E71588_01/AEAPI/apex-navigation-namespace.htm#AEAPI30093")

     I've two pages: 520 (Normal Page) and 522 (Modal). I'm trying to open the modal page when the item P520\_X is clicked. The modal page is opening up but with the following error :

Modal_Error.png

Info:

(1) Dynamic Action (Page 520)

apex.navigation.dialog('f?p=114:522:&SESSION.',{title:'About',height:'480',width:'800',maxWidth:'1200', modal:true,resizable:false },'a-Dialog--uiDialog',$('#P520_X'));

(2) Modal Page (Page 522) has the following specifications.

Page Mode : Modal Dialog.

Page Template : Modal Dialog.

(3) Theme for both the pages : 42 Universal Theme.

Couldn't make out what's missing; any help will be highly appreciated.

Thanx

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 28 2018
Added on Jul 30 2018
11 comments
682 views