How to ensure that refreshed page is displayed after an update?

I have a page with “Form” region. I’ve used “Table” for “Create a data entry form based on”. The form works as it should, but I have set the same page to go to after “Save” or “Apply Changes” button is pressed. Now whenever I change any field at the page via my form I get back to the same page, but the changes are NOT visible. I need to go to a different page and then back to my page with table form to see new/updated data.
Is there a way of enforcing the refresh/re-query of the data after I click on Apply Changes/Save button?
jarola has suggested the following topic: Branch to URL identify session and record ID
However, when I follow the suggestion and add "Optional URL Redirect" to the same page (76) for "Apply Changes" button, and configure "Set These Items" with "With These Values" then the values entered via the form are NOT saved at all. If I remove "Optional URL Redirect" (I set "Target is a" to "- No Target -") then the data is at least saved when I click on "Apply Changes".
Thank you for your time.
Daniel

I am gathering that what you want is for the user to make some changes, save the data, and be left with a refreshed page showing the new values, right?
I order to save the data, the form usually has to perform some kind of submit action. Therefore, do not use a URL redirect. The only time you can use that is if your URL redirect calls javascript which in turn does a submit. But if you just redirect, no submit is done.
Make sure whatever the user does to initiate processing is doing a submit. This usually is by clicking a button whose action is "no target" (this equates to some sort of submit action).
Then, make sure this submit action invokes whatever process it is that does the save to the database. Check the row processng that was created during the wizard creation of the form and make sure that any conditions on it are such that it fires based on your request value or the button in question being pressed.
(Actually this brings up a question...if after the save action, can you see updated data in the database via SQL*Plus or SQL*Developer (or whatever database query tool) but just not in Apex? This will at least tell you if the data is being saved and it's just an application presentation issue or not.)
Then, make sure any proper page branches are firing. Again, look at the conditions and/or button-pressed settings. I think for this sort of thing I would clear the cache for your page via the page branch settings, and then do a "set these items..." and "with these values..." such that you are setting the PK values of the record with the existing PK values of the record you are dealing with. (I guess this assumes this form does the usual automated row fetch during loading if the PK values are not null. Is this the case?)

Similar Messages

  • I have created Notes in my yahoo account. Some of the Notes pages does not show up, though they are still inside Yahoo mail account. How to ensure that all pages in my Yahoo notes appear in my iphone and ipad

    I have Notes in my Yahoo email account. Some of the pages disappear or could not be found in iphone or ipad, though they are still inside my yahoo Notes
    How to make sure that all my Yahoo Notes pages appear in iphone and ipad all the time

    I had the exact same issue!! Seriously p*ssed me off when I checked out my ITunes purchased items (via my computer) and noticed that most of the additional tracks listed on my IPhone playlist was listed there too. However, I never authorized any purchases!!  (I have actually written Apple Support asking for a full refund of all tracks listed on my purchased list)
    Be careful when you swipe your finger to the left/right on those "additional" tracks on your IPhone playlist... I'm pretty sure that the cloud symbol is an option to download or automatically buy those tracks.
    Solution for the problem:
    1 - go to your IPhone settings
    2 - choose "iTunes & App Store"
    3 - go to "Show All" & "Music"
    4 - turn off "Music" by moving the bar to the left (it should be a white color once you turn it off)
    Should solve your problem :~)

  • With a PDF Dynamic form using show/hide actions, how to ensure that when the completed form is saved, closed and re-opened, the form still show the fields as before it was closed?

    With a PDF Dynamic form using show/hide actions, how to ensure that when the completed form is saved, closed and re-opened, the form still show the fields as before it was closed?
    I have developed a form with fields hidden by default, that become visible based on box ticked or radio button selections.
    My problem is that, when I close the form and re-open it, it comes back to it's default presentation, regardless of the information already recorded in the form (including in the now hidden fields.
    How to correct that
    Thanks in advance for any hint you can provide.

    I've had the same problem. This solved it...
    Go to the "Form properties..." in the File-menu. Select "Run-time" to the left and in the box "Scripting" Preserve scripting changes to form when saved: choose Automatically (Script-based state changes are saved locally in an insecure fashion. This option cannot be used for certified forms).
    Hope it works for you to...

  • How to ensure that if i have an email it shows up as unread and also notifies me

    I have set up the notification for emails in iphone6 but it seems it is not working. In the older version of the iphone it came up above the email icon showing that how many mails have been recd. and unread. How to ensure that this works.

    Sign into hotmail on your computer and there should be a tab for mobile or device settings. In there you can tell hotmail to listen to what you tell it to do on your mobile device.
    I will say I've seen minimal functionality, although it doesn't bother me too much since my hotmail is largely unused.

  • I have a macbook pro with a broken video card. How do ensure that my data is completely erased before I sell it ?

    I have a macbook pro with a broken video card. How do ensure that my data is completely erased before I sell it ? Thanks

    1. Connect it to a monitor.
    2. Replace the hard drive.

  • HT4623 How do I retore app icons to screen after IO6 update?  They now appear only in App store list

    How do I retore app icons to screen after IO6 update?  They now appear only in App store list

    Go to iTunes, click on Apps in the left window, to bring up your app library. Then click on "check for updates" in the right window, bottom corner. If there are any updates available, you'll be notified of the number and you'll have to choose the apps you want to update in the next screen shown, or update them all at once after filling in your password.
    You can also click on one app in the library and choose "get info" to see the actual version saved in your library.

  • How do I process a page without displaying it?

    I have a page 1 that collects data and then the data is passed to page 2 which processes it and returns the results to page 1. How can I run page 2 without displaying it or having a manual trigger (ie click the submit button.)?
    Thanks

    Hi,
    Or, you could put the process into an Application Process and use Ajax to run it and return whatever results are needed into Page 1.
    If you did want to use a Page 2, you can get the page to "Autosubmit" by adding a new HTML region in the "Before Footer" display point on the page. The Region Source for that would be something like:
    <script type="text/javascript">
    doSubmit("P2_SUBMIT");
    </script>This would require that you have a button (called P2_SUBMIT, or whatever you want) on Page 2 that does a submit and a branch back to Page 1 triggered by this. The doSubmit() would be called as soon as it is rendered by the browser, so the page would be submitted immediately - hence ensuring that it is at the bottom of the page so that all page items that you may need, plus the button, have been rendered. You should also consider hiding everything on the page so that the user doesn't see them - to them, all they would see would be Page 1 refreshing. I used this method in older versions of Apex and it worked quite well.
    Andy

  • How to ensure that latest version of Flex application is loaded

    Hello experts
    I have a bit of dilemma here. I am working on application which is going to be used at various locations (globally).
    Level of technical knowledge of users varies quite a lot so do operating systems authorizations of the PCs they are working on (various companies with different level of security).
    At the moment I am facing issue where some users are still using older release of the Flex application even after refresh and deletion of temporary internet files.
    Is there any way to ensure (using some AS code or Flex project settings) that only latest versions of SWF files are loaded (not the one from buffer/cache)?
    Regards
    Michael

    BTW, I have added following line to the HTML template/wrapper:
    <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
    but it is still picking up older version of SWF file on certain PCs. It does read latest HTML (wrapper) file though. Seems that caching is only enabled for either certain file types or files exceeding certain size.
    I have decided to do something a bit daft (or cheeky, depends how you look at it) as temporary solution and rename 2 main files (main SWF and HTML) to something like:
    Application_name_ver_XYZ.*
    It can be done in couple of minutes after release build has been exported (no need to update project itself). That way I can fool browser so it will pick up latest version (since its different file with different name).
    Main application consists of 10+ modules and some of them are compiled into separate SWF files. I am loading them inside application using ModuleLoader component. I have set parameter cachePolicy to "off" as I am not going to rename all these modules each time I am releasing new version of application.
    The end result is that main application is refreshed but all modules that are being loaded are picked up from cache (old versions).
    So as a last resort I have decided to change folder name of my application. That way all the files (main app and modules) are considered as new files since location of all of them has changed. It is just a workaround, it does work but it carries certain risks. If user will use old link application will still load (older version) and then consequences can be catastrophic (even corruption of data).
    Has anyone experienced same issues?
    I know these are more browser/network issues but how do I deal with them. Some of these people cant ask IT for support (for various reasons). Is there anything else I can do to ensure that users across the board will use latest version of application?
    Regards
    Michael

  • How can I select which page to display based upon a log-in?

    I have created a page where the user will enter one of several codes.  I wanted to use the login function and validate the code against a table that I have pre-loaded with these codes.  The code entered would control which page was displayed to the user. 
    (I have identified a community of potential clients, and this group is broken down into 10 unique sub-groups.  Each person receives a mail that includes one of 10 unique 'codes', which identify the sub-group.  When the recipient calls up my website and enters the code (as a user ID), this will determine which of the 10 pages is displayed.  If someone randomly enters (or mis-keys) a value into the promo field a default error page (page #11) would display.)
    Is this possible using the log-in function.  Now that I'm looking at the function, it appears that any successful log-in will be directed to the same page.  If I can't use the log-in function, how can I accomplish this.  In essence, I am looking for the successful codes to act as an "if . . .then . . .else . . " type of logic.  Or, a successful hit on one of records in my table is akin to making a menu selection (that is not available in any other fashion). 
    Any help on this would be greatly appreciated. 
    BTW - kudos to David Powers and Charles Nadeau for the great tutorial on Setting up a PHP development environment for Dreamweaver!

    Thanks so much for the reply. I chose to go with the array and added the following code (my code is in red) :
       if (isset($_SESSION['PrevUrl']) && false) {
          $MM_redirectLoginSuccess = $_SESSION['PrevUrl']; 
    $redirects = array('snj830' => 'promosnj830.php', 'snj141' => 'promosnj141.php', ‘snj416’ => ‘promosnj416’);
        header("Location: " . $redirects[$_SESSION[‘MM_Username]] );
      else {
        header("Location: ". $MM_redirectLoginFailed ); 
    The re-direct on a failed logon is working successfully, but if I enter one of my 3 valid codes, the following screen is displayed:
    Index of /boundsauctions.com/promopages
    Name Last modified Size Description
         Parent Directory             -       
         _notes/      15-Oct-2010 17:40      -       
         errorpage.php      13-Oct-2010 17:24      1.9K       
         promo _login.php      15-Oct-2010 17:40      5.6K       
         promosnj141.php      15-Oct-2010 16:00      6.2K       
         promosnj416.php      15-Oct-2010 15:54      4.6K       
         promosnj830.php      15-Oct-2010 15:55      4.6K       
    As you can see, the last three pages here are the ones that I am trying to display.  Can you tell what I'm doing wrong?

  • How to stop Hosts landing page being displayed

    Hi,  I've uploaded my 3 pages to my host and when my domain name is typed into browser bar www.riflebitz.com the hosts holding page is displayed. However if I type www.riflebitz.com/ladingpage.html my page is displayed. In dreamweaver I've assigned this page as my home page but don't know how to get it to display by just typing www.riflebitz.com  all help greatfully received  timmer

    The default page for when typing in just the domain name is normally index.html  (sometimes it can be default.html) - but you would need to contact your host, but I  suggest that it would be index.html
    if I browse to:  http://www.riflebitz.com/landingpage.html
    I don't see any page at all.
    However, if I navigate to http://www.riflebitz.com/default.html  then I do see some type of landing page with a contact link at the bottom of the page.
    I'd say you would need to re-open your landingpage.html in dreamweaver and rename it index.html and upload it to the server and you should be fine.
    Please Note:  The contact page has a link to Contact Page.html
    You should NOT have spaces in your files names, and it is always safer to make sure you use lower case for file names as well.  Some servers are case sensitive, so be sure to use index.html  not  Index.html

  • How to Ensure that a Textbox Will Stay Alinged with a Matrix in SSRS 2008?

    Hello All,
    I am very frustrated with this situation that I have at the moment regarding a matrix.  My matrix is laid out and styled the way that I like and it works, however I need to add a title above it and i've chosen to do this with a separate textbox. 
    The problem I now have is that when I run the report, the textbox may or may not be the same length as the matrix. 
    What method can I use to ensure that my matrix will always line-up correctly with my textbox?
    In a very general way (screenshots are stupidly not allowed in this forum), here is what I am looking for:
                               WEEKLY SELL-OUT
    Row Group  Column title 1    Column title 2   Column title 3
    WEEKLY SELL-OUT is the title which I need.  I've put a rectangle around the matrix and tried aligning them, but each time the data is refreshed the matrix may or may not be aligned with the WEEKLY SELL-OUT textbox.
    I've also tried putting a title within the left corner texbox within the matrix itself, however this is ugly and not what I want.  I need it to be centered with the entire matrix and not just withing the textbox. Doing it this way does this to my matrix:
    WEEKLY SELL-OUT
    Row Group  Column title 1    Column title 2   Column title 3
    Again this is not what I want.  I want it to be centered and using the textboxes inside the matrix does not allow me to do that.  Also, i'm not able to merge cells within a row in a matrix, only within a column.
    Surely there MUST be a way to do this properly - can someone help?

    Seemed like a good idea -- to embed the matrix inside the lower cell of a 1-column, 2-row table -- but I couldn't get it to work.  When attempting preview, it resulted in an error -- "The tablix 'matrix1' has a detail member
    with inner members.  Detail members can only contain static inner members."  The matrix works fine outside of the table.  I'm not sure if properties of the matrix or table could be adjusted to remedy the error.  The 'CanGrow'
    property for the table is set to 'True'.
    UPDATE:  It is critical to put the matrix in the
    Header cell, not the
    Details cell.  Delete the Details row (cell).  Create a new header row above the existing Header that contains the matrix in order to add a title and center it.

  • How do i auto refresh pages please

    please how do i get the pages to auto refresh ?

    Try with Firefox Addons
    *https://addons.mozilla.org/en-US/firefox/search/?q=auto+reload

  • EnsureVisible in TreeView: how to ensure that horiz. scrollbar is aligned left

    Hi,
    I have a tree view with eg. following nodes
    # People
    |
    +--# Custumers
    |
    +-- # Anne Charles, Hillroad 14, 7766 MyTown, My Country
    |
    +-- # Steve Jones, Forestroad 12, 7766 MyTown, My Country
    With the command
    Me.treeViewM.Nodes(0).Nodes(0).Nodes(0).EnsureVisible()
    I can ensure that "Anne Charles" is visible within the treeview. My problem is: If the treeview is not wide enough to show the complete node text of this node, the horizontal scroll bar is automatically moved to the right so that node structure shown left from the "A" in the text "Anne Charles" is not visible any more. Thus
    Anne Charles, Hillroad 14, 7766 MyTown, My Country
    Steve Jones, Forestroad 12, 7766 MyTown, My Country
    is visible and the node structure is hidden.
    Question: How can I ensure that the node "Anne Charles" is visible and also the horizontal scrollbar is aligned to the left, which means that the node structure left from the text is still visible?
    Best wishes
    Michael
    [Visual Basic .net 2005]

    Look at following code project also: http://www.codeproject.com/KB/tree/NoScrollingTree.aspx
    You need PInvoke.
    At Top
    Imports System.Runtime.InteropServices
    And Following Functtion 
        Private Const WM_HSCROLL As Integer = 276
        Private Const SB_LEFT As Integer = 6
        <DllImport("user32.dll")> _
        Private Shared Function SendMessage(ByVal hWnd As IntPtr, ByVal wMsg As Integer, ByVal wParam As Integer, ByVal lParam As Integer) As Integer
        End Function
    After Ensure Visible call the above Function
        Me.treeViewM.Nodes(0).Nodes(0).Nodes(0).EnsureVisible()
            SendMessage(treeViewM.Handle, WM_HSCROLL, SB_LEFT, 0)
    Arjun Paudel

  • Lost refresh icon on toolbar after recent update. How do I get it back?

    I have always had a refresh page icon on the toolbar of every Mac I've owned. Several updates ago it disappeared after update & I can't figure out where it went or how to reinstate it. Was it an original addon? I've looked in apple menu but don't find it anywhere. Can you help?

    Firefox 4 and later use a combined Stop/Reload/Go button that is positioned at the right end of the location bar.<br />
    During the page load process it shows as a Stop button and after the loading has finished the button is changed to a Reload button.<br />
    If you type in the location bar then that button becomes a Go button.<br />
    Middle-click the Reload button to duplicate the current tab to a new tab.
    To move the Stop and Reload buttons to their position to the left of the location bar you can use these steps:
    * Open the Customize window via "View > Toolbars > Customize"
    * If the menu bar is hidden on Windows or Linux use "Firefox > Options > Toolbar Layout"
    * Drag the Reload and Stop buttons to their previous position to the left of the location bar.
    * Set the order to "Reload - Stop" to get a combined "Reload/Stop" button.
    * Set the order to "Stop - Reload" or separate them otherwise (Space or Separator) to get two distinct buttons.
    *http://kb.mozillazine.org/Toolbar_customization
    *https://support.mozilla.com/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • How to integrate BIBean JSP page with Portal after deploying to iAS?

    Hi all,
    Right now we can deploy a JSP page contains BI Bean crosstab to iAS and can display the page using this url: http://xxx.xxx.xxx.xxx:7779/Application2/Analyze1.jsp.
    BIBean version: 10.1.2.0.2
    JDEV version: 10.1.2.1.0
    iAS version: 10.1.2
    Then according to a sample: http://otn.oracle.com/products/bib/htdocs/samples/samples_overview.html
    , we should test PDKProviderAdapter, but we don't know how to create a provider for it. In the sample project "Portal" I can find a "provider" floder contains provider.xml under the "web content" node.
    My question is : how to create the provider? which document or example can we refer to for help. Eagerly waiting for help.
    Thanks in advance.
    Scott

    thnx for your response.
    Basically we need to develop few JSP pages and that will insert data into the Oracle tables. These tables will hold user information for further processing. Now the requirement is to call these JSP pages from OBI dashboard. We can easily call the JSP pages if OBI runs on OC4J (that we have checked). But in our production environment we are having IIS server to run OBI. So our concern is how to deploy these JSP pages on IIS server?

Maybe you are looking for

  • Text Wrap option not showing up

    I am trying to text wrap, but the option is not available in Windows>text wrap. Am I missing something?

  • Safari is no longer working after windows update I think

    What do I need to provide for you guys to troubleshoot this? Before doing a list of 28 updates of Windows I tested out some amount of programs. Including all browers but Safarai due to me not using this brower that much. I had forgot it!!! **** me. C

  • HP Pavilion G6 2230SA Windows 7 64 bit \usb \controller driver

    Hi - I'm attempting to install Windows 7 (64Bit) on a HP Pavilion G6 2230SA Notebook which was originally delivered with Windows 8. I appreciate that this is not supported by HP but am simply hoping that someone could help me install the correct driv

  • Linking jsp in different folder

    Question1: How to link create.jsp inside jsp folder to the index.jsp which is 1 level higher? using A HREF and redirect abc\web\index.jsp abc\web\jsp\create.jsp btw, Question 2: Is it alright to create addition folder under the web foler to contain .

  • Error when opening reports

    I receive reports from my company which I need to open to view. when I attempt to open them, I am disconected from MSN and shuts my internet down. I sent an error report to MSN and they said the error occurred in Java. I was wondering if there is a s