How to Clear Cache for all Items of the Current Page of a TAB

Hi,
I am having a TAB, when that tab is clicked..it goes to suppose Page 1, what I want to Clear the Cache of Page 1 ...as soon as Page appears...
I don't see any option for that in the TAB Definition Properties....
Thanks,
Deepak

I got the solution....
refer by SCOTT...
Re: ApEx Development Team: tab clear cache - new feature?
thanks,
Deepak

Similar Messages

  • How to clear cache for a tab through api

    How do i clear cache for a tab programatically?

    All this info applies to
    Portal version 9.0.2.6.18
    I found that there is portlet called "clear cache",
    under provider portal tools. This when placed on a tab can clear the cache of that tab for a user.
    I found this as a work around for the API.
    Harish

  • How to clear cache for items after submitting the page ?

    db11gxe , apex 4.0 , firefox 24 ,
    hi all ,
    i have a non enterable pop-up lov and a report in the same page , and i search with the pop-up item , but the problem is when i click the search button ,
    the value in the pop-up is not deleted , and sure i want it cleared after i search ? how to do so ?
    thanks

    Surely, when you click the search button, the value in your item is required by the report (as a parameter).
    Create a button (RESET) with a branch back to the same page and use the clear cache in the branch
    Gus

  • Clear Cache for Certain Items on Tab Click

    I found this in the forms:
    If you want to clear the cache of the page submitted when the tab is clicked, that should be the job of that page. You can create an after-submit process (before computations and validations) with:
    apex_application.clear_page_cache(:APP_PAGE_ID);
    However, I need to clear certain items not everything on the page. I tried substituting apex_application.clear_item_cache(:APP_ITEM); but that doesn't work. What is the process that clears the apex_application item cache?

    Is the page you're clicking away from executing a submit when you click away? If so, I would try either of these in a page branch.
    Assume you are on page 1 and clicking to page 2. On Page 2, let's say you want to keep the cache on items P2_A, P2_B but clear the cache for P2_C.
    In your page branch (defined on page 1) that fires to take you to page 2, try either of these:
    Clear cache on page: 2
    Set these items: P2_A, P2_B
    With these values: &P2_A., &P2_B.
    That should clear all of 2 but reset A and B back to their current values from the cache before it's cleared.
    Or, try this:
    Clear cache on page: (don't put anything here)
    Set these items: P2_C
    With these values: (don't put anything here)
    That should (I think) only clear P2_C

  • How to clear cache for file server

    Hi All,
    I want to know that how to clear the cache in solaris using commands.
    What is the ip connection cache file?
    Please share your knowledge with me.
    Thanks in anticipation.
    Regards
    Anup

    All this info applies to
    Portal version 9.0.2.6.18
    I found that there is portlet called "clear cache",
    under provider portal tools. This when placed on a tab can clear the cache of that tab for a user.
    I found this as a work around for the API.
    Harish

  • How to change  delivery  block for all item in the schedule lines via va32

    dear sap expert:
    i onle can  change delivery block for one  sales order item in the schedule line  every times via va32,it will take so many time because there are hundreds of item  in a sceduling agrrement. how to change all the item  one times.
    please give me a way to resovle the problem.
    best regards.

    dear:
      the fast change function cann't resovle the problem,i first double click the item of schedule agreement  ,then select the schedule lines option, finally in the delivery block input the reason of bolck.
    best regards.

  • How to Clear Cache for an Old Static File in Shared Components

    Hello,
    I am using Apex 4.1.1.00.23, HTTP Server with mod_plsql, and Oracle Database 10.2.0.5.0.
    My situation is as follow:
    I have a CSS static file in the shared components that is used in different applications. I recently modified the CSS file, but the changes are not reflected in my applications.
    I tried clearing the cache of my browsers, deleting the file from shared components and creating a new one with the same name, and nothing is working.
    Using Firebug, I can see that the file used in my pages is the old version of it. Anyone can tell me if the server is caching the file and how can I clear it?
    Thank you for your help,
    Erick

    What kind of document is it (e.g. is this a parsed
    HTML file, or a static file)? have you adjusted your
    cache settings with the nsfc.conf file? have you
    enabled the nsfc report? Are the files stored on NFS
    volumes?
    Regardless, you can force the cache to be flushed by
    enabling the nsfc report, and then accessing the URI
    like so:
    /nsfc?restart
    See the Performance and Tuning Guide:
    http://docs.sun.com/source/817-1836-10/perftune.html#w
    p17232I tried to to do this. Did n't worked. /nsfc?restart is not working for me. I have IPlanet 6.1 Webserver version. Without having any backend server running, I am getting JSPs displayed from cache!! Please help me out.

  • How to clear cache for XML data source?

    Hi All,
    I'm facing a problem loading XML data into Oracle using Oracle Data Integrator. The problem is ODI will cache the data of the XML file at the first time loading the data. And afterwards, when the XML file changed, ODI will load data from the cache.
    I did serveral testing on this. If I run the interface in local agent of the designer, I must restart the designer to clear the cache. If I run the interface in an agent, I must restart the agent to clear the cache.
    Below is my configuration:
    ODI version: 10.1.3.5.0
    The technology of the source: XML.
    JDBC driver: com.sunopsis.jdbc.driver.xml.SnpsXmlDriver
    Does anybody know how to clear the cache of the agent or XML?
    Thanks.

    Hi ,
    Use drop_on_disc or dod in your JDBC URL .
    example ,
    jdbc:snps:xml?f=C:\mutation.xml&d=C:\mutation.xsd&lf=C:\mutation.log&ro=true&dod=yes
    The dod (drop_on_disc) drop automatically the schema when closing the JDBC connection.
    dod option must be the last option of the URL.
    This option removes the reference to the schema from the driver, and if the schema is store in memory, it also drops the schema. If the schema is stored in an external database (set via db_props), the driver tries to drop the database schema.
    Thanks,
    Sutirtha

  • How away clear cache for User.

    I have a problem with Clear cache.
    1. I create a Group name is Group1 that has 4 Privilenge( ).
    2. I create a User name is User1 belong in Group1.
    User1 has 4 Privilenge of Group1.
    3. When I Edit Group1 and Remove 4 Privilenge of Goup1(Now,Group1 has not any Privilenge).
    4.But User1 has still admin privilege as the old status.
    I think that Websever is cached .Please tell me to sovle the problem.
    Best Regards,
    thangtk

    hi,
    to clear the cache for a particular user go to the portal admin pages - administer - portal - global settings
    navigate to the cache tab
    now you can either clear the entire webcache for portal or you clear the cache settings for a particular user.
    another possibility (or in addition):
    go to the page group settings - access tab - click clear cache.
    regards,
    christian

  • How to clear cache and other items

    How do you clear cache and check to see if Mac is running properly

    Settings > Safari > Clear Cache/Cookies

  • How to clear cache for iplanet 6?

    I had a situation where a webserver was displaying an old static index.html file after the content had been changed. This went on for sometime, and the web server was even restarted. Seems that the cache was confused.
    Does anyone know how to force the cache clean?

    What kind of document is it (e.g. is this a parsed
    HTML file, or a static file)? have you adjusted your
    cache settings with the nsfc.conf file? have you
    enabled the nsfc report? Are the files stored on NFS
    volumes?
    Regardless, you can force the cache to be flushed by
    enabling the nsfc report, and then accessing the URI
    like so:
    /nsfc?restart
    See the Performance and Tuning Guide:
    http://docs.sun.com/source/817-1836-10/perftune.html#w
    p17232I tried to to do this. Did n't worked. /nsfc?restart is not working for me. I have IPlanet 6.1 Webserver version. Without having any backend server running, I am getting JSPs displayed from cache!! Please help me out.

  • Carry fwd all items to the current fiscal year 2014

    Hi All
    Can someone guide me on the following attached issue?
    The year had ended on June,2014.
    Regards
    Pankaj

    Hi,
    Do you use automatic budget posting? You should check these OSS notes:
    1620682     FMFG_ABP017 for PBET commit.budget on change of PO del.date    
    1170291     Automatic Budget Posting: error message FMFG_ABP017    
    1329638     Message "Wrong Fiscal Year" during Automatic Budget    
    1265858     Message "Wrong Fiscal Year" during Automatic Budget Posting    
    1632145     Automatic Budget Posting: error message FM_FGABP017
    Regards,
    Eli

  • How to clear and nullify all values in various controls on a Search Form?

    I have a page with search control mainly comprising of List Box, Text Box and Radio Buttons, I wish to provide user with a 'Clear' Button which should refresh the page and nullify all values user may have filled in the controls. How can I do this?

    Hi,
    Create button.
    And then Create Page Process type of "Session State -> Clear Cache for all Items on Pages (PageID,PageID,PageID)".
    Set process conditionally with your button
    Br, Jari

  • How to clear cookies for a single domain?

    The new Developer Tools on IE 11 is terrible.
    Previously, we can clear session cookies for the current page or clear cookies for the whole domain (of the current page).  My page is now showing
    www.facebook.com and I am logged in to Facebook.  I click the Network icon followed by the Clear cookies icon.  Then I hit Enter in the Address box (note: not F5).  Fiddler2 shows that IE 11 is submitting lots
    of facebook.com cookies (act, c_ser, csm, p, presence, s, xs).
    According to
    http://msdn.microsoft.com/en-us/library/ie/dn255004(v=vs.85).aspx "Clear cookies ensures that all cookies related to the current domain are removed, so that you get the experience of loading the page for the first time."
    Are there any hidden configurations I must do to have Clear cookies to work?
    Thanks.
    PS: Chrome is so much more flexible.  Not only can I clear cookies for the domain of the current page, but also any or all domains which the current page loads via script.

    Hi,
    We just could clear the current domain through Clear cookies in the
    Network tab.
    It's recommended you post your question to the Internet Explorer Develop Center forum for further help.
    Internet Explorer Develop Center
    http://social.msdn.microsoft.com/Forums/ie/en-US/home?category=iedevelopment 
    Karen Hu
    TechNet Community Support

  • Clear Cache for Items

    Hello again,
    i`ve made simple process with type "Clear Cache for Items (ITEM,ITEM,ITEM)" and with process point "On Load - Before Header" through wizard, in "Process" field i`ve inserted all items what i want to be clear on page load(from list below). When i run my page, error is:
    Error ERR-1002 Unable to find item ID for item "P12_BIT " in application "123".
    OK
    Unexpected error, unable to find item name at application or page level.
    but, item P12_BIT exists!! and it`s type is "radiogroup", such error is on all items that is in process.
    in another app this process works good.. Maybe error is because app 123 i`ve imported?? How can i solve it??
    Thanks for help anyway!!

    Jelena,
    In the message:
    Error ERR-1002 Unable to find item ID for item "P12_BIT " in application "123".
    I see some whitespace after the item name. Looks like we're not preparing that string as well as we should. Please try removing whitespace from the comma-delimited list of item names in the process definition and let us know if that doesn't work.
    Thanks for pointing this out.
    -Scott

Maybe you are looking for