Return the User to the Calling Page - doesn't work

Hello All,
I set up the "Issue tracker" tutorial to get in tuch with the apex (htmldb vers. 2.0)
All is working well but: Return the User to the Calling Page -> doesn't work. I performed all steps as descriped in the tutorial (iclusive the '.' on the &P7_PREV_PAGE ;-) ).
I use my own aplication at home and followed all the instruction steps few times but it does not work. Can you help me please?
Do I have to install something more?
In the Branch section: * 1: Go To Page &P7_PREV_PAGE. (Unconditional)
In the Item section: 90: P7_PREV_PAGE Hidden
In the Button section for cancel Button: &P7_PREV_PAGE.
Here is the description of the function in the tutorial:
Because this Create/Edit page will be called from several places, when users finish with the display they should return to the calling page. To accomplish this, you create an item and change the branch on this page. Every time this page is called, the item must be set with the number of the calling page.
To create a hidden item:
1. Under Items, click the Create icon.
2. For Select Item Type, select Hidden and click Next.
3. For Display Position and Name:
1. For Item Name, enter:
P7_PREV_PAGE
2. For Region, select Issue Identification.
3. Click Next.
4.
Click Create Item.
Next, edit the Cancel button.
5. Under Buttons, select Cancel.
6. Scroll down to Optional URL Redirect.
7. In Page, enter:
&P7_PREV_PAGE.
Note the period at the end.
8. Click Apply Changes.
Next, edit the branch.
9. Under Action, enter the following in Page:
&P7_PREV_PAGE.
10. Click Apply Changes.
All steps are done but I still got the message: Error ERR-1016 Application "106" Page "0" not found (requested language="de")
OK
I move the mousepointer over the cancel button: javascript:redirect('f?p=106:0:5265993428922076876::NO:::')
Thank you for helping me!
best regards Thorsten

All,
I haven't looked at that tutorial for quite a while but just gave it a quick look.
Further down in the tutorial, it directs you to set the value of P7_PREV_PAGE, under Add Functionality to Support Adding Multiple Issues Sequentially - have you done that? There is also a mention that there is more branching to be done - "The branch you just created is looking for a value in P7_PREV_PAGE. Since the page was not called from another page, the value has not been set. You need to fix that next." It goes on to have you define that value from other places.
Can you describe what you are doing when you get the error? There could be something missing from the tutorial. A way around it would be to create a default value for P7_PREV_PAGE so that if it is not set, a default page will be used.
-- Sharon

Similar Messages

  • I accidently "x" off the download of firefox 4 before it had finished and now the home page doesn't work, i tried redownloading firefox but that didn't work is there a way i can resume the download?

    I accidently "x" off the download of firefox 4 before it had finished and now the home page doesn't work. it loads but then wont let me search from it? i tried redownloading firefox but that didn't work is there a way i can resume the previous download?

    Your More system details list show that you run the latest Firefox 4.0.1 version.<br />
    You can check that via Help > About Firefox and on the Help > Troubleshooting Information page.
    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process.
    See:
    * https://support.mozilla.com/kb/Server+not+found
    * https://support.mozilla.com/kb/Firewalls
    If you posted from another computer then download the full version and uninstall the currently installed version.
    Download a fresh Firefox copy and save the file to the desktop.
    * Firefox 4.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Uninstall your current Firefox version.
    * Do not remove personal data when you uninstall the current version.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    Your bookmarks and other profile data are stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder] and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.

  • 10.2.0.424 search partial number in the call list doesn't work

    The scenario is this
    I remember I've been call from one number.
    I only remember one part of the digits
    Let's say 6532
    I go to call list and go to use the search function
    No results, but scrolling the call list and wasting a lot of time, I see that I was remembering correctly that number.
    What is The point of having databases and a search function that doesn't work?
    Thank you for replies and opinions
    Cor

    Toggling these items to OFF in the Hub settings prevents the messages from these sources from appearing in the main Hub view.  This does not (currently) remove them from the Hub entirely.  It's possible we may see that option in an upcoming OS release.

  • Any way to return to the calling page from the User Profile Editor page?

    I built a url to the User Profile Editor page, and upon playing around with some of the parameters in the url itself, I have the Editor page returning to My Page (home page) for the logged in user. I would like to get it to return to the calling page, which is not necessarily a My Page. It might be a Community page. I'm not quite sure what the Editor Type value is and if it is even relevant. (it is hard-coded right now, and I've tried changing it to several values). Here is the url string:
    http://awg1/portal/server.pt?open=space&name=UserProfileEditor&psname=OpenerPageID=253&cached=false&in_hi_userid=257&control=EditorStart&editorType=10. It would be really nice to be able to open the editor with a tag!

    You can use a table
    This was answered in the Numbers forum by someone else so cant take any credit.
    Put "1" in first cell
    put 2 in cell below
    Select both cells and hover mouse over botton right hand corner ( you should get a cross) click and drag down and sequential numbers will fill into the blank cells - and over the page if you wish.
    Is that what you are after?
    Or you can always use a numbered list but that would be by paragraph not line.
    Message was edited by: John H

  • Help with modal dialog returning a value to the calling page

    Greetings,
    Apex Version: 4.1.0.0.32
    What I am trying to do is to create a modal dialog that is called from a form page. The dialog will present the user with an IR report that will allow the him to select a row and return a value from that row to a field on the calling page. I have it working in Firefox, but I get an error using IE 8. I hope someone can show me why it is not working in IE.
    Here is how I am doing it:
    From the calling page:
    Created a button
         Action: Redirect to URL
         URL Target: javascript:var rc = window.showModalDialog('f?p=&APP_ID.:70:&SESSION.::&DEBUG.:::','','resizable:yes;center:yes;dialogWidth:1000px;dialogHeight:500px;');
    On the called page:
    The called page is an IR report where the query returns this as one of the columns:
    *(Note: I had to put a dot '.' in front of the onclick to get it to show in this thread. It is not there in my real code.)*
    select
    <a href="#" name="z" style="color:blue; text-decoration:underline;" .onclick="javascript:passBack(''' || LOT_NO ||''');">Select</a>' SelectThis
    , column1
    , column2
    from sometablename;This resolves the anchor to:
    <a .onclick="javascript:passBack('232158');"  href="#">Select</a>Here is the Javascript function that is called from the anchor onclick:
    function passBack(passVal1)
      opener.document.getElementById("P75_ITEM1").value = passVal1;
      close();
    }When I run this in Firefox, it works as expected. I click on the button on the parent page. The modal dialog is opened and the IR report is displayed. I click on one of the links in the report and it returns the correct value back to the calling page and closes the modal dialog.
    When I run it in IE8, it fails. I click on the button on the parent page. The modal dialog is opened and the IR report is displayed. I click on one of the links in the report and I get this error: “opener.document is null or not an object”.
    I hope that is clear and that someone can help.
    Thanks
    Larry

    A quick google search determines that window.opener doesn't exists when using window.showModalDialog
    Suggestions range from using window.open instead of window.showModalDialog to using dialogArguments instead of window.opener
    Try the following:
    In the parent page define a getPopupValue() function:
    function getPopupValue(){
       var dr =  window.showModalDialog('f?p=&APP_ID.:70:&SESSION.::&DEBUG.:::','','resizable:yes;center:yes;dialogWidth:1000px;dialogHeight:500px;');
        if ( (dr != undefined) && (dr != '') && (dr != false) ){
         $x("P75_ITEM1").value = dr;
    }Change the button url to call the function:
    javascript:getPopupValue(); On the popup page change the passback function to:
    function passBack(passVal1)
      returnValue = passVal1;
      close();
    }

  • How to set a back button to the caller page

    Hello,
    An application have a page that can be called by several other pages, for instance, an "addContact.faces" can be called by several other forms, when the user adds the contact or press a back button, the application should go back to the caller page.
    How can I implent this?
    Thanks in advance,
    Juan

    As an alternative, you could Ajax the stuff and put it in a popup div, which is a common technique nowadays. Then the user doesn't even navigate away from the page he/she was on, plus it is relatively easy to implement in a generic way so multiple pages can use it.
    Search for "css popup div" on google if you want to see this in action.

  • HTMLDB 2.0 brachning to pages, set an item to the calling page

    Hello,
    I try to setup the issue tracking tool (example aplication of apex 1.6) in the current release 2.0.
    A Create/Edit Issue page will be called from several places. When users are finished with the display, they should be returned to the calling page. To do this I followed the instructions in the tutorial of the issue tracking system as descriped but it does not work (Note: I use the instruction for release 1.6 because I can't find a instruction for 2.0 !!).
    I did the following steps:
    Under Item section:
    - - create an item
    - - create item name P8_PREVIOUS_PAGE
    - - select an region to display this item
    - - create item
    Under button section
    - - create a button
    - - select the region for the button
    - - choose button name
    - - Redirect to URL without submitting page
    - - Under URL Redirect section I entered "&P8_PREVIOUS_PAGE." (Without Quotas!!)
    - - Apply changes
    Under Branching action section:
    - - I select the existing After processing Bracnch
    - - I entered for Page "&P8_PREVIOUS_PAGE." (Without Quotas!!)
    Every time I use the page and move the mousepointer over the created button the following Adress is displayed:
    javascript: redirect ('f?p=106:0:1223346474785::NO:::')
    - - I know that the value = 106 is my aplication but the value = 0 shuld the Nr. of the previous calling page but it is 0. And so I have a dead-end and get the following error message = Error ERR-1016 Application "106" Page "0" not found (requested language="de").
    Has any body an idea?? Thank you so much for helping me!
    Best regards
    Thorsten

    Hello Scott,
    The Item is Hidden. I assumed that "P8_PREVIOUS_PAGE" get the value by invoking the page 8 from another calling page e.g Page 1.
    Please find here my page definition for the page8
    http://planitz.eu/htmldb/htmldb_issue_tracking_tool.jpg
    User steps:
    - - Login = page 1
    - - Select from a list entry in Page 1 the Page 8
    than the value of "P8_PREVIOUS_PAGE" should be "1" or go I wrong here?
    - - Do I have to set up some thing more for the Item? Maby a default value??
    Thank you for helping me!
    Thorsten
    Message was edited by:
    athor
    Message was edited by:
    athor

  • JSF PAGE REDISPLAYING THE CALLING PAGE

    I am developing a jsf application where my jsp is invoked from a servlet filter which is product.jsp .
    When i click on submit buton on product.jsp after selecting the product the navigation rule doesn't work inplace of displaying pricedetail.jsp it goes back to product.jsp.
    Its frustating unable to find why? Please help to find the reason it does so?
    Thanks.

    Hi
    Validation ?
    I am not doing any validations though .its just page navigation am testing
    On product.jsp it displays a list of products and on choosing one and pressing submit button it has to take user to picedetails page .
    This is a unique issue rest all pages work correctly except this one?
    Thanks.

  • How to make servlet target to the caller page?

    If page A and B both can call a servlet, how do I make the servlet be able to return to caller page after it's work?
    i have this code:
    String target = "/index.jsp";
    RequestDispatcher rd;
    rd = getServletContext().getRequestDispatcher(target);
    rd.forward(req,res);
    How do I get caller page and forward back?
    thanks

    create a parameter in the calling page with <input type='hidden' name='callingPage' value='page_name'> and pass this to your servlet. then your servlet would know which page was the one that called it.
    String target = "/" + request.getParameter("callingPage");
    RequestDispatcher rd;
    rd = getServletContext().getRequestDispatcher(target);
    rd.forward(req,res);

  • HTML-DB 1.6 (Apex) calling an URL and go back to the calling page

    Hi everybody,
    Is there somebody who can help us ?
    We have a button in your page which call an URL link. This link creates operate a job that will make an XML document. We try to use target....blank to open a new window and after the job is finished to close this new window; but it doesn't work, no new window have been created.
    But, we want to go back to the calling page after doing the XML document creating job. We can't go back to our calling page, the application is gone.
    How, we can do this?
    Thanks. Bye.

    Hi Timiche,
    Firstly, create a new region on your calling page and add in the following as the region's Region Source:
    &lt;script language="JavaScript" type="text/javascript"&gt;
    function exportList(page)
    var url;
    url = 'f?p=&APP_ID.:' + page + ':&APP_SESSION.';
    w = open(url,"winExport","Scrollbars=1,resizable=1,width=100,height=100");
    if (w.opener == null)
    w.opener = self;
    w.focus();
    &lt;/script&gt;
    &lt;a href="javascript:exportList('n');"&gt;Export XML&lt;/a&gt;
    Replace n with the page number for your xml export. Notice that I've added an A tag here - you can style this to look like a button if you like.
    I have also set a branch back to the calling page, but this should not be used by the A tag as it doesn't submit the page - I've just included it on my page for completeness.
    Secondly, on your page containing the xml export, make the following settings:
    In the Page Attributes, set the Page Template to "Popup"
    In the Region's Region Definition, set the Template to "No Template"
    In the Region's Report Attributes, set the Report Template to "export: XML"
    And, here's my working example:
    http://htmldb.oracle.com/pls/otn/f?p=42012:1
    Regards
    Andy

  • A pop-up message is frozen on my settings page. I was trying to set up an apple id for iTunes when I got a message "required fields have been left blank. The missing information is highlighted in red." the ok button doesn't work. 1st gen iPad.

    A pop-up message is frozen on my settings page. I was trying to set up an apple id for iTunes when I got a message "required fields have been left blank. The missing information is highlighted in red." the ok button doesn't work. The message is now fixed &amp; I cannot get rid of it. Ironically, when I found this forum I was able to set up an apple Id. Please advise how to get rid of the pop-up box. Thanks!

    I'm having this same problem as well and cannot advance--very irritating. All of the information is filled out correctly and I've editted my AppleID information online separately as well to get around this issue, but no luck...

  • How can I activate an old version of Photoshop that I've loaded on my new tablet? The web activation doesn't work, and when I call the number, it says it's not being used anymore. Meanwhile, I'm down to 13 days till it stops working due to not being activ

    How can I activate an old version of Photoshop that I've loaded on my new tablet? The web activation doesn't work, and when I call the number, it says it's not being used anymore. Meanwhile, I'm down to 13 days till it stops working due to not being activated. HELP?  I really need to continue using this product for my home business.It works fine not activated but the threat is that it will stop working in 13 more days if I don't get it activated, and none of the activation methods they list seem to work.

    The new serial number is to the right of your chosen download.

  • When i connect to a wifi netwrok it connects just fine ..but the login page doesn't load and then i get the error cannot connect to login page because to many redirects occured

    when i connect to wifi  network the login page doesn't load and an error msg pops up sayin login page can't open because too many redirects occured and i get the same exact error msg with safari over wifi and with any application connecting to a wifi ( windows live messenger, skype, yahoo....)
    can anyone help me plz??
    thanks

    I got the same error the other day.  I'm not 100% sure what it is but I turned WiFi off, then back on again, and reconnected without the error.

  • Hi, can someone please tell me why the spell check in pages doesn't work. I went to preferences and enabled this auto spell checker and have set the language to british english. But still it doesn't work while it works perfectly in TextEdit.

    Hi, can someone please tell me why the spell check in pages doesn't work. I went to preferences and enabled this auto spell checker and have set the language to british english. But still it doesn't work while it works perfectly in TextEdit.

    Inspector > Text > More > Language
    Only applies to selected text, like making it a particular font.
    It is not a setting that sticks. If you continue to paste in text from elsewhere particularly the Internet it will have a different or None language set to it. You need to select it and make it B.E.
    Peter

  • Facetime says connecting after you answer the call but doesn't actually connect and both iphone 5s were quick reset-ted and facetime was turnt on and off, any reasons like why or how and how to fix this concerning issue

    facetime says connecting after you answer the call but doesn't actually connect and both iphone 5s were quick reset-ted and facetime was turnt on and off, any reasons like why or how and how to fix this concerning issue

    Apple has released a document which is reported to address the recent FaceTime issue.
    http://support.apple.com/kb/TS5419

Maybe you are looking for

  • Minimum playback spec for packaged flash game

    I can't seem to find any definitive information on the minimum playback specification of Flash packaged applications. I am developing a series of games for both Mac and PC and would like to include a minimum playback specification. I will be using Fl

  • HT204088 how to stop automatic renewal payment

    I had perchased Badoo application but I removed my private page and I deleted the programm , they still charging me and they make automatic renewal.How can I stop this automatic renewal payments?

  • Close spool request

    Hi, I have one program, that calls transaction code CIP2. When I run in backgound, it creates spool request but with 0 pages. And have the message: ERROR => missing close of spool request [rspoooh.c    1173] If I run this program without background a

  • Problem accessing Servlet  in Weblogic 6.0

              Using the console I verified that the servlet is available on examplesWebApp. When I try to access it as http:127.0.0.1:localhost/examplesWebApp/myServlet, I get the following error:           Error 404--Not Found           From RFC 2068 Hy

  • Does photoshop cs3 work on lion

    trying to decide whether to upgrade... does anyone know how photoshop cs3 works on lion?  I really need the other cloud compatability to sync all my devices easily but would hat to lose my photoshop as I havent yet spent the money to move to cs5... t