How to call navigation flow task after closing popup inline?

With the help of JDev 11.1.1.3; I have a commandButton control that is currently executing workflow navigation when you press. But I need to invoke an inline popup button press on ahead of the navigation of workflow (conditional). The action parameter on the button should then be deleted, but it is not clear where to restore them. I have the button running some managed code bean that conditionally invoke the popup inline, and when the popup (contains FY: dialog) is closed, I have a few more managed bean code that determines if navigation workflow should happen or not. What I need to know is how to trigger the Action of the managed bean. Any suggestions?

Thank you

I understand you right, you want to call another action from the bean code?

If the action has an earpiece attached to it, you can call the listener from your bean code method.
Or you can use the navigation Manager to navigate to the target names:

...
            FacesContext context = FacesContext.getCurrentInstance();
            NavigationHandler nh = context.getApplication().getNavigationHandler();
            nh.handleNavigation(context, "", "NEXT_TARGET");
...

Timo

Tags: Java

Similar Questions

  • region of refresh on the page parent after closing popup inframe

    Hello

    I have parent page with several regions, and one of the reports is related popup to another page using inframe. All these are works fine but now iam trying to a parent region partially regenerate after closing the window contextual inframe, I tried apex.submit (region1) but it does not work? no idea how can I update this after the closure of the window popup?

    Best regards and thank you

    Hi Gor_Mahia,

    Gor_Mahia wrote:

    Here are the details,

    application ID = 46268

    page ID = 13

    demo123/demo123

    proj2010 = workspace

    Use the links in the second column IR

    Once again thanks for your time.

    Check your application now. The interactive report is refreshing on the closure of the modal dialog box using the method of dynamic, such action described in the blog post:

    Monkey on Oracle: Modal popup with dynamic Actions

    Here are the changes:

    • Edited your action dynamic and value:

    In the section "Advanced":

    Scope of the event: Dynamics

    In 'true Actions:

    Action edited your "run the Javascript Code" and "Code" to modified:

    From:

    /* prevent default behavior on click */
    var e = this.browserEvent;
    e.preventDefault();
    /* Trigger JQuery UI dialog */
    var horizontalPadding = 30;
    var verticalPadding = 30;
    $('