zoukankan      html  css  js  c++  java
  • Error when clicking other button after displaying Popup window(转)

    原文地址:Error when clicking other button after displaying Popup window

    Hi,  I'm developing a custom page which calls a popup window in r12, below is the error encountered.  Error: Cannot Display Page   You cannot complete this task because you accessed this page using the browser's navigation buttons (the browser Back button, for example).   To proceed, please select the Home link at the top of the application page to return to the main menu. Then, access this page again using the application's navigation controls (menu, links, and so on) instead of using the browser's navigation controls like Back and Forward.   On my base page, I have other buttons like Save, Back, and the button to invoke the popup window. I can display the popup window without error, but when i clicked on the base page's other buttons after invoking the popup window, the error above is shown. I'm not clicking any browser's navigation buttons. Please let me know how to solve this error.  Thanks!

    The custom popup is not supported by OAF. This will be incorporated as new feature in 12.1.2.  Regards, Guru Prasandh.

    Check this link for the pop-up window options. It would use javascript and i guess  javascript  is not recommended in OAF.  http://mukx.blogspot.com/2007/07/javascript-in-oa-framework.html

    Hi,   The error because of the AM state will lost whenever you are accessing the pop-up window.  Try with AM state = true.  Thanks,  Kumar

    Hi Prasandh,  Can you give a link to the notes or docu about this? Thanks!

    Hi Kumar,  I already added retainAM=Y in my button's Destination URI Function already and still not working. Please let me know more of your thoughts on this.  Thanks!

    Thanks Pradeep for the link

    Hi,  Just want to update...  The error occurred because I have isBackNavigationFired checking, this becomes true when clicking the other buttons in the base page after displaying the popup. Is there a workaround where I can make this work without removing my back browser navigation checking?  Thanks!



  • 相关阅读:
    mysql group_concat函数
    easyui textbox获取焦点事件
    jquery获取select下拉框的前一个,后一个,第一个,最后一个option对象
    easyui 只刷新当前页面的数据 datagrid reload 方法
    spring-data-jpa查询语句的书写实例小计
    jquery给input标签添加data-options属性
    正则表达式的常用方法
    正则表达式之 /^(d)$/
    jquery获取下拉列表的值和显示内容的方法
    一个 关于 case when的SQL
  • 原文地址:https://www.cnblogs.com/huanghongbo/p/4702208.html
Copyright © 2011-2022 走看看