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 :

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