Branch to the Page identified by the element

Apex 3.2

The pages of my application is accessible in several ways, so I use branch to the page identified by the element.
Here I pass the page number of the calling page in a link to a hidden item (PX_PG) on the new page.
I created a branch to the page identified by the element on each page which refers to PX_PG. This is also related to the Cancel button.
It's that everything works fine.
My problem is clearing the cache of the page when you press the Cancel button.
There is no option to clear the cache in the branch and if I create a process page to clear the cache, then it is raised before
the branch, so my PX_PG value is cleared and my branch fails.

How can I add a cache clear to a branch to the page identified by the element?

Gus

Gus,

If you want to delete news cache the current page, in this case page 12, then the following will work

f?p=&APP_ID.:&P12_PG.:&SESSION.::&DEBUG.:&APP_PAGE_ID.

If you want to explicitly reset page 12:

f?p=&APP_ID.:&P12_PG.:&SESSION.::&DEBUG.:12

I thought you wanted to clear the cache in the target page, my apologies.

Good luck

Tyson

Tags: Database

Similar Questions

  • Branch to the Page identified by the element with parameters

    A certain page we originally had a 'branch at or the Page URL' that has parameters associated with it (which one who reset the element on the page the branch goes back to the current value of the item page before branching him given that this necessary element to stay with the current value of population but was erased when he branched out) but now I have a new Application process that defines an element of the request for the page that should be branched to.

    Since Apex does not recognize the elements of the Application in a "branch of Page or URL", I need to create a "branch of Page identified by Item", the problem is that there is no "Set these elements" "with these values" with this type of branch or the option to include parameters in a URL target. I already tried to use the "branch Page or the URL" with the Application in the URL element, but that no longer works.

    Any suggestions on how I might branch to a page based on an element of the Application (if not this way, somehow creates a branch to a page based on a value in an application process) with the settings?

    What does not make sense to me, is that you could create a branch to a Page with a value of Page element with parameters defining the elements with certain values, but you can do this when identified by the item or it is not yet Application_Items in a Branch_to_Page/URL.

    Thank you in advance,
    -Brian

    Brian,

    Have you tried to use the Type of the branch "Branch to the Page identified by the (name of the use element) element" and put the name of your APP_ITEM like

    APP_ITEM

    ?

    This should work for you.

    Denes Kubicek
    ------------------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    ------------------------------------------------------------------------------

  • After delete: 'branch to the page identified by the element' not playing Message from treatment and do not return to correct Page

    Hi all

    I have reproduced it on APEX.  workspace VRS 291 pages 9-application report, 10-form test/test.

    I'm using a branch of type creates a branch to the page identified by the element . I do I selected "Message Processing" when I select it. However if I go to the report on page 9. Click to go to page 10 on a record... (getting P10_Calling_page at the same time.) : when I delete the records in two things happen incorrectly:

    (1) it does not refer to the page calling it. It goes back to page 1. (the same as in my application)

    (2) when it arrives on page 1 it shows not all processing of the message.

    If I change the direction of a standard... (currently on page 10 to condition never)... then I get a message to process, and it goes to the page defined in the branch...

    It makes no difference if I set the State of the button on the branch...

    I don't know if this is a bug, or Ive missed something, but if someone could take a look and check...

    Rgds

    It seems that the message of the process if the value of the element has the value and management goes to the correct page.

  • Problem with branch to the Page identified by the element when I delete

    I have a form on page 107.
    When I delete an item with the form I automatically go to page 101.
    But I have a branch (branch of Page identified by element). Normally, after the deletion of the article, it should go to page 104 (the number of a page, it came out a field on my form on page 107).

    Obviously that is possible with a branch to the page?

    It's a little difficult to understand, your post, what is exactly the problem, but here is a proposal: when you create a form page, ApEx creates by default a "reset page" process to clear the cache for all elements on the page when you remove and in this case, it also erases the page identifier at the junction.

  • Branch of the page pass nulls to the elements on the page

    I have a branch of the page that is supposed to pass a value to a page element to another, but what I find is that it is passing a null value.  "I have the field 'Defined these elements' as 'P10_ID' and the ' with these values as ' & P3_ID. ' (without the single quotes).

    The url redirects to the right page, but this is what it looks like:

    ' f ? p = 259:10:7766556198967978:NO:P10_ID:'

    P3_ID is a page element hidden with the source as "Always replace the value that exists in the session state" and the Type of Source as "database column".

    Anyone had problems using branches to move page elements?  I use Apex 4.1.0.00.32

    Thank you

    -Steve

    switbeck wrote:

    I have a branch of the page that is supposed to pass a value to a page element to another, but what I find is that it is passing a null value.  I have the field 'Defined these elements' as 'P10_ID' and the ' with these values, defined as '& P3_ID' (without the single quotes).

    The url redirects to the right page, but this is what it looks like:

    ' f ? p = 259:10:7766556198967978: NO::P10_ID:'

    P3_ID is a page element hidden with the source as "Always replace the value that exists in the session state" and the Type of Source as "database column".

    Anyone had problems using branches to move page elements?  I use Apex 4.1.0.00.32

    It seems that P3_ID doesn't have a value in session state when the branch occurs. It is not clear from the foregoing if this branch is on page 3 or elsewhere. Please describe the treatment more in detail. Search for process/branch settings to clear the Cache and use traces of debug on the affected pages to check for changes in the value of P3_ID.

  • Referring to the value of the element Page 0 in another page

    Apex: 4.2

    All,

    On my page 0, I gave 2 parts in stock. P0_QUESTIONS as a screen only and P0_OPTIONS like a Radio button.

    The source of these items are picked on the backend tables based on the: APP_PAGE_ID.

    All on Page 1: I chose an option in the account of radio

    If I want to see the value above in Page 3, how to do?

    As the elements are on Page 0, there is no point on P1 to designate...

    How can I go?

    TIA,

    J

    J wrote:

    I have ' developing a simple application of review.

    I have two tables,

    (1) QUESTIONS

    (2) OPTIONS

    Each page will have two elements. Question (screen only) and Options (Group of Radio buttons).

    For now, I have two P0_QUESTION and P0_OPTIONS points to the page0.

    The values for the above elements will be extracted from the database based on the APP_PAGE_ID.

    But to store the value of P0_OPTION on each page, I have to create a local element in each page.

    Since there will be a lot of questions, there will be a lot of pages and I wouldn't manually create local objects on each page, instead it is possible to create a component hidden dynamically based on the page no? Or something like a table to store the value?

    It is not practical to create an application with a separate page for each question. This type of application can be dynamically driven data using a question page. Rather than use the 0 page, create a unique question page containing the elements of the question and option (personally I would use relationships rather than objects, but that adds more complexity) and another to store the current number of the question. Before you navigate to the page in question for the first time, create three collections of the APEX. Two collections on queries for issues and the basic options and a third empty one to store the user's responses. On the page in question, back issues and options of the collections instead of the base tables. This ensures that users get consistent questions and options sets, even though they are simultaneously changed by other users. Terms of use on the current number of the question to control the display of the next/previous/Finish buttons or links; conditional calculations on next/previous controls to increment/decrement the current number of the question; a process to register the user in the collection's response; a conditional branch, triggered by control of finishing for a final presentation page; and an unconditional branch to the page in question to scroll through all the questions.

    (This is a good example of a Problem of XY. Rather than ask the question "I develop an application examination.» How can I implement this in APEX? "before you start, you selected an inappropriate solution and asked about the problems that have arisen in its application. You should always include some background to the question and if in doubt about the best approach, describe the requirements, not a proposed solution)

  • How I branch to a Page of the APEX in an another Page of APEX, without button?

    Hello

    I have an APEX Page, Page 11, that contains an HTML element, then a region of PL/SQL. I want that all the code in PL/SQL region (who calls various procedures side Server package) to run completely, after which, I want to create a branch to / call Page 14.

    I want this branching/call take place automatically, i.e. WITHOUT the user to press a button "submit". Is this possible? If so, how do you?

    See you soon.

    James

    James:

    It has just occurred to me this mod pl/sql does not empty the http pl/sql mod had relied on stream until after the stored procedure is finished. Since the region HTML display, call your procedures on server side, the call to owa_util_redirect etc are all part of a larger APEX procedure (P), you end up seeing the behavior you do.
    How the user can't page 11? I think that you need to do is to show the progress bar image before arriving at page 11.

    CITY

  • make a text box show only after a branch of the page

    Hello

    I have a form on apex 3.0 page. This form has a 2 textarea element and configuration of width for 110 and the maximum width is 500. After a user to enter data on all points, when he clicks on support I branch to another page that has been copied from the page of the form, but this time I want to make the textarea elements and other elements appearing on this page read-only, I have no success with making the textarea a readonly. I changed the readonly condition point to say always, it worked bu it shows the data on a long line it does'nt keep the same width as the text box has.

    I hope that I can get an answer soon. Thank you.

    Kind regards
    Sofia.

    In the attributes of your text box HTML form elements put disabled = "yes" or readonly = "readonly".

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    -------------------------------------------------------------------

  • Page Forward and Reverse buttons do not work and are "grayed out" after upgrading to, as it is the elements of main Menu like file-Edit-view etc...

    After the upgrade to Firefox 3.6.12 features appear to be intact. Then, after a few days he lost the ability "page forward" or "back" and are "grayed out". In addition, the elements of main menu like File, Edit, View, history, Favorites, tools, and assistance are also grayed out and non-functional.

    In addition, the "search engine" does not search, search the Web should be made since then in the URL window instead, for some reason any crazy. If the URL window is empty when I enter a search in the search window, the following text appears in the URL window, "bookmarks and search history", which makes no sense.

    In the past, I've noticed similar complaints in this Forum, but I have not seen any resolution posted these questions. Is there a solution?

    Create a new profile as a test to see if your profile is the source of the problems.

    See basic troubleshooting: a new profile

    There may be extensions and plugins installed by default in a new profile, so check that in "tools > Modules > Extensions & Plugins»

    If this new profile works then you can transfer files from the old profile to the new profile (be careful not to copy corrupted files)

    See http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • How to clear the cache of the elements after the submission of the page?

    db11gxe, apex 4.0, firefox 24,

    Hi all

    I have a non entrable popup lov and a report on the same page and I am looking from the point of pop up, but the problem is when I click on the search button,.

    the value in the pop-up window is not removed, and of course I want that it erased once I'm looking for? How to do?

    Thank you

    Certainly, when you click the search button, the value of your item is required by the report (as a parameter).

    Create a button (RESET) with a branch to the same page and use the empty the cache in the branch

    Gus

  • The default value for the elements of the page get ready when the session is disabled

    Hello

    I am facing this problem, do not know how to solve this problem. Basically, the default value 'elements' on the page don't prepare you when the session is disabled and I visit the page for the first time. So when I check the session for the first time, all page elements are null. But when I revisit the page, page elements sometimes gets.

    Don't know what I'm missing here... Someone has encountered this problem before?

    Thanks in advance! Kindly let me know if you need more clarification.

    Is there a way that the page element can be defined at the time the page is loaded for the first time?

    Yes. Create a "Page Rendering" PL/SQL process. That it is very early in the page rendering (i.e. "on charge ‑‑ after Header"). Set the value of the element of page here:

    BEGIN
      :P10_MY_ITEM := 15;
    END;
    
  • Is it possible to get rid of 2Installez bearings commented for the elements of master page?

    My page has several images in box and text box, and I work with benchmarks commented on, which snaps and helps me when working with objects.

    Now the problem is when working in the pages of a document the smart guides align with the elements of the page master/objects, which is very annoying. Is it possible to get rid of guides, alignment of the master page elements?

    Thanks for me know how to disable it...

    TOUATI M

    TOUATI,

    You want Smart Guides to work this way, but this isn't an option in InDesign for the Smart Guides preferences. Here are four options you can choose or not choose in preferences > Guides & table editing. Application to Master objects is not one of the choices:

  • Branching from the main Login Page

    < h2 > connect - by user menu choice drop-down page go to - main Login - does not work on the 1st attempt < / h2 >

    I have page 101 default login page. The user wants to go to the page 10 or 20 based on the drop-down list of choices from the list it on this page. When connecting, the user types, Username, Password and a drop-down list of page10 or page 20 to navigate to...

    I created a list of selection drop-down item on page 101
    The user can choose 10 or 20 from this list by entering their name of user and password
    Click on the "connect" button

    I'll put the process of "login" page to page 101 to the appropriate branch based on the choice of the user above. (wwv_flow_custom_auth_std.login)

    P_UNAME = >: P101_USERNAME,.
    P_PASSWORD = >: P101_PASSWORD,.
    P_SESSION_ID = > v ('APP_SESSION').
    P_FLOW_PAGE = >: APP_ID | : GO_TO_WHICH_PAGE_VAR
    I also put an application variable in creating a calculation on this page just to see that the user has selected the page
    -
    Problem
    -
    The process of Page goes to the Page 10 (default login page) first.
    I sign, and then choose the Page 20 for navigation drop-down choice.
    Connection on page 20 does not occur when this choice is made...
    -
    Now, I am new and during reconnection at page 101, I chose the 10 page, BUT the navigation now flows to Page 20 of the connection process.
    -
    It seems that the FIRST time when I login through the page 101, the choice of the user in the course of this attempt, DO NOT get manipulated or honored. I'm managing NVL also during the process of "login" page above.

    Please notice, why the 'branch' for the choice of the user on the page 101, is not parsed or honoured correctly the first time and applied to determine the page to land on? Once a successful connection occurs, the first branch - to the page selected by the user seems to be captured and again during the process of disconnection-re-login to honor...

    Please advice. Thank you

    SV

    Hello

    Try to place for the authentication of authentication code prerequisite system process.

    :FSP_AFTER_LOGIN_URL := NULL;
    

    Kind regards
    Jari

  • How to replace the element on the page master on master spread [JS CS5]

    Hi all

    There is a big media (scripts) on how to replace the element template on a page of a specific document, but my problem is, I've added new Master spread based on a further propagation where newly added distributed Master I need to replace all the elements to master basic page.

    pageItems [curPageItem] .override (destinationPage)

    works well if you replace the elements of master page on the pages of a document, but what works for replace page elements master master page for example

    pageItems [curPageItem] .override (destinationMasterPage)

    Thank you

    Mac

    Similar code worked for me (in CS4 - the machine, I had very practical is the one I use to accompany clients on older versions). Are you sure that your destinationMasterPage is a page and not a spread? This would cause a failure.

    Dave

  • Failed to create the element on the page

    Hi all

    I can't create the item on the page.

    I tried

    for (int32 spreadIndex = 0; spreadIndex < spreadCount; spreadIndex ++)

    {

    UIDRef spreadUIDRef (data, spreadList-> GetNthSpreadUID (spreadIndex));

    Spread InterfacePtr < ISpread > (spreadUIDRef, UseDefaultIID());

    Assert (spread);

    if (! spread) {

    Break;

    }

    Int32 numberOfPages = spread-> GetNumPages();

    SDKLayoutHelper layoutHelper;

    for (int32 nPage = 0; nPage < numberOfPages; nPage ++)

    {

    UIDRef page (database, spread-> GetNthPageUID (nPage);)

    PMRect rect1 (0,0,50,100);

    UIDRef pageItemRef = layoutHelper.CreateRectangleFrame (page, rect1);

    }

    }

    Please help me!

    The page is not the parent of the elements on the page.

    The parent of a page element (kSplineItemBoss) is kSpreadLayerBoss, the parent of a page (kPageBoss) is kSpreadLayerBoss too.

    You can create page on kSpreadLayerBoss items.

Maybe you are looking for