Taskflow action can be called by listener action programme?

Friends of Jdev

I have A page and B.We of Page offer a scenario that after completing a particular operation (click the button) page B control should return to the page parent (page A)

I'm not able to use 'action' directly since I have to ask a confirmation (in a pop-up dialog box) and if you press 'Yes' I need to go forward... Can I use headset action to display a popup and according to the result I want to move on to action and at the end of the action, I want to go back to the parent page.

All options are available?

Thank you.

Ash.

Hi KK_Ash,

Add after the code in the method of bean

NavigationHandler nvHndlr is FacesContext.getCurrentInstance () .getApplication () .getNavigationHandler ();.

nvHndlr.handleNavigation (FacesContext.getCurrentInstance (), null, 'urActionName');

urActionName--> is the name of the action for B Page-to-Page has

Vishu

Tags: Java

Similar Questions

  • can I call several actions sequentially in a separate script/action?

    I have run several actions on a single file. usually more than 20 the number of those shares. is it possible to automate the invocation of these actions, so that I have run something once and all small actions are applied sequentially and automatically on the same file?

    You can combine orders in all these Actions in a single Action.

    but we can't call them automatically one after the other if they are separated.

    The game, December 11, 2014 at 10:22, navpreet87 [email protected]>

  • How to call fileDownload listener programmatically

    Hey people,


    I'm working on jdev 11.1.1.4.0. I have a use case to call the file download listner when clicking on a link to order.
    I want to call the listener action/action on the command link first and after this listener to download file, is it possible to do?

    Or, we can delay run download listener the listener to action action on CommandLink?

    Any suggestions will be appreciated. Thank you


    Concerning
    Kanika

    Hello

    them to the string upwards:

    Use a command link which, in its listener action (after processing what the action listener is supposed to deal with), called a hidden command button or link that has the download auditor assigned

    Frank

  • How can I call method on the view controller Business components

    Hello
    I did a general method to display messages at the view level,
    How can I call this method in the method after validation in the EntityImpl appears automatically after the validation operation.
    Gold how can I call it in _ validationbutton to display after validation;

    public class MessageBeans
    *{*
    public static void showMessage (String title, String msgBody, String msgType)
    *{*

    FacesContext fctx = FacesContext.getCurrentInstance ();
    FacesMessage msg = new FacesMessage (FacesMessage.SEVERITY_INFO, title, msgBody);
    fctx.addMessage (null, msg);


    *}*
    *}*

    1 - Drag and drop the operation of control of data validation on the page.
    2 - Double click on the button, this will bring the dialog box link Action property that allows you to link the button action method in the bean.
    3 - Select the managed bean, or create a new and enter the name of the method. and click Ok.
    3. This will create a method for you to like those posted before, you just need to change the method and show the message after successful validation.

  • Onyx you can not call a method on a null value expression

    Hello

    I "cracked" code powershell with Onyx.

    Here's the Script:

    Claire

    SE connect-VIServer

    1. -UpdateVirtualSwitch-

    $spec = new-Object VMware.Vim.HostVirtualSwitchSpec

    $spec.numPorts = 128

    $spec.bridge = new-Object VMware.Vim.HostVirtualSwitchBondBridge

    $spec.bridge.nicDevice = new-Object System.String [] (2)

    $spec.bridge.nicDevice [0] = "vmnic9".

    $spec.bridge.nicDevice [1] = 'vmnic2.

    $spec.bridge.beacon = new-Object VMware.Vim.HostVirtualSwitchBeaconConfig

    $spec.bridge.beacon.interval = 1

    $spec.bridge.linkDiscoveryProtocolConfig = new-Object VMware.Vim.LinkDiscoveryProtocolConfig

    $spec.bridge.linkDiscoveryProtocolConfig.protocol = "cdp".

    $spec.bridge.linkDiscoveryProtocolConfig.operation = 'listen '.

    $spec.policy = new-Object VMware.Vim.HostNetworkPolicy

    $spec.policy.security = new-Object VMware.Vim.HostNetworkSecurityPolicy

    $spec.policy.security.allowPromiscuous = $false

    $spec.policy.security.macChanges = $false

    $spec.policy.security.forgedTransmits = $false

    $spec.policy.nicTeaming = new-Object VMware.Vim.HostNicTeamingPolicy

    $spec.policy.nicTeaming.policy = "loadbalance_ip".

    $spec.policy.nicTeaming.reversePolicy = $true

    $spec.policy.nicTeaming.notifySwitches = $true

    $spec.policy.nicTeaming.rollingOrder = $false

    $spec.policy.nicTeaming.failureCriteria = new-Object VMware.Vim.HostNicFailureCriteria

    $spec.policy.nicTeaming.failureCriteria.checkSpeed = 'minimum '.

    $spec.policy.nicTeaming.failureCriteria.speed = 10

    $spec.policy.nicTeaming.failureCriteria.checkDuplex = $false

    $spec.policy.nicTeaming.failureCriteria.fullDuplex = $false

    $spec.policy.nicTeaming.failureCriteria.checkErrorPercent = $false

    $spec.policy.nicTeaming.failureCriteria.percentage = 0

    $spec.policy.nicTeaming.failureCriteria.checkBeacon = $false

    $spec.policy.nicTeaming.nicOrder = new-Object VMware.Vim.HostNicOrderPolicy

    $spec.policy.nicTeaming.nicOrder.activeNic = new-Object System.String [] (1)

    $spec.policy.nicTeaming.nicOrder.activeNic [0] = 'vmnic2.

    $spec.policy.nicTeaming.nicOrder.standbyNic = new-Object System.String [] (1)

    $spec.policy.nicTeaming.nicOrder.standbyNic [0] = "vmnic9".

    $spec.policy.offloadPolicy = new-Object VMware.Vim.HostNetOffloadCapabilities

    $spec.policy.offloadPolicy.csumOffload = $true

    $spec.policy.offloadPolicy.tcpSegmentation = $true

    $spec.policy.offloadPolicy.zeroCopyXmit = $true

    $spec.policy.shapingPolicy = new-Object VMware.Vim.HostNetworkTrafficShapingPolicy

    $spec.policy.shapingPolicy.enabled = $false

    _this $ = get-view-Id "HostNetworkSystem-networkSystem-43'.

    _this $. UpdateVirtualSwitch ("vSwitch2", $spec)

    When you run the script I get the following error:

    You can not call a method on a null expression.* to: tank line: 47:26+ $_C. UpdateVirtualSwitch & lt; & lt; & lt; & lt; ('vSwitch2', $spec) What I'm doing wrong? *

    concerning

    Jean

    It seems that the $_this variable is empty.

    You may enter the code in another environment under which you are running the script?

    The Onyx product code contains references that are hardcoded to the object, in this case "HostNetworkSystem-networkSystem-43.

    It is preferable to obtain the MoRef yourself, that way, the code becomes p [?

    Something like that might be used.

    $_this = Get-View  (Get-VMHost ).Extensiondata.ConfigManager.networkSystem
    

    Instead of

    $_this = Get-View -Id 'HostNetworkSystem-networkSystem-43'
    

    Assuming you use of course PowerCLI 4.1.

    ____________

    Blog: LucD notes

    Twitter: lucd22

  • How can I call the content in a scrollpane?

    I can't call my scrollpane content in an application simple quiz.  I'm a graphic designer so I'm not yet true proficient with AS3.  I created a scrollpane object called Scroller1, and I'm trying to scroll a video object named Film1 scrollpane.  The code that I used the Adobe site to call an external file, but I want to call an internal film so I changed the Scroller1.source = the name of the movie, but it does not work.

    Here is the code that I have on the frame that contains the ScrollPane:

    Import fl.events.ScrollEvent;

    Scroller1.setSize (300, 200);

    function scrollListener(event:ScrollEvent):void {}

    trace ("horizontalScPosition:" + Scroller1.horizontalScrollPosition +)

    ", verticalScrollPosition ="+ Scroller1.verticalScrollPosition); "

    };

    Scroller1.addEventListener (ScrollEvent.SCROLL, scrollListener);

    function completeListener(event:Event):void {}

    trace (event.target.source + "has completed loading.");

    };

    Add the listener.

    Scroller1.addEventListener (Event.COMPLETE, completeListener);

    Scroller1.source = "Film1.

    Is there another way, I need to call it?  The film is a list of content that contains buttons to take you to different frames in the application and it is too long for a single page.

    Thanks for the help!

    If the Film1 object is on the scene and you have he attributed the name of the instance "Film1" (in the properties panel), then it must be loaded in the scrollpane component if you use...

    Scroller1.source = Film1;

  • How can I get to listen to a cd while importing it?

    How can I get to listen to a cd while importing it?

    You can't - the process to read the audio on a CD and extract the audio data for use in iTunes are distinct.  Or listen to the CD and import them, or import and play the album iTunes.

  • How can I call apple by email?

    Hello

    I can't buy any application, my apple ID become unusable due to forget security responses

    I can't call apple via phon and there isn't any store of Apple in my country... I live in iran, please consider my ssituation and show me a way to recover this information

    or get in touch with apple

    Thank you

    Try emailing support iTunes here.

    https://www.Apple.com/EMEA/support/iTunes/contact.html

  • My account has been suspended that I've just updated my password of mew. but I can't call to any

    costomer service is expensive. These days, my account has been suspended today I had the link, then I change my password. but I fortunatley I have a credit on this account for calls to the India. but now I can not call to the India. pls solve my problem

    Please help someone

    Cannot enter a prepaid card for updating my gold membership

  • How can I call a stage, which is in a sous-suite, of a different sous-suite

    Hi, could someone me, please?

    How can I call a stage, which is in a sous-suite, of a different sous-suite.

    For example:

    Two sub sequence, is called, it is called B. In the order B, there is a step called BStep.

    In a sequence, there is a stage called AStep.

    Now, I Hope AStep can I call BStep, how can I do?

    Thank you in advance!

    Allan,

    What you're asking to do is not a practice of good software.  That's like saying you want to call a single line of code into a DLL.

    The best way to do what you want is to put the steps in a 3rd sous-suite.  Then set the subsequence with the parameters of the step.  Then call this subsequence of a sequence and the sequence B 3rd.

    This way, whenever you update the stage, they both get changes.

    Hope this helps,

  • panels and multithreading - what features can I call from another thread.

    I am writing a program (Windows XP, LabWindows/CVI 2010) that has several threads. The main thread generates and manages most of the panels, but not all. Is there a list of what control panel functions are thread-safe and which are not? Reading the help file and the different positions, the functions of set value are safe; game-attribute functions are NOT. (I found that calling (SetPanelAttribute) with ATTR_TITLE will be locked permanently a program!). What about calliing a command callback function? (Via the CallCntrlCallback() function). It seems to work very well so far, but I can't find anything definitive.

    I do a lot of multi-thread applications, so I have a few ideas for you.  Unfortunately, I have not tried to do many of the changes of attributes specific threads lower panel.

    I'm very careful about how I handle the wire "solidity", dealing with the variables in an asynchronous way, as much as possible, to avoid the use of blocking and incorrect values of the variables.

    But there are certainly many things simply cannot make you the son of the daughter.  Things like question popups and launch other threads cannot be done simply.  As long as you understand that the best place to do something is in the main thread, and then a girl thread can use PostDeferredCall (...), do something in the main thread

    In the thread of your daughter, you can insert this call:

    PostDeferredCall (launchNewThread, 0);

    And then this call performs this function in the main thread:
    void CVICALLBACK launchNewThread(void *callbackData)

    {
    CmtScheduleThreadPoolFunction (threadPoolHandle, NewThread, NULL, NULL);
    }

    Or you can insert calls from parameter of the attribute panel inside the function above, I suppose, to safely run in the main thread.

    Hoe, that helps...

    -Gary

  • You can not call a method on a null value expression.

    Hello

    We are working on the tool of basic hygiene WMI for windows 2008 server of health check of the scent system but in error during the run automation tool

    "Cannot call a method on a null expression."

    LE000561ERROR: You can not call a method on a null value expression.
    ERROR: The value of the argument cannot be an empty string.

    Please suggest the same

    Hi Diakité Srivastava,

    Your question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the TechNet forum.

    http://social.technet.Microsoft.com/forums/en/category/WindowsServer/

  • Live messenger won't open so I can make calls or use Skype with my webcam.

    Live messenger won't open so I can make calls or use Skype with my webcam.

    Now Windows Live Solution Center is offline for maintenance. When it's over, please repost in forum Messenger:
    http://www.windowslivehelp.com/default.aspx?aspxerrorpath=/forums.aspx

    This methos involves editing the registry...
    If you are not comfortable with editing the registry, please do not do.

    Start button > Search box, type regedit > press the Enter key > (uac prompt) > expand (click on the pointer before) HKET_CURRENT_USER > expand Software > expand Microsoft > expand MSNMessenger > expand PerPassportSettings > under PerPassportSettings, find 2 folders with a series of numbers > delete the two folders including their subfolders > window regedit.
    Restart the Messenger.

    For the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • How can I call the stream media player in webworker.

    Hi all.

    I need a few snipets of invoke media player from the webworker blackberry

    How can I call it stream media player in webworker please help me.

    You should be able to:

    location.href = 'mymediaurl';
    
  • Half of the Windows product key is very difficult to read. Can I call Microsoft to change my product for free key

    One of the computer in our office could not start. After all troubleshooting - I ended up doing the reinstallation of the OS - but the thumbnail of my product key at the bottom of the laptop is so blurry. Can I call Microsoft and get the free product key exchange?

    No, they will not offer it. How can they prove that you are entitled to it?

    Recovery plant, using the partition HD or the manufacturer disks you generated when you 1st got the laptop do not require a key, because it's built. Some manufacturers may provide this disk set at a cost.

    Very rarely the manufacturers will be keeping a record of the key that they provided with the laptop and that provide a proof of purchase.

Maybe you are looking for

  • Menu of character encoding does not

    I have updated the app today to the latest version. When I tried to change the character encoding on a Web site that does not display properly, I found that by selecting another encoding did nothing except check the circle next to it.The only thing I

  • How can I clear the history of firefox url 10.0

    I just want to keep clear of the previous url url.

  • Milestone: Problems with USB

    Love my new milestone, seems to work in all directions unless you are using the usb cable. It charges very well using the provided power plug-and - usb cable, but plug the cable in my powered usb ports on my PC cause very few things happen. It does n

  • pouvez the archos 101 Tablet pair with microsoft bluetooth keyboard 6000?

    ARCHOS and microsoft 6000 bluetooth keyboard pouvez the archos 101 Tablet pair with microsoft bluetooth keyboard 6000? What is the genric pairing passkey?

  • problems of users ePrintCenter homepage

    I have several eprint printers on my account page eprintcenter, enough for where the printer tabs begin to overlap the icon of the printer as well as the button refresh which lies below the icon of the printer. I know how to do a simple f5 refresh, m