Popup from the popup

Hi Experts,
I'mcreating a popup in a standard way from a normal View called 'MAIN':
lr_popup = lr_window_manager->create_window(
    modal               = abap_true
    window_name         = 'WND_POPUPMAIN'
    title               = lv_text
    close_button        = abap_true
    button_kind         = if_wd_window=>co_buttons_yesno
    message_type        = if_wd_window=>CO_MSG_TYPE_NONE
    close_in_any_case   = abap_false
lr_popup->subscribe_to_button_event(
                   button            = if_wd_window=>co_button_yes
                   button_text       = lv_text
                   action_name       = 'CPY'
                   action_view       = lr_view_controller
                   is_default_button = abap_true ).
In the Action handler of the YES button (It is in the MAIN View),  I made some operations, then I'd like to close this popup then open a new one, which shows the errors  (if there are errors) in another popup.
  lr_nd_errors->bind_table( lt_errors ).
    lr_api_comp_controller = wd_comp_controller->wd_get_api( ).
    lr_window_manager = lr_api_comp_controller->get_window_manager( ).
    lr_popup = lr_window_manager->create_window(
      modal               = abap_true
      window_name         = 'WND_ERROR'
      title               = lv_text
      close_button        = abap_true
      button_kind         = if_wd_window=>CO_BUTTONS_CLOSE
      message_type        = if_wd_window=>CO_MSG_TYPE_ERROR
      close_in_any_case   = abap_true
The problem is: that this second popup doesn't open. 
My question is: IS this possible in WenDynpro? (open poopup from another one) If no then what do you think, how can I show the error table?
Thanks
N.

It seems, WDA can't open a popup from a popup

Similar Messages

  • Refresh only page item while submitting data from the popup window

    Hi All,
    I'm pretty new to Apex .....
    I have a form with text items as first few entries and then a radio button list and few text items again. On selecting certain radio button I have a popup window which acts as an interface for the next text item in the calling page. The purpose of having the popup window is that the text item following the radio button takes the input with certain character delimiters along with the data. Instead of using delimiters while entering the data I want a meaningful data to be keyed in the popup window and all the string operation to be done as a background process. I have been successful this far. I'm using the below javascript on click of the submit button.
    javascript:doSubmit();
    window.opener.doSubmit('REFRESH');
    window.close();
    On doing this I'm losing the values submitted for the items prior to the radio button(including radio button). Please note, I have a dynamic action set on page load to reset the values. Is it possible to refresh just the page item from the popup window.
    Also, I tried excluding the window.opener.doSubmit('REFRESH'); from the above javascript. It sets the item with the expected value (viewed it in the session items, however I would like to view the concatenated string on my calling page) but following this there is an insert operation which uses all the necessary items in the form. All values except the value returned from the popup window is populated into the table. Am I missing something.
    Any help in this regard is appreciated.
    Thank you!!!
    Regards,
    Ganesh

    Value set using Javascript is only in your browser page but is not yet available in the session. This is why the report doesn't return the expected output.
    Before refreshing the report you would need to set the session state of this item.
    You can set it after you assign the item a new value or before the report is refreshed
    For Interactive Reports, this is available built in
    you can go to Report Attributes >Advanced Attributes -> Page Items to Submit and specify P2_X1 for the field(and any other page item that the report is dependent on)
    For standard reports, you can create a Dynamic Action that is triggered "before refresh" of the report's region, and choose PLSQL as the action types, give a dummy BEGIN NULL END; for the code and specify this item name in the page item to submit field so that it sets the items's value in session.

  • Opening a meeting from the popup reminder

    In Netscape Calendar, from the popup reminder there was an [undocumented?] keystroke to open the meeting details. If I remember correctly, this was Ctrl+O. This does not work in Oracle Calendar. Nor do any other logical key strokes that I can think of. Can anyone please advise me how to do this. Tx.

    Hello everyone !
    I backed up my Ipad, then restored it and... It works
    Hope It will help some of you. I was soooo deperate and then, I can get back to work

  • When creating new Timecard, our user couldn't select Project from the popup

    Hey Guys,
    Thanks for your attention, I need help.
    One of our user could not create new Timecard with IE9, because when she selected new project she met the error as below,
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C)
    Timestamp: Mon, 22 Aug 2011 10:09:08 UTC
    Message: 'LcurrentElement' is undefined
    Line: 17
    Char: 210
    Code: 0
    URI: https://selfserve.activenetwork.com/OA_HTML/RF.jsp?function_id=16744&resp_id=51224&resp_appl_id=809&security_group_id=0&lang_code=US&params=TFQXmjW38UwMUAdY82UIcs3-4MilvZgfdr8FqiKj73g
    And even she has downgraded to IE8,still the same error, then tried IE7 in her VM, still same.
    Is there someone who have a solution about that? That would be much appreciated.
    Good day, thanks in advance.

    Thanks for your attention, I need help.Please post the details of the application release, database version and OS.
    One of our user could not create new Timecard with IE9, because when she selected new project she met the error as below,Do you meet the minimum requirements as per this link?
    Internet Explorer 9 Certified with Oracle E-Business Suite
    http://blogs.oracle.com/stevenChan/entry/internet_explorer_9_certified_with
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C)
    Timestamp: Mon, 22 Aug 2011 10:09:08 UTC
    Message: 'LcurrentElement' is undefined
    Line: 17
    Char: 210
    Code: 0
    URI: https://selfserve.activenetwork.com/OA_HTML/RF.jsp?function_id=16744&resp_id=51224&resp_appl_id=809&security_group_id=0&lang_code=US&params=TFQXmjW38UwMUAdY82UIcs3-4MilvZgfdr8FqiKj73g
    Can you find any details about the error in the event viewer?
    Please see if these docs help.
    Customer Name LOV Errors With "'LcurrentElement' not defined" When Adding Billing Account [ID 1342927.1]
    iProcurement Page Supplier Search Throws Javascript Error For Some Of The Users [ID 1303835.1]
    And even she has downgraded to IE8,still the same error, then tried IE7 in her VM, still same.Can you reproduce the issue from other machines and using different browser (like Firefox) from the same machine?
    Is the issue with one application user account or with all accounts?
    Is there someone who have a solution about that? That would be much appreciated.Please provide more details by answering the questions in this reply.
    Thanks,
    Hussein

  • How do I re-style the 'Menu' button in Yahoo! Menu Popup from the Widget Gallery by Zizzer Zazzer

    Ive re-styled everything else by editing the CSS in the head of the doument, and in both CSS files. I dont find anywhere that this button is mentioned in any CSS. It is outside the OAWidget Div. This menu is using the Sam Skin. Here is the code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <link href="Includes/scripts/YUI/2.8.2r1/build/fonts/fonts-min.css" rel="stylesheet" type="text/css" />
    <link href="Includes/scripts/YUI/2.8.2r1/build/menu/assets/skins/sam/menu.css" rel="stylesheet" type="text/css" />
    <script src="Includes/scripts/YUI/2.8.2r1/build/yahoo-dom-event/yahoo-dom-event.js" type="text/javascript"></script>
    <script src="Includes/scripts/YUI/2.8.2r1/build/container/container_core-min.js" type="text/javascript"></script>
    <script src="Includes/scripts/YUI/2.8.2r1/build/menu/menu-min.js" type="text/javascript"></script>
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2489526" binding="#OAWidget" />
    </oa:widgets>
    -->
    </script>
    </head>
    <body>
    <style>
    .yuimenu .button {
        background-color: #cda577;
        border: none;
      .yui-skin-sam .yui-menu-shadow-visible {
          background-color:#3d214b;
          opacity:0.5;
        .yui-menu-shadow-visible {
            top:3px;
            right:-4px;
            left:3px;
            bottom:-4px;
        .yuimenu {
            top: 40px;
            left: 10px;
        .yui-skin-sam .yuimenuitem-selected {
            background-color:#cda577;
        .yui-skin-sam .yuimenuitemlabel {
            color:#000000;
        .yui-skin-sam .yuimenuitemlabel-disabled {
            color:#666699;
        .yui-skin-sam .yuimenu {
            font-size:14px;
        .yui-skin-sam .yuimenu .bd {
            background-color: #f4e7d3;
            border: none;
      </style>
      <button id="OAWidget_show" type="button">Menu</button>
      <div id="OAWidget" class="yuimenu">
        <div class="bd">
          <ul class="first-of-type">
          <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Home</a></li>
          <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">About</a></li>
            <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Calendar</a>
              <div id="submenu1" class="yuimenu">
                <div class="bd">
                  <ul>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">This Year</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Last year</a></li>
                  </ul>
                </div><!-- end .bd -->
              </div><!-- end .submenu1 -->
            </li><!-- end Calendar -->
            <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Contact</a></li>
            <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Public Relations</a>
              <div id="submenu2" class="yuimenu">
                <div class="bd">
                  <ul>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Information</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Public Recognition</a></li>
                  </ul>
                </div><!-- end .bd -->
              </div><!-- end .submenu2 -->
            </li>
            <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Youth Outreach</a></li>
            <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Households</a>
              <div id="submenu3" class="yuimenu">
                <div class="bd">
                  <ul>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Govenors</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Nobles</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Ladies in Waiting</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Royal Guard</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Highlanders</a></li>
                  </ul>
                </div><!-- end .bd -->
              </div><!-- end .submenu3 -->
            </li>
            <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Guild Houses</a>
              <div id="submenu4" class="yuimenu">
                <div class="bd">
                  <ul>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Antioch</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">East Bay</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Lowlands</a></li>
                  </ul>
                </div><!-- end .bd -->
              </div><!-- end .submenu4 -->
            </li>
            <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Membership</a>
              <div id="submenu5" class="yuimenu">
                <div class="bd">
                  <ul>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Information</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Application Package</a></li>
                  </ul>
                </div><!-- end .bd -->
              </div><!-- end .submenu5 -->
            </li>
            <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Gallery</a>
              <div id="submenu6" class="yuimenu">
                <div class="bd">
                  <ul>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Photos</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Videos</a></li>
                  </ul>
                </div><!-- end .bd -->
              </div><!-- end .submenu6 -->
            </li>
          <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Mercantile</a></li>
          <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Publications</a></li>
          <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">In Memorium</a>
              <div id="submenu7" class="yuimenu">
                <div class="bd">
                  <ul>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Linda Duncan</a></li>
                    <li class="yuimenuitem"><a class="yuimenuitemlabel" href="#">Tony Damico</a></li>
                  </ul>
                </div><!-- end .bd -->
              </div><!-- end .submenu7 -->
            </li>
          <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Guild Directory</a></li>
          <li class="yuimenuitem"> <a class="yuimenuitemlabel" href="#">Sponsors</a>
              <div id="submenu8" class="yuimenu">
                <div class="bd">
                  <a href="http://www.ninahanphotography.com/" target="_blank"><img src="../Images/hanPhotography.gif" width="135" alt="Nina Han Photography"/></a>
                    <br /><a href="http://www.ninahanphotography.com/" target="_blank">Nina Han Photography</a>
                </div><!-- end .bd -->
              </div><!-- end .submenu8 -->
            </li>
          </ul><!-- end .first-of-type -->
        </div><!-- end .bd -->
      </div><!-- end .OAWidget -->
      <script type="text/javascript">
    // BeginOAWidget_Instance_2489526: #OAWidget
    (function() {
      var cn = document.body.className.toString();
      if (cn.indexOf('yui-skin-sam') == -1) {
        document.body.className += " yui-skin-sam";
    var initOAWidget = function() {
      // Create a YUI Menu and position the top left of the menu
      // to the bottom left of "Show Menu" button.
      var OAWidget = new YAHOO.widget.Menu("OAWidget",
          { fixedcenter: false,
          autosubmenudisplay: true,
          showdelay: 250, 
          hidedelay: 100,
          clicktohide: true,
          disabled: false
      OAWidget.render();
      // See: http://developer.yahoo.com/yui/menu/ for more
      // information on Menu configurations and events.
      // The YUI Menu API cheatsheet can be found at:
      // http://yuiblog.com/assets/pdf/cheatsheets/calendar.pdf
      OAWidget.getItem(1).cfg.setProperty("disabled", true);
      YAHOO.util.Event.on("OAWidget_show", "click", OAWidget.show, null, OAWidget);
    // Create the YUI Menu when the HTML document is usable.
    YAHOO.util.Event.onDOMReady(initOAWidget);
    // EndOAWidget_Instance_2489526
      </script>
    </body>
    </html>

    I don't use Yahoo hosting or any of their services, so I'm completely in the dark about how they operate their web sites.
    I'm guessing the code for the menu is contained in this file:
    Includes/scripts/YUI/2.8.2r1/build/menu/assets/skins/sam/menu.css
    If you have access to it, you can edit it.  If you don't, you probably can't.
    Nancy O.

  • RemovePopUp command from parent application (not the popup).

    I am trying to remove a popup from the main application
    instead of the popup window. This way the window will close when
    they change tabs within the app or reclick the button. I can get it
    to close from within the popup with this statement just fine:
    PopUpManager.removePopUp(this).
    But shouldn't I be able to just use the same command with the
    object name to close it from the app itself, like this?
    PopUpManager.removePopUp(helpinfopop).
    I've searched this forum and Google and can't come up with
    anyone doing this. Everyone closes the popup from within the popup
    itself.
    private function showHelp():void {
    if(shHelp=="false"){
    shHelp="true";
    var helpinfopop:helpinfo =
    helpinfo(PopUpManager.createPopUp(this, helpinfo, false));
    helpinfopop.title="Help";
    helpinfopop.showCloseButton=true;
    helpinfopop.hscreen=allinfo.selectedChild.name;
    PopUpManager.centerPopUp(helpinfopop);
    else {
    shHelp="false";
    PopUpManager.removePopUp(helpinfopop);
    Thanks in advance.
    Chris

    Dmitri - Thanks for the help, but I'm still having some
    problems. I've tried the following two ways:
    private function showHelp():void {
    var helpinfopop:helpinfo; <------ MOVED IT UP
    if(shHelp=="false"){
    shHelp="true";
    helpinfo(PopUpManager.createPopUp(this, helpinfo, false));
    helpinfopop.title="Help";
    helpinfopop.showCloseButton=true;
    helpinfopop.hscreen=allinfo.selectedChild.name;
    PopUpManager.centerPopUp(helpinfopop);
    else {
    shHelp="false";
    PopUpManager.removePopUp(helpinfopop);
    public var helpinfopop:helpinfo; <----- MOVED IT UP AND
    OUT
    private function showHelp():void {
    if(shHelp=="false"){
    shHelp="true";
    helpinfo(PopUpManager.createPopUp(this, helpinfo, false));
    helpinfopop.title="Help";
    helpinfopop.showCloseButton=true;
    helpinfopop.hscreen=allinfo.selectedChild.name;
    PopUpManager.centerPopUp(helpinfopop);
    else {
    shHelp="false";
    PopUpManager.removePopUp(helpinfopop);
    In both scenarios, I get a new error stating that it "Cannot
    access a property or method of a null object reference." In both
    cases it is referencing the line: helpinfopop.title="Help".
    I'm assuming I'm doing something else wrong. I was really
    starting to get the hang of Flex. I've been using it for about 5
    months now. But apparently I'm missing something.....
    Thanks for the help so far. I look forward to your response.
    Chris

  • How to open a jspx in a popup from managed bean.

    Hello,
    I'm using Studio Edition Version 11.1.1.4.0.
    I have a JSPX that is to be used as an application monitor screen. So it contains 5 af:tables with plenty of columns & query search criteria. Each of the tables has context sensitive menus as well as double click functionality.
    When I write everything in a single JSPX, the code functions as expected. i.e. menu items & double click actions open new popups with requisite data. However, single JSPX becomes huge in size and hence difficult to maintain.
    When I transfer code to another JSPX, How do I call the new JSPX in a popup from the managed bean?
    Regards,
    Amar

    Try this:
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/53-taskflow-in-popup-169196.pdf

  • Calling an ABAP WebDynpro Popup from a BSP view

    I need to know if the following is possible.
    I have a requirement to call an ABAP WebDynpro Popup from a BSP view.
    When the Popup is triggered (eg via pushbutton) the BSP will pass data to the Popup, before the Popup is closed the Popup will pass data back to the BSP to be displayed in the BSP view.
    I do not want to rely on Portal Events as Portals may not be used, would really appreciate a clean simple solution.

    Hi,
    any webdynpro application has a URL behind it. Haven´t you tried to call that URL with Javascript code ??
    script language="Javascript"
          url = "test_page.htm" + "?field=" + param;
          window.open(url, "F4window", "width=400, height=400");
    /script
    You can pass data to the WD application using parameters as I show you after the "?".

  • Opening a popup from custom button in a Form

    I have a requirement to open a popup from a custom button of a portal form and once the value is selected from the popup the control should return to the main form with the value selected and set it to some display only field in that same form. It can be done thru' popup of a field directly but how can I do this thru'a button ?.
    Help would be appreciated.
    Thanks
    -Krishnamurthy

    Works for me if I middle-click a bookmark on the Bookmarks Toolbar and browser.tabs.loadBookmarksInBackground is set to true.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Popup reuse and instantiate data within the popup

    Hi,
    I'm trying to implement a popup I can use to edit values via a form. I only pass an ID to the popup. The popup will contact a datasource to load the data from a database, based on the ID, and pre-fill the form. If no ID is passed (or empty), the popup displays an empty form which can be used to add the record to the database.
    Based on the samples I found this was quite easy to implement... However, I'm facing a problem in instantiating values, when the popup gets called the first or the second time.
    I first added the initialisation code (clearing fields and getting new data from database) in the creationComplete of the popup; but the event does not get fired anymore when opening the popup the second time (popup gets called by PopupManager.addPopup).
    I tried triggering the init on the event 'added' or 'addedToStage' as well, but then some of the components in the popup are not yet created the first time I open the popup, giving an exception thrown...
    What's the best approach or event to trigger on, to instantiate my data when the popup displays?
    Tnx
    Stefan

    Thanks, I found where I went wrong... the removePopUp was porperly called from my code; I tried a createPopUp, but stored it in a local value, and reused it... Now I realy use a new instance and it works on the creationComplete...
    However, if I would like to use the same instance, and add it with 'addPopUp', should I still remove it?, and on which event I can best trigger the instantiation : I would like to instantiate the values when the popup is displayed, I don't want to add a button 'update the data'...?

  • Getting null value for inputfile component in the popup

    Hi,
    My requirement is when i select the selectBooleanCheckBox a popup has to be rendered and with in that popup i have to display the inputfile component when i browse it should read the appropriate file.
    But i am getting null from the input file component.
    I written the code like this:-
    1.First i have written a value change listener for the selectBoolenCheckBox.
    2.I am rendering the popup from the valueChageEvent.
    3.And i written the dialogListener for the Dialog in the popup.
    and the code for the Dilog listener is:--
    public void readingInputFile(DialogEvent dialogEvent) {
    inputFile1.getValue();
    //it is giving null value.
    thanks in advance.
    From
    Srikanth.V

    thanks for giving suggestion.
    but i am not able to understand what meant by multipart in dialog page.
    Actually,The code i written was:--
    1. for selectBooleanCheckBox i written value chage listener
    onChangeValue(ValueChageEvent valueChageEvent){
    // in this i call the method to raise popup;
    risePopUp();
    2.The popup structure has follows:-
    af:form --> af:popup ---> af:dialog --->af:inputfile
    for this dialog i have written dilogListener:
    getInputFile(DialogEvent dialogEvent){
    //giving null for the inputFile,getValue();
    for this dialog i don't have any multipart property
    From,

  • Problem with a navigation from a Popup Window in an other Window

    Hi Experts,
    i have a problem with a popup window. I explain my problem. I have a DC Component in which there are two different Windows (MainWindow and PopupWindow) and one of this Window is a popup Window. I desire to navigate from the popup window to the main window of the component. Is there a way to accomplish that ?
    I have created the popupWindow and it works very good.
    Thanks a lot for your help.
    Gregorio Perillo
    Edited by: GregorioPerillo on May 28, 2010 5:45 PM

    Hi ,
    By using this code you have to Open Popup Window
    public void popup( )
    //@@begin popup()
    poplink=wdComponentAPI.getWindowManager().createModalWindow(wdComponentAPI.getComponentInfo().findInWindows("Wd_POPupwindow"));
    poplink.setWindowPosition(500,30);
    poplink.open();
    //@@end
    Wd_POPupwindow-- This is Window Name Under this window you can create in View that view having OK and Close Buttion.
    When click on Submit button that time you call the popup method. that time you will get popup window
    Regards
    Vijay Kalluri

  • Is it possible to edit the Popup-LOV window?

    Hi,
    I changed my Selection-List into a Popup-LOV.
    1.
    Now I want to edit this Popup-Window, that it shows more than 10 rows. Is it possible to edit this window?
    2.
    My return-value is the Primary Key of the chosen dataset. This is not very user friendly. :-S ... is it possible to "display the display value" in the textbox from the popup-LOV - and when I want to save the whole form-dataset it takes the primay-key-return-value?
    I hope, somebody understand my problem.
    Thanks so much,
    Elisabeth
    Message was edited by:
    user614754

    In APEX 2.0 this does not work for the actual code of the POPUP. I want to change the code in the POPUP window that appears so it resubmits the parent page when the item is selected after the passback but had to create a custom POPUP page as I could not edit the popup code with the passback code.
    If there is a way of editting the POPUP page template (not the link from the POPUP LOV Item) then please can someone let us know?
    Thanks
    Phil
    I've started a new thread on this as it is different and there does not seem to be a solution discussed so far
    POPUP LOV template modification
    Message was edited by:
    Phil UK

  • Refresh issue with the popup

    Hi,
    I have a create form on which I have a command link which opens a popup. The popup contains a search screen(Search criteria and results), when the user searches for a record in the popup and selects a record, the record information should be populated in the create page. Sounds simple right? Let me explainin detail what Im having trouble with.
    The create page is bound to NominatorView object. The fields(first name and last name) that need to be populated via the popup selection are bound to PersonsView object. The popup screen is bound to SearchPersonView object. PersonsView and SearchPersonsView objects are tied to the same entity/table(PERSONS). In the popup when a person is selected I take the PersonId from SearchPersonsView and set it to the PersonId in the PersonsView object. And when the selection is made, the popup closes but the firstname and lastname are not updated on the create screen. Below is the code form the create and popup screens.
    CODE FROM CREATE
    <af:panelHorizontal halign="center">
    <af:panelLabelAndMessage label="Nominator: " partialTriggers="personSearchLink">
    <af:outputText value="#{bindings.PersonsViewFirstName.inputValue}" partialTriggers="personSearchLink"/>
    <af:outputText value="#{bindings.PersonsViewLastName.inputValue}" partialTriggers="personSearchLink"/>
    </af:panelLabelAndMessage>
    <af:commandLink id="personSearchLink" action="dialog:searchPersons"
    useWindow="true" immediate="true"
    partialSubmit="true">
    <af:objectImage height="24" width="24"
    source="/images/searchicon_enabled.gif"/>
    </af:commandLink>
    </af:panelHorizontal>
    CODE FROM THE POPUP
    <af:tableSelectOne>
    <af:commandButton text="Select">
    <af:setActionListener from="#{row.PersonId}"
    to="#{bindings.PersonViewPersonId.inputValue}"/>
    <af:returnActionListener value="#{row.PersonId}"/>
    </af:commandButton>
    </af:tableSelectOne>
    If anyone can help, I would be greatful.
    Thanks

    Hi Frank,
    Yes, tried that but still the same issue.
    If we have the partialTrigger only on the <af:outputText> then the scrolling continues. If the <af:outputText> is inside any other component and
    if we have the partialTrigger on the parent (any level), the scrolling stops. I could not see any difference in the <af:outputText> HTML rendered before and
    after the partial refresh.
    Thanks.

  • Custom popup from tabular form

    Hi,
    I would like to create a custom popup in a tabular form.
    The standard popup doesn't realy satisfy my needs.
    I followed the "How to" to create a custom popup, so that method is known. And this is working for a part.
    I managed to alter the tabular form so that it calls the Javascript to get the popup window by entering :
    <INPUT TYPE="TEXT" VALUE="#PROJ_ID#"> Click for LOV
    in the HTML Expression of the column format section.
    So the popup window is opened correctly, but the problem is how to return the selected value to the text item in the tabular form.
    Returning a value to a normal text item is no problem, but it is to return it to a cell in an tabular form.
    I tried to enter the following in the Passback Javascript:
    opener.document.getElementById("F04").value = passVal2;
    But this doesn't work correct and also is not flexible since F04 is the cell for only that row.
    So the question is: How can I write my Javascripts Passback function so that it returns the passVal2 value to the right cell of the tabular form?
    Any ideas?
    Regards Guido

    Nobody has ever done such thing?
    Isn't there a way to address a specific cell in a tabular form?
    Maybe then I have to look for another solution:
    What I would like is, when selecting something from the popup (in the tabular form) a second column (The description column)has to be filled in with a value looked up from the selected popup value. This is just a default value,this "Description" field must be a text field so that users can change the description before "saving" the record to the table.
    So anybody has an idea how this can be implemented?
    Thanks for your help in advance!
    Guido

Maybe you are looking for

  • IPod classic freezes when syncing with iTunes

    This is a complicated story involving my two brothers, a traded ipod, and sadness - here goes... Brother "A" had an iPod, which was traded to brother "B". Brother "A" was on windows, brother "B" was on a mac. The ipod would not sync with the mac, eve

  • Slow network while running Archlinux

    Hi there, Recently (and, that's the weirdest part, recently only) the network have been really slow. From what I see when I'm running Windows, I assume I actually only get a fraction of the speed I should get when I'm running ArchLinux. For instance,

  • Service settings keep changing?????

    I have digital voice and someone keeps changing my settings on the services I have. Is this your programmers or someone who is making changes? Example: I have simultaneous ring turned on for my home office line and somehow it keeps getting turned off

  • Question about fan

    Why is my fan running more than usual?  Seems like it is overworking.

  • BW Planning component related to SAP Procurement for Public Sector?

    Hi all, is there any BW/BI  component (content?) related to procurement planning (anual) at  SAP Procurement for Public Sector package? Kind regards, Josko.