Contextual event closes the af:popup from which it is generated ?!?

Hi all
I have task flow (isloated mode) embedded as region in af:popup.
One from my popup's button action generates contextual event.
But that event unexpectedly closes my popup.
Any idea why ?
Here is relevant pageDef settings.
From page fragment where is event generated :
    <action id="Commit" InstanceName="EmpAppModuleDataControl"
            DataControl="EmpAppModuleDataControl" RequiresUpdateModel="true"
            Action="commitTransaction">
      <events xmlns="http://xmlns.oracle.com/adfm/contextualEvent">
        <event name="empCommit"
               customPayLoad="${bindings.VOIterator.currentRow.key}"/>
      </events>
    </action>From page fragment pageDef's where is consumer registered :
  <eventMap xmlns="http://xmlns.oracle.com/adfm/contextualEvent">
    <event name="empCommit">
      <producer region="createeditemptf1.create_edit_emp_dataPageDef.Commit">
        <consumer handler="receiveEmpCommit">
          <parameters>
            <parameter value="${payLoad}" name="incPayLoad"/>
          </parameters>
        </consumer>
      </producer>
    </event>
  </eventMap>Notice "receiveEmpCommit consumer.
This is a parent task flow backing bean method, registered as method action in the same pageDef, according to the Steve Muench example
".Method Action Invoking Managed Bean Method Without Making Bean a DataControl"
https://blogs.oracle.com/smuenchadf/resource/examples
And here is:
     <methodAction DataControl="EmpAppModuleDataControl"
                id="receiveEmpCommit"               
                InstanceName="${searchEmpBacking}"
                MethodName="receiveEmpCommit">
      <NamedData NDName="incPayLoad" NDType="oracle.jbo.Key"/>
    </methodAction>So, what is wrong with this settings, any idea ?!?
Edited by: Cvele_new_account on Apr 23, 2012 5:57 AM

Thanks for response.
Yes, it is (af:commandToolbarButton with default partialSubmit="true")
Actually, everything works as exceptted, until "receiveEmpCommit" consumer is registered in the pageDef.
And to be worse, that method does nothing, he is empty.
Dimitar Dimitrov wrote:
The button should be configured to do a partial submit (i.e. partialSubmit="true"), otherwise it will close the popup because the inline popups are not re-rendered when a full submit is made. Please check if your button is configured for a partial submit.
Dimitar

Similar Messages

  • How to close the main window  from Popup

    hello all,
    i need to close the main window from a popup, so i create a popup and after clicking on close button of this popup, should also the main window be closed.
    how can do this please?
    BR

    Hi
    Please go through this.. check thomas reply
    Re: Close Main Window directly on action on Pop up window
    also check this..
    how to close main window on click of a button on popup window
    cheers,
    Kris.
    Edited by: kissnas on May 12, 2011 5:06 PM

  • Since upgrading to Mail 7.0 the menu popup from right clicking an element in an email has changed.

    Since upgrading to Mail 7.0 the menu popup from right clicking an element in an email has changed.  There is now only a short three item menu:
    Previously there was a longer menu (like the one when right clicking an item on a Safari page):
    I've looked in Preferences and at all the Mail dropdown items but can't find any way to get the old menu back (or why it changed).  In particular, I miss the "copy image" item which allowed me to copy an item image into a new email for forwarding.  I've got two email accounts, an IMAP and a POP.  The behavior is the same with both.
    Any ideas?
    Thanks,
    Richard

    Your screen shots are not visible to me.  But I think I understand your question.
    Several thoughts come to mind:
    rbhix wrote:
    In particular, I miss the "copy image" item which allowed me to copy an item image into a new email for forwarding.
    You can still, of course, simply forward the entire email message containing the image.
    You could also use the "Save Attachment ..." feature available when you right click and copy and paste from there once the image is saved.
    Less likely, you could also use the "Share" feature available when you right click, though I suspect it may not offer sharing options that you would like.

  • HT203210 Where is the show popup from network on System Preferences?

    Where is the show popup from network on System Preferences?
    Was checking Airport support for PPPoE disconnected message which directd me to Show Popup on network in System preferences and I had 1 option.  Show all.
    Would love additional info on why I keep getting this message - Could not find a PPPoE server.  Which interrupts wifi service to Network.

    PPPoE is a protocol used to authenticate a user prior to gaining Internet access used by certain ISPs. Typically it is used for DSL Internet service. PPPoE would be configured on the device that is directly connected to the DSL modem. This could be a router or computer.
    Do you currently have or previously had DSL Internet service? What is the make & model of the device that you currently have the AirPort Extreme base station connected to by Ethernet? Which exact model of the Extreme do you have?

  • In Mail, how do I make it so that email replies to me are sent to the email address from which I sent my original message?

    I have two IMAP accounts set up in Mail, one work and one personal. The personal account also receives emails from a third account (but I have that set up through gmail's forwarding, not Mail). I am sending emails from my work account and replies are coming to this third account, which I don't want to happen.
    How do I make it so that replies to me are sent to the email address from which I sent my original message?
    Thanks for your help!

    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback
    Or you can use your Apple ID to register with this site and go the Apple BugReporter. Supposedly you will get an answer if you submit feedback.
    Feedback via Apple Developer

  • How to close the detach popup on click of a button in the panel collection

    Hi,
    I'm using Jdeveloper 11.1.2.3.0.
    I have an af table surrounded by panel collection. There is a button on panel collection to commit the changes in the table.
    Clicked detach button to view the table in full browser.
    On click of Commit button, the detach popup is not closed. I have set partialSubmit of that button to false. Then also detach popup is not closed.
    Can anybody suggest me how to close the detach popup on click of a button in the toolbar.
    Thanks,
    Vinod

    Hi Frank,
    Thanks for your response. Popup is not closed.
    I tried this approach, when the view tree is navigated on the Detach, I see that the tree is same as if it is traversed on the page without detach.
    Printed client id and UI component class in the while loop, result is as below.
    r1:0:pc1:t3 class oracle.adf.view.rich.component.rich.layout.RichToolbar
    r1:0:pc1 class oracle.adf.view.rich.component.rich.output.RichPanelCollection
    r1:0:ph2 class oracle.adf.view.rich.component.rich.layout.RichPanelHeader
    r1:0:pgl1 class oracle.adf.view.rich.component.rich.layout.RichPanelGroupLayout
    r1 class oracle.adf.view.rich.component.rich.fragment.RichRegion
    pgl1 class oracle.adf.view.rich.component.rich.layout.RichPanelGroupLayout
    db2 class oracle.adf.view.rich.component.rich.layout.RichDecorativeBox
    db1 class oracle.adf.view.rich.component.rich.layout.RichDecorativeBox
    psl1 class oracle.adf.view.rich.component.rich.layout.RichPanelStretchLayout
    ps1 class oracle.adf.view.rich.component.rich.layout.RichPanelSplitter
    f1 class oracle.adf.view.rich.component.rich.RichForm
    Tried with setting partialsubmit property to false on the command button, still the popup is not closed and my Faces Message are shown behind the detach popup.
    Thanks,
    Vinod

  • Using Aobe Photoshop Elements 6:  1.  How to download photos in the same order as on the smart card from which I downloaded them?  2.  Changing the date on each photo

    Using Adobe Photoshop Elements 6:
    1.  How can I get the 2000 photos I downloaded in the same order as on the smart card from which I downloaded them?  (This will help me label them correctly)
    2.  How can I change the date on each photo? (I want to sort by date the picture was taken, not the date it was downloaded.
    Thank you!
    Linda Berteau
    [email protected]

    You indicated that the images "seemed" to be in the right order.  It might be a good idea to rename the images on export using a custom name/sequence.  If you have done that and the images are still not in order, it's possible that your operating system browsing window is using a different sort order.  I sometimes change windows explorer to sort by file type, and then files are sometimes in what seems be a strange order.

  • Where does the data come from which powers the ship date and delivery date

    Hi All,
    Please let me know, where does the data come from which powers the ship date and delivery date?.
    Adi.

    Hi,
    DELIVERY DATE  will be maintain in the SALES DOCUMENT TYPES in VOV8 in the tab REQUESTED DELIVERY DATE/PRICING DAE/PURCHASE ORDER DATE.
    The field is PROPOSE DELIVERY DATE .
    If you check the field then the document created date will be the Requested date and will be carried from ORDER TO DELIVERY.
    If you want the delivery date other thann the CURRENT date then you have to maintain the LEAD TIME in days in the same tab.
    SHIP DATE: is the date on which you do the PGI in the delivery .
    Please check them and revert back if u need further details
    thanks,
    santosh

  • Second popup applet auto-close the first popup applet

    I have a configuration which works in the following way
    1) There's a button on Applet 1, which will pop-up Applet 2 using the ShowPopup method.
    2) In Applet 2, there's a field which has MVG applet.
    I observed the following behaviour:
    1) Click buttons on Applet 1 which pops-up Applet 2.
    2) In Applet 2, click the MVG pick which pops-up the MVG applet.
    3) Close the MVG applet by clicking the X button on the browser window.
    4) When the MVG applet closes, it also auto-close Applet 2. Focus return to Applet 1.
    The expected behaviour is MVG applet close, and focus should return to Applet 2, not auto-close Applet 2.
    Any thoughts?

    Okay, I figured out how to launch an applet from another applet [A]. It was a matter of using a URLClassLoader to load applet [B]. The problem now is that there are some security issues. Even if I sign the applet [B], a security warning is not presented when applet[B] is initilialized. As a result, reading from a file on the local machine can not be done (Security exceptions).
    Any ideas? Thanks in advance.

  • What is the table name from which......

    Hi,
    when i run a report KE30 - Execute Profitability Report through TCode KE30 in r/3 ( profatibility analysis and profitibility report ) from which table does the report pics the data.
    Is the report generation in r/3 is thorugh ABAP only ?
    thanks in advance
    Janardhan Kumar

    Hi Janardhan,
    Hope you are fine.
    The Tables for COPA Data are CE1xxxx, CE2xxxx,, CE3xxxx, and CE4xxxx,. These tables contain data at different levels.\
    COPA tables are defined based on ur operating concern as below -
    There is the table CE1xxxx for actual line items (where xxxx = operating concern), which contains all the data at the most detailed level.Holds the line items - Contains Profitablility Segment No, Period, Posting Date, Characteristics & Value fields.
    Planned line items are stored in the table CE2xxxx.
    The segment level CE3xxxx is set up between the segment table and the line items, thereby making a time-based classification possible. Alongside value fields, the segment level also contains the characteristics record type, planned/actual indicator, version, and period, as well as some additional technical details. Several lines from the segment level are attached to a particular profitability segment (that is, to a line in the segment table). These lines all have the same segment number but relate to different posting periods.
    There is also the segment table CE4xxxx, which is located at a higher level. It is used to assign segment numbers to each combination of characteristic values. For the first summarization to be performed, at least the document number and the billing item are hidden.
    Basically COPA Reports picks up data by default from Summarization level (if exist) .
    The method suggested above may help you find exact table.
    Take Care.
    CK

  • How to find the group ids from which the mail has been sent

    Hi,
    We are able to see the list of mails have been sent to respective mail ids with the help of tcode SOST.
    Is there any way to find through which group ids the mails have been sent.
    Tehe details showing as the mail has been sent by Batchusr.
    Please suggest how to find the group id from where the the mails have been triggered.
    Regards,
    Jena.

    Hi
    This is not helpfull
    If you open any notification QM03, there you will get tab " Action Log"
    If you click on action log , there are two fileds
    Date and time for task release
    I want to fetch these fileds in one of Z report.
    I am unable to find table name for these two fileds
    Task release Date
    Task release Time
    Can we add 'QN CHANGE DATE' parameter in the selection screen (just like QN creation date) w/ range?  The user want to run the report by QN change date as well.

  • Getting the current path from which the form is runnig in 9i OAS

    Hi,
    We are using the built in Get_Application_property to get the
    current path in which the form is running. However this does not
    work in 9ioas and it only returns the form name and not the full
    path. Does anyone have any solutions to this problem?
    Thanks in Advance
    Jeet

    Place it in the classpath, then you can use ClassLoader#getResource().

  • Using my Mac, I cannot save a file back to the network drive from which it was opened.

    This began occurring after upgrading to Yosemite. I can rename the file and "Save As", but merely attempting to save it gives a permissions error. "Get info" says I have full permissions to the file. I can save documents locally with no problem. It is not a problem with permissions on the server, as from my PC using the same login account, I can save to the drive just fine. It is only an issue on the Mac. It is only Photoshop that presents this problem; all other programs, Adobe and otherwise, allow saving to this drive with no issue. Tried resetting preferences to no avail. CS6 and OSX are both fully updated.

    There is no way to backup the TC via Time Machine or internally.. so any file you place on the TC is at risk. You can certainly store it there.. and for a downloaded movie you may not worry particularly.. but if you wanted to build up a movie library on the TC (outside of itunes) then TC is not really suited to the task. You would really be better with an external drive plugged into the mini.

  • Close the ADF popup window from deployed JSP in other server

    I am attempting to open jsp page which one is deployed on tomcat server in adf pop up window from cmd button event.and this first jsp will forward to second jsp and i should able to close from pop window from second jsp close button.
    This is what i did:
    1) created pop-up window and run the delployed jsp on pop up page
    2) i used window.close script in second jsp but not popup window is not get closed .
    help me to achieve this pblm ....

    i was trying to open &close other server's jsp from ADF pop-up window ... so base is internal window (pop-up) only ,
    and already i used onclick="window.close();" in command button...but its not closeing the adf pop-up window ... how that jsp cmd button onclick event take control of adf pop-up to close ?
    help me ???

  • How to close the command prompt from program

    Hi,
    I am using Swing. i used System.exit(0) to close my frame when a condition is met. But the command prompt is not closed. How do i close that automatically

    @Op.
    When was the command prompt opened?
    It won't close if it was opened before you started your application, and it won't close if you are executing your application from a bat/cmd-file that doesn't terminate.
    Kaj

Maybe you are looking for

  • How do I transfer files from old computer to the new one

    I have bought the desktop and used migration asiitant to transfer files but nothing came through, how do i transfer files

  • Is there a limit on number of characters for WPA2/AES on Itouch 4th Generation, IOS 5.0?

    Seen on a few sites that the Itouch prefers 10 to 24 characters, 24 being the maximum.  We are using MobileIron to create profiles, and the current WPA2 Pass phrase is 58 charcters long in ASCII format.  Any help is greatly appreciated. King regards

  • Changing field values in a Interactive form

    I am trying to modify the fields of a Interactive form after the user presses the go button.  The following code appears in my onSubmit method. IPrivateIntPDFv1View.IPDFDataElement element = wdContext.nodePDFData().createPDFDataElement(); element.set

  • Diff. between 8, 8i and 8ilite and 8 Enterprise

    HI I am using oracle 7.3.4.2 for one of my java Project. We are planning to use Oracle 8. But I could not able to figure out differences between 8, 8i, 8i lite and 8 enterprise edition. Can anybody help me out to find out the differences?. Thanks in

  • Get SAKTO based on MBEW-BKLAS

    Hi Experts,    How to derive the value of GL account (SAKTO) based on valuation class (MBEW-BKLAS) on the material master. Regards, Aditya Moderator message: please do some research before asking. Edited by: Thomas Zloch on Feb 24, 2011 10:30 AM