How to return to Application Main menu

Hello,
I am coding custom SSHR function and many times I would like to cancel the whole action and return to main menu.
How do I do it with JSPForward ? What to put in URL parameter of the method ?
Does it have to do with {@@RETURN_TO_MENU}
Thank You so much in advance
Michal

You could call OA.jsp?OAFunc=<HomePage Function Name>
something like
pageContext.setForwardURL("OA.jsp?OAFunc=OAHOMEPAGE",
null,
OAWebBeanConstants.KEEP_MENU_CONTEXT,
null,
null,
true, // Retain AM
OAWebBeanConstants.ADD_BREAD_CRUMB_YES,
OAWebBeanConstants.IGNORE_MESSAGES);

Similar Messages

  • Simple Question..easy Answer! How to return movie to main menu after end?

    In simulate, the movie simply stops after playing. Same situation with the burned copy. How do i set the movie to return to the menu automatically when done playing?
    There is only one chapter in my movie and one menu, so it's pretty straight forward. Thanks.
    -Mike

    What Eric said, but initially if you drag a track from the Outline view to a button and select "Connect to Track" from the drop-down menu, it will set the jump to and from the button for you.

  • HT1600 Since the latest up-date I can't see any movies.  I always returns to the main menu.  Is anyone else having this problem and how do I fix it?

    Since the latest up-date I can't see any movies.  It always returns to the main menu.  Is anyone else having this problem and how do I fix it?  We have gone 3 days without the use of renting movies.

    Welcome to the Apple Community.
    First you should try logging out of your iTunes Store account (settings > iTunes Store > accounts) and then back in again.
    If that doesn't help, try resetting the Apple TV (Settings > General > Reset > Reset all settings). You should also try restarting your router.
    If both of the above don't help, you should try a restore (Settings > General > Reset > Restore).

  • I cannot open itunes store from my iphone 4s. When I press the application icon it seems to be open at first but then automatically return to the main menu. What can be the problem?

    I cannot open itunes store from my iphone 4s. When I press the application icon it seems to be open at first but then automatically return to the main menu. What can be the problem?

    Logout of the app store and iTunes store: Settings>iTunes & App Store>Apple ID. Go back to home screen and  reset the phone by pressing the sleep/wake and home buttons together until the Apple logo appears then release them.
    Once phone has finished rebooting go back to  Settings>iTunes & App Store and login with your Apple ID and password again. Then open the iTunes Store app again.

  • Mail returns to 'main menu'.  My mail worked for over a year - now when i enter mail it returns to the 'mail menu' immediately.  I disconnected wireless connection and it still returns to the main menu immediately. HELP!

    Mail returns to 'main menu/desktop'.  My mail worked for over a year - now when i enter mail it returns to the 'mail menu' immediately.  I disconnected wireless connection and it still returns to the main menu immediately. PLEASE HELP!

    - Have you tried resetting your iPod:
    Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    - Can you access the mail account(s) on another device and look for a problem email that may be causing the problem
    - You could try deleting account(s) and recreating them

  • I had reset my iPhone and my Dictaphone refuse to start. I sea a microphone picture but when I push the 3 horizontal bars or the red buttom, they return to the main menu...

    I had reset my iPhone and my Dictaphone refuse to start. I sea a microphone picture but when I push the 3 horizontal bars or the red buttom, they return to the main menu...

    rstevenson wrote:
    If i factory reset my iPhone will it relock to O2?
    I've had my iPhone 3G for a couple of years and when out of contract i asked O2 to unlock it, which they did. I've used a Three sim card and it works okay. I've now decided to sell it but before I send it to the buyer i want to factory reset the phone. Will it remain available to use on any network once i've reset it, because i've advertised it as an unlocked phone?
    If it was officially unlocked by O2 it will remain unlocked if reset or updated.
    Also, just as a side note if you can help. Its running iOS 3.1.3. Once factory reset and connected to iTunes will it force an iOS 4 update or can you choose not to update the OS?
    If you restore it in iTunes it will be updated to the current release, 4.3.1. There are ways around this; Google is your friend.

  • My main menu does not appear when I turn on my apple tv first generation.  How do I restore my main menu?

    My main menu does not appear when I turn on my apple TV first generation, how do I restore my main menu screen?

    When I turn on, it asks for language choice, then it asks for 1080i, then it asks for network choices.  I choose my network, then it asks for my network password.  I enter the password, then it say it does not connect to network, and if I hit menu on remote, it goes back to network selection.  I can not get to main menu to see my setting for the network, because there is no menu. 

  • How to start AD Administration Main Menu

    Hi,
    I have installed R12 on a Win XP platform. How can I start the AD Administration Main Menu?
    Thanks,

    Hi,
    Make sure you source the application env file (%APPL_TOP%\envshell<CONTEXT_NAME>) first before you type adadmin.
    Regards,
    Hussein

  • How do I make a main menu for a game?

    Hi,
    I need to make a main menu for this tower defense game that I am making.  I have 2 parts to the menu that I need to put together.  I have it as follows:
    I have a start screen where the player presses the start button.  I now need it to take the user to the main menu itself.  I have both the start menu and main menu in the same document but on different layers.  I have a button labeled as start which I have set up to where when it is clicked, it changes colors but I also need it to hide/show the menu layer.  I just need the that start button to take users to the menu layer where I have 3 more buttons which are resume, new, and options.  I will need those buttons to go to their different layers also.  After users hit the resume or new buttons, I need the game itself to start which I will start making after I figure out the other issues. 
    I am new to Flash and I really want to learn how to make tower defense games.  For now, I am using http://www.ehow.com/how_7788131_make-tower-defense-game-flash.html as a guide to make the game stuff but it doesn't say anything about a main menu.  I am using a trial version of Flash Pro CS6 and it is due to expire in 28 days.
    Any and all help will be great! Thanks, xp3tp85

    I used this and it worked:
    import flash.events.MouseEvent;
    start_button.addEventListener(MouseEvent.CLICK,startF);
    function startF (e:MouseEvent):void{
    gotoAndStop("main_menu");
    On the next layer I used this and it worked too:
    back_button.addEventListener(MouseEvent.CLICK, buttonClick);
    function buttonClick(event:MouseEvent):void{
           gotoAndStop(1);
    Apparently it wont let me use the same code twice on one timeline.  Is there any way around this?  I need a few more buttons on the main menu for the game.

  • How do I create a main menu?

    I want to create a main menu so I can access three different vi's.

    Hi,
    Have you tried the examples installled with your labVIEW.
    Look under Build User Interfaces | Menus and Toolbars.
    The example Dynamic Insert Demo.vi is a good place to start.
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • My unlocked iphone couldn't return to the main menu after i tried to download itunes.it stucked on itunes connecting page.

    my unlocked iphone couldn't return to the main manu from itunes downloading symbol.i restarted now and then.and no phone connection.

    If you have a valid SIM card, then try the steps in this article to remove the SIM card to ensure it's seated properly, and try again.
    http://support.apple.com/kb/HT5163
    Also, you said this is an unlocked phone, you may have to contact your carrier to verify the phone was unlocked in thier system.

  • Menu button/transitions keeps returning to the main menu instead of staying on the scene selection

    maybe someone can help?? please...... Ive had this issue before.. it keeps coming up. I'm using Encore. Everything is good to go. Only issue I have is when clicking "scene selection" it transitions to the "scene selection" page BUT then goes right back to the main menu! None of the other pages do that...... and I tried to see the difference from one page to the next but it all looks correct/the same. I even checked the flowchart too.. BUT still  keeps bringing me back to the "main menu"! Any help is appreciated.

    "You have a main menu button on the main menu that would do what you describe." - I wonder if that is why I keep gettig an orphan alert to when checkig the project!?!?!?
    What happens is this: When on the main menu page I click the button to go to scene selections. The transition takes me to the sceen selection page and then jumps right back to the main menu page.
    It needs to stay on the scene selection page.. so I can select a scene.
    I will clean the cache ad get back to you asap. thanks.

  • How do I end my slideshow on either a picture or a blank screen with text rather than returning to the main menu screen?

    Help!

    You can't.  If you create a blank, black menu window with black text and have the DVD set to autoplay when inserted into a player is will fall back to that black, "empty" menu.  But the slideshow has to return to a menu.
    OT

  • How to get to the main menu from home share

    My apple tv is frozen in the home share menu.   I can't go back to the main menu

    My first option would be to reboot the apple tv. if this does not work then you can do a restore.
    If you have apple tv 2nd or 3rd gen follow these instructions:
    http://support.apple.com/kb/HT3180
    If you have the 1st gen follow these (you probably have 2nd or 3rd. not sure home sharing is part of 1st. only computer linking)
    http://support.apple.com/kb/HT3199
    I hope this helps.

  • Can someone tell me how to show a different main menu when someone is logged in?

    When a customer is logged in they can see secure pages. I also want a different menu to appear when logged in, and when logged out I want the menu to go back to normal. Can someone assist please? Let me know if you need more information from me. Thank you in advance!!

    I recommend referring to the following forum post on how to achieve this: Re: Secure Zone - show, hide, or disable content when a user is recognized as logged in.
    To summarize, you would need to use the module {module_isloggedin}  which will render a 0 or a 1 based on whether the customer is logged in or not. With a combination of CSS/JS, you can specify a different menu to display based on whether they're logged in or not.

Maybe you are looking for

  • Web dynpro welcome example edit context mapping problem

    hi, i tried to build a web dynpro like the welcome example from web dynpro. so i created the views etc, created an atrribute matnr  in the context of the component. then i connected the other views with the component. for this i used the required con

  • Where to get java 1.4.2 for Windows 2003 Server x64?

    Hello, I am installing Netweaver 7.0 SR3 on Windows Server 2003 Standard x64 running on a Xeon 5100 which I believe is i386 64-bit. I tried to use the JDK 1.4.2 which is pointed to by sapnote 941595. However, this appears to be for AMD and will not i

  • Aggregation level disactivation.

    Hi All. In our solution we use multiProvider and several aggregation levels based on it. When we are updating something in multiProvider all aggregation levels become inactive. It is very boring to activate each aggregation level by hand. Does anybod

  • Application adding '\' to the group filter

    Hi, We have two groups created in Oracle Internet Directory server.here are the details cn=user_group_1,cn=organisation,cn=groups,dc=oracle,dc=com cn=user_group_2,cn=organisation,cn=groups,dc=oracle,dc=com we are using the below configurations from o

  • Upgrading ESX 4.1 to 5.1 on C210 M2

    I want to upgrade my host to ESXi 5.1 (from 4.1) but I have not found the upgrade on Cisco's site. Am I supposed to get the Cisco branded ESXi 5.1 iso from VMware? And is there a difference if my hosts are running my CUCM phone system? My hosts are c