11.1.1.4.0 - inline popup: disabling the default cancellation action...

Hi,
I read in Oracle JDeveloper and Oracle ADF 11g Release 1 Patch Set 3 (11.1.1.4.0): New Features and Bug Fixes:
"Dialog Framework: Capability of disabling the default cancellation actions applied to the entire web application for full page task flows ran as inline popup dialogs."
I search the function in the current JDEVADF_11.1.1.4.0_GENERIC_101227.1736.5923 but I can't find it.
Can I define this in the taskflow? Or in the when I use the taskflow in another taskflow an define this as "run-as-dialog"?

duplicate of 11.1.1.4.0 - inline popup: disabling the default cancellation action...

Similar Messages

  • How to Disable the Lead selection Action on aTable n How to Refreh a Page

    HI....
    1)How to Disable the Lead selection Action on aTable n How to Refreh a Page r web dynpro application.
    In my case i have a table n user enters data on multiple rows in table , n i have some input fields outside of table for those Inputs fields am settiing the data  at the screen initilization(in Init() moethod by hard code).the problem is whenever the is clicking in th 2nd row of a table the Lead Selection is triggerig and the data in the Input Fields outside the table is not displayinig.
    So by removing the lead Selection Action of a table i thought i can reslove this,
    2) How to refresha page(like we click F5 on key board),is it can be done thru code in web dynpro application
    Regards
    Rajesh

    Hi,
    You did not explained what is your functionality or coding in leadselection. Is that action on leadselection is necessary for you?.
    1)If you just want to remove the action then go to table properties and remove the action for leadselection.
    2)If you still want to continue with your leadselect action, then what you can do is.. write the code in leadselection action to again set the input fields which are out from table.  That is what you did in your init method.
    Page Refreshing
    3) What do you mean by page refreshing? is that refreshing your table only or both the table and input fields. 
         What I understood is you are allowing the user to enter values in table and soon after pressing a button the values should be saved and the data in input fields shld be deleted.  For this if you only invalidate the node then the user entered data will be lost. 
    So what you do is after getting the input data from the user add it to a ArrayList and then invalidate the node which clears the data in input field. Finally bind the Arraylist to your node.  see the following code. This is a concept make changes according to your requirement
    ArrayList list1=new ArrayList();
    wdContext.nodeAbc().bind(list1);
    IPrivateExcelviw.IAbcElement ele = wdContext.createAbcElement();
      ele.setNo(wdContext.currentAbcElement().getNo());
      ele.setName(wdContext.currentAbcElement().getName());
      ele.setMarks(wdContext.currentAbcElement().getMarks());
      list1.add(ele);
      wdContext.nodeAbc().invalidate();
    wdContext.nodeAbc().bind(list1);
    Revert me if you have any doubts
    Regards
    Raghu
    Edited by: Raghunandan Madarikuruva on Oct 16, 2008 8:07 AM

  • Can we disable the default push buttons on the ALV Grid

    Hi,
        Can we disable the default push buttons on the ALV
    Grid Control...
        If so, pls send me the procedure...
    thanks and regards
       raghu

    Hi,
    In the PBO:
      PERFORM f9100_exclude_functions USING :
                             i_exclude[]  '&CHECK',
                             i_exclude[]  '&REFRESH',
                             i_exclude[]  '&LOCAL&CUT' ,
                             i_exclude[]  '&LOCAL&COPY',
                             i_exclude[]  '&LOCAL&PASTE',
                             i_exclude[]  '&LOCAL&PASTE_NEW_ROW',
                             i_exclude[]  '&LOCAL&UNDO' ,
                             i_exclude[]  '&LOCAL&APPEND',
                             i_exclude[]  '&LOCAL&INSERT_ROW',
                             i_exclude[]  '&LOCAL&DELETE_ROW',
                             i_exclude[]  '&SORT_ASC',
                             i_exclude[]  '&SORT_DSC',
                             i_exclude[]  '&FIND',
                             i_exclude[]  '&SUMC',
                             i_exclude[]  '&SUBTOT',
                             i_exclude[]  '&MINIMUM',
                             i_exclude[]  '&MAXIMUM' ,
                             i_exclude[]  '&VGRID' ,
                             i_exclude[]  '&VEXCEL' ,
                             i_exclude[]  '&VCRYSTAL',
                             i_exclude[]  '&HTML',
                             i_exclude[]  '&MAINTAIN',
                             i_exclude[]  '&SAVE',
                             i_exclude[]  '&GRAPH',
                             i_exclude[]  '&HELP',
                             i_exclude[]  '&ALL' ,
                             i_exclude[]  '&SAL' .
    *                         i_exclude[]  '&EXCLALLFC'.
    *&      Form  f9100_exclude_functions
    * This form exclude buttons  from the toolbar.
    *      -->P_IEXCLUDE  text
    *      -->P_1150   text
    FORM f9100_exclude_functions USING   pexclude LIKE i_exclude
                                   value(pfunction).
      DATA: l_exclude TYPE ui_func.
      l_exclude = pfunction.
      APPEND l_exclude TO pexclude.
    ENDFORM.                    " f9100_exclude_functions
    This will exculde the default push buttons.
    Let us know if it works for you.
    Regards,
    Anjali

  • Disabling the default search when searching for master Agreements

    Hello Experts
    I am relatively new to SAP e sourcing ,we are working on 5.1 system.
    We have a query , Contract management->Agreements->Search master agreements and Sub agreements.
    This query takes a lot of time for execution.
    When user selects this option , it runs this query and then displays a screen with all the filters and search results at the bottom.
    I want to ensure that this query is not run by default, so that when user selects this option , the page only displays the selection criteria , users can specify the filter values and hit on search.
    Can anyone please help me on how can we disable the default execution of query everytime "Search master agreements and Sub agreements " is selected from the dropdown.
    is there any option within the query itself or do we need any script for doing this.
    Regards
    Vikas

    Hello Vikas,
    This should be the general approach.
    1) Write a new query that has the functionality you desire. In your case you can duplicate the existing query and make one of the filters mandatory. This will ensure that the query does not get executed by default. Save this new query in the system.
    2) Identify the corresponding query group. In your case it is FCI-ContractBuyList.
    3) In this query group, find the entry for 'Search Master Agreements and Agreements' query and check 'Remove Query from Selection List'.
    4)Add your new query in this query group and check the 'Include in SRM Navigation' checkbox. Click Save.
    Let us know if this works.
    Thanks
    Devesh

  • How to: disable the default sharpening

    All -
    I've done a detailed writeup on how to
    disable the default sharpening in Lightroom using a develop preset and the import module.
    It's really a pretty basic technique, but I've seen a lot of people asking how to do this very thing. Hope this tutorial is useful to some folks!

    Well, that begs the question at least for me? What is the default sharpening for your camera? Do you truly find it excessive for a first pass?
    <br />
    <br />
    <span style="color: rgb(102, 0, 204);">John "McPhotoman"</span>
    <font br="" /></font> color="#800000" size="2"&gt;~~ John McWilliams
    <br />
    <br />
    <br />
    <br />MacBookPro 2 Ghz Intel Core Duo, G-5 Dual 1.8;
    <br />Canon DSLRs

  • How to Disable the (DEFAULT) userid SAP* ?

    Hi All,
    I have recently installed EP6.I need to Disable the default userid ie SAP* so that I can create new user ids.
    So how to go about it??
    Thanks in advance,
    Jasmine.

    Hello Jas,
    Here you go:
       1.      In the enterprise portal, choose System Administration -> System Configuration -> UM Configuration.
          2.      On the Data Sources tab, deselect Enable SAP* User.
          3.      Save your changes.
    But you have to do the following things before you
    0)logon with SAP*
    1) create a super_admin user and assign it the pre-configured portal super admin role (pcd:portal_content/administrator/super_admin)
    2) creat another super admin, just in case the first one get locked. Hint: use simple uid and pwd.
    3) Disable SAP* as described above, and add the new super admin credentials. if you got errors, go back to step 2.
    4) Logoff. and restart J2EE engine.
    logon with (any) of the super admin UID.
    Message was edited by: Firasath Riyaz

  • Uccx , name to user step, disable the default prompt on failure

    How Can i disable the default prompt on "name to user" step. If user put the wrong entery, I want my prompt would play rathar than default prompt which says: " You have entered the name of the user but I cannot find it, please press 0 to talk to operator"
    Thanks,
    HM

    Set "Maximum Retries" to 0, handle errors manually on the Unsuccessful/Timeout branches. As for the actual prompt played, simply set this as desired P[myPrompt.wav] or pMyNamedUserPrompt as appropriate.
    Tanner Ezell
    www.ctilogic.com

  • How to disable the default HTML5 youtube playback in FF?

    How to disable the default HTML5 YouTube player in FF 37 and revert to flash player on Windows platform?

    ''Shablagoon [[#answer-711931|said]]''
    <blockquote>
    ''moses [[#answer-711928|said]]''
    <blockquote>
    Go to https://www.youtube.com/html5 and click "Use the default player" if HTML5 is already enabled, it will show that option.
    </blockquote>
    There is no "Use the default player" link on that page. Only the "The HTML5 player is currently used when possible. " I take it the HTML5 is the standard player starting from FF 37.?
    </blockquote>
    Correct, there is no way to disable the HTML5 video on that YouTube link. Not only that, what about videos on other sites?
    Why does Mozilla do this, force people to use an inferior video player without asking or at least showing how to use Flash Player. I'm only here because Firefox was updated.
    It was working, update, now it's not working. Nice.

  • Can I disable the force click action for 'tap to click' in the 2015 version?

    In the 2015 MBP version can I disable the force click action in system preferences, and use to tap to click as with previous trackpads?

    Hey petunia42,
    You should be able to disable Force Click on the new MacBook Pros, as noted in the following article:
    To turn off Force click, deselect the “Force click and haptic feedback” checkbox. This will disable the functionality described in the Trackpad preferences pane.
    Using a Force Touch trackpad - Apple Support
    Cheers,
    - Brenden

  • Disable the default block menu item(Urgent)

    Hi,
    How can I disable the default menu item 'Block'. Please help.
    Thank
    tim

    Hi,
    Why dont you prefer your own Menu with the same icons,which are available in forms6i default menus.If you created your menu with the same icons, you have a right to disable the icons through the SET_MENU_ITEM_PROPERTY built-in(see help in forms6i).
    I have same icons which are available in forms6i by default.I hope you have also that icons.If you don't have i'll send it.
    Please give feedback.
    Thanks
    Bhujendra

  • Disable the default "Start my camera" button for rtc WebcamPublisher

    Hello,
    I notice in the samples that WebCamera displays the cam. Is there an easy way of disabling the "Start my camera" button? I wish to control this from the app itself.
    <rtc:WebCamera width="65%" height="396" id="webCamPub"/>
    I notice in the WebCamera sample that it achieves removing the default "Start my camera" button, by assigning the rtc Webcamera a width and height of 1 and manipulating these through WebCamPublisher class, but I do not see anywhere a "button" = disabled or something similar .

    Ok thanks, overriding the addStartStopBtn function fortunately was a piece of cake for the WebCamera class, and that was all I needed.
    I notice WebCamera is extremely advanced compared to the simpler webcamsuvscriber stuff.
    I try to build on adobe grown material so I can avoid high maintenance costs down the road

  • Can we disable the default menu groups/items in Illustrator?

    Hi all..!!
    I was wondering whether we can disable/enable any menu item/group in Illustrator? I am working on Illustrator CS4, 5 on windows. To be more specific, can we disable the kSaveMenuGroup, so that the save options appear disabled..?? I tried using the methods described in AIMenuSuite structure reference. But, this only disabled the pre-defined groups added by the plugins.. Any help would be appreciated..
    Thanks...!!

    You could probably set the document state to not modified. But you'd have to be pretty diligent about it, since every time a change is made you'll need to reset the state. And the user would still be able to Save As...

  • Using Logger ,how to disable the default date recording?

    Hi,
    I m using Logger class of java.util.logging package to maintain logs for the application. By default, it writes date and the package path for every log statement.But, I dont want it. I want to simply record the error and information statements.
    Is there any way to switch off the default recording of date and package path?
    Regards
    Shweta

    Even I am facing the same problem...Is there anyone who can please help us as the log record becomes unreadable because of dates appended to every message

  • ADFc: No view port found when using both Browser dialog and TF inline-popup

    Hi,
    Using JDev 11.1.1.2.
    We have a table with data and two commandlinks. One navigates to a task-flow-call configured to "run as dialog" in a modal inline-popup. This opens a modal inline-popup that can be used to modify the data.
    The second command link navigates to view (using the dialog: syntax) that opens a second browser window, displaying a jspx that retrieves an image from a servlet.
    Both dialogs can be opened and closed multiple times if I use only one of them in a session, but once I have opened the browser dialog popup, opening the inline-popup gives an exception (see below).
    The inline-popup actually shows, but instead of the taskflow inside it it shows "The website cannot display the page".
    From debugging the source code, I see that the StateInstanceIdFromRequest (ControllerState:288) when opening the inline-popup is the ctrl-state from the main browser window address bar, r01nnp3js_9.
    Then when the taskflow inside the inline-popup is opened, the StateInstanceIdFromRequest is r01nnp3js_13. If I open and close the inline-popup multiple times, this instanceid stays the same.
    Until I open the browser dialog window with the second commandlink, the StateInstanceIdFromRequest for the view inside this dialog window is r01nnp3js_31, matching the ctrl-state from the dialog window address bar.
    After closing the browser dialog window and clicking the first commandlink, the inline-popup shows but the StateInstanceIdFromRequest for the taskflow inside it is no longer r01nnp3js_13, but r01nnp3js_31!!
    This is the InstanceID from the browser window that was closed!! This is incorrect and I think that the wrong StateInstance is looked up (ControllerState:304).
    This results in an NPE (ControllerState:330) because the CurrentViewPort (looked up from mAllViewPorts with the wrong currentViewPortContextId) is null.
    This is the stacktrace:<ControllerState><getViewPort> ADFc: No view port found with ID 'r01nnp3js_32'.
    <ControllerState><getViewPort> ADFc: No view port found with ID 'r01nnp3js_32'.
    08-jun 10:53:16 DEBUG     2/avravr001 (MnSessionContextFilter) ----- REQUEST START ----
    08-jun 10:54:31 DEBUG     2/avravr001 (MnSessionContextFilter) ----- UNCAUGHT UNCHECKED EXCEPTION DURING REQUEST: NullPointerException, null ----
    08-jun 10:54:31 DEBUG     2/avravr001 (MnSessionContextFilter) ----- REQUEST END ----
    <8-jun-2010 10:54:31 uur CEST> <Error> <HTTP> <BEA-101017> <[ServletContext@12329770[app:KlantbeeldPME module:KlantbeeldPME path:/KlantbeeldPME spec-version:2.5 version:V2.0], request: weblogic.servlet.internal.ServletRequestImpl@f0f81e[
    GET /KlantbeeldPME/faces/adf.dialog-request?_adf.ctrl-state=yg04i5vly_47&_rtrnId=1275987194538&__ADFvDlg__=true&_afrLoop=2956086037750&_afrWindowMode=0&_afrWindowId=_adfvdlg HTTP/1.1
    Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
    Referer: http://127.0.0.1:7101/KlantbeeldPME/faces/adf.dialog-request?_adf.ctrl-state=yg04i5vly_47&_rtrnId=1275987194538&__ADFvDlg__=true
    Accept-Language: nl
    User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    Accept-Encoding: gzip, deflate
    Connection: Keep-Alive
    Cookie: JSESSIONID=H5k3MTDDTCpbCqjPhf1pWyJ2tsl3JBC3PTDXpQVzh8Fx74BJdLk6!1966224151
    ]] Root cause of ServletException.
    java.lang.NullPointerException
         at oracle.adfinternal.controller.state.ControllerState.synchronizeStatePart1(ControllerState.java:330)
         at oracle.adfinternal.controller.application.SyncNavigationStateListener.beforePhase(SyncNavigationStateListener.java:101)
         at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.beforePhase(ADFLifecycleImpl.java:551)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchBeforeEvent(LifecycleImpl.java:100)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.dispatchBeforePagePhaseEvent(LifecycleImpl.java:147)
         Truncated. see log file for complete stacktrace
    >
    <8-jun-2010 10:54:31 uur CEST> <Notice> <Diagnostics> <BEA-320068> <Watch 'UncheckedException' with severity 'Notice' on server 'DefaultServer' has triggered at 8-jun-2010 10:54:31 uur CEST. Notification details:
    WatchRuleType: Log
    WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
    WatchData: DATE = 8-jun-2010 10:54:31 uur CEST SERVER = DefaultServer MESSAGE = [ServletContext@12329770[app:KlantbeeldPME module:KlantbeeldPME path:/KlantbeeldPME spec-version:2.5 version:V2.0], request: weblogic.servlet.internal.ServletRequestImpl@f0f81e[
    GET /KlantbeeldPME/faces/adf.dialog-request?_adf.ctrl-state=yg04i5vly_47&_rtrnId=1275987194538&__ADFvDlg__=true&_afrLoop=2956086037750&_afrWindowMode=0&_afrWindowId=_adfvdlg HTTP/1.1
    Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
    Referer: http://127.0.0.1:7101/KlantbeeldPME/faces/adf.dialog-request?_adf.ctrl-state=yg04i5vly_47&_rtrnId=1275987194538&__ADFvDlg__=true
    Accept-Language: nl
    User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    Accept-Encoding: gzip, deflate
    Connection: Keep-Alive
    Cookie: JSESSIONID=H5k3MTDDTCpbCqjPhf1pWyJ2tsl3JBC3PTDXpQVzh8Fx74BJdLk6!1966224151
    ]] Root cause of ServletException.
    java.lang.NullPointerException
         at oracle.adfinternal.controller.state.ControllerState.synchronizeStatePart1(ControllerState.java:330)
         at oracle.adfinternal.controller.application.SyncNavigationStateListener.beforePhase(SyncNavigationStateListener.java:101)
         at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.beforePhase(ADFLifecycleImpl.java:551)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchBeforeEvent(LifecycleImpl.java:100)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.dispatchBeforePagePhaseEvent(LifecycleImpl.java:147)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.dispatchBeforePagePhaseEvent(ADFPhaseListener.java:112)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.beforePhase(ADFPhaseListener.java:59)
         at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.beforePhase(ADFLifecyclePhaseListener.java:44)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:258)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)What are my options here? How can I influence the ctrl-state of an inline-popup? Can a browser dialog window be disposed somehow and would that matter?
    oracle.adfinternal.controller.state.ControllerState is an adfinternal class, what is the best way to hook into this and fix it?
    Thanks and regards,
    Gerben

    Thanks Frank. I'm not sure how to do that, but I'll create a SR on the SID of my customer and refer to this thread.
    regards,
    Gerben

  • Inline popup restriction

    Hi,
    I am using JDev 11.1.1.4 and for re usability issues I have constructed a task flow in which I have some sort functionality in a jspx page (for this task flow, behavior is set to start a new transaction and 2 task flow returns are used: one for cancel(rollback), the other for save(commit) ), and this task flow is launched as an inline popup when pressing a button. This works ok when I am launching it from the main jspx page, but we decided that we need to use it also in other places, like from within another inline popup(which is constructed in the same way).
    The problem is that when trying to launch the inline popup from another inline popup by pressing the button, an error will appear saying that a transaction is already open, so it cannot start another one. I have tried to make some adjustments and change the behavior of my reusable popup to use the existing transaction. In this case I am able to open my nested popup, I can work on it, but when pressing the Save button it won't actually commit anything into the database because it actually uses the existing opened transaction(the one that belongs to the inline popup that launched my reusable inline popup), which will end only when the parent popup is closed.
    Do you have any idea if it's possible to launch an inline popup constructed the way I described above from within another inline popup constructed in the same way and what behavior both of the task flows should have?
    Thanks,
    Georgiana

    Hi,
    How can apply multiple skin with oracle adf ? that was I asked..
    JDeveloper : 11.1.1.6
    pls help me...
    Edited by: 960539 on Sep 23, 2012 10:11 PM

Maybe you are looking for

  • Is there a way of passing a mixed cluster of numbers and booleans to teststand

    Hi, I have a labview VI that contains an output cluster containing both numeric and boolean results and would like to pass this to Teststand. At the moment I have coverted all my boolean results to  '1/0'  so that I can create a numeric array and can

  • Queries in abap

    Hi , Please provide the answers to the following: Idocs: 1.How are where are the change pointers used and their purpose? 2.How is the idoc configured with message control technology? 3.There are 16 idocs for execution. Among them the 5th idoc contain

  • Catalog error : Index of values is missing for characteristic PLANTu0092

    Error" Index of values is missing for characteristic " in mapping  Hi We are in SRM I was trying to transfer Master records to catalog using BAdi : BBP_CCM_CHAR_MAINT but I’m getting an error’ Index of values is missing for characteristic PLANT’. Pla

  • Disable Bluetooth File Transfer - Windows 7

    How do I disable Bluetooth file transfer for Windows 7? I am planning to see if it can be done via Group Policy (custom adm or GPP) or by creating a power shell script. I read the existing questions here but its getting me nowhere. http://social.tech

  • Keep getting screen that I need to download Adobe Reader to access documents.Using IE10 + Windows7

    I already have Reader 10.1.4 installed.  I receive a 'message' indicating that I need to ' ... download Adobe Reader ... '   It is extremely important that I access a specific document from a website asap .....  but I cannot.   Please help !!!!