Need to referesh my jspx page for every 2 sec

Hi!
I am using jdeveloper 11.1.1.5
I need to referesh my jspx page automatically for every 2 sec. Is it possible to do? If so pls help me to fix it?

Thank you santhosh!!
As you said i had dragged and dropped my location vo as a af:table.,
I had dragged and dropped my poll component and tried to referesh my VO.,
In my PollListner i had written this querry
    public void refreshEmployeestable(PollEvent pollEvent)    {
            // Add event code here…
            BindingContainer bindings =   BindingContext.getCurrent().getCurrentBindingsEntry();
            OperationBinding operationBinding = bindings.getOperationBinding("Execute");
            Object result = operationBinding.execute();
        }I had made some updates to my LocationVO in my DB., But the changes doesnt affect my VO., I had set the default interval time to 5000 for my poll.,

Similar Messages

  • I cannot get pages from iWork's to share.  Do I need a new version of pages for Mountain Lion?

    I cannot get pages from iworks to share on Mountain Lion.  Do I need a new version of pages for Mountain Lion instead of iworks?

    You need Pages 09 (Version 4) to take advantage of Mountain Lion's iCloud features. You don't say what version you have.
    Jerry

  • Changing customer number in alv top of page for every new customer

    hi experts,
    in alv grid display top-of- page, how to change customer number  customer name for every new customer.
    please help me.
    Regards
    Naveen.

    You may look into this blog
    http://help-abap.blogspot.com/2008/09/salv-model-5-add-header-top-of-page.html
    This is has been contributed by one of the SCN contributor Naimesh Patel.

  • Personalize the home page for every user.

    Dear CRM guru's,
       I would like to personalize the home page for all users by hiding some of the sections(My open tasks and Alerts). I don't want the users to enable these 2 sections when they try to personalize the page. Can you please suggest me how I can achieve this.
    Thanks!
    Surya.

    Surya,
    This is very easy.  The homepage is another view in an application component.
    For the sales home page, you would go to application WCC_SLS_HOME and configure the view WCC_SLS_HOME/SalesHome.
    You can then restrict what applications show up on that home page.
    You just need to find out what "home" application your role is using and configure that one accordingly.  Most follow the WCC_*_HOME pattern.
    Take care,
    Stephen

  • Advise for opening an article (blog type) onto a page without creating a unique page for every artic

    A section within my site holds a lot of articles. I am re-designing the layout of just that sub-page similar to a blog page. Current articles on the opening page would show the first paragraph of about 4 articles, then the [more] link would follow each. The link would open the whole article in a new window/page. (I have a lib item on the right which holds the permenant links back to the start page for the articles, or further links to archives).
    Right now I have archived articles saved and linked as pdf files that open into a _blank page. It works but a lot of time and labor to convert and re-link articles as pdf.
    But I have seen this on a simple blog site where the article opens up on what looks like an identical but fresh page as html. This site has hundreds of articles and I can't imagine there is a separate dedicated page holding each article...?
    If anyone understands what I'm describing... Is there a way to do this?
    Thanks for any help! --Jeff

    The blog you saw is probably like most, dynamically driven from content stored in a server-side database.  PHP or some other server-side code is used to populate pages on the fly based on the link or search query entered by the user.  There is no feasible way to do this with static HTML pages alone. 
    WordPress & Blogger are 2 examples of popular blogging systems.
    You can use PHP to pull content from your blog's RSS feed into your SHTML or PHP pages.  The link below describes how:
    http://alt-web.blogspot.com/2011/06/adding-blogger-rss-feed-to-html-page.html
    Nancy O.

  • Need to Open Another jspx page as popup from template

    Hi everyone,
    I have one more question about popups and template. I'm working on JDev 11gU2 ADFRC
    I have one template for my all pages, and there is a link on my template to show user information. for that i need to fetch the info of logged in user from database. so i must have to make a page definition of my user info page.
    But problem is when i click the info link from my template to open user info page. it is not opening and giving page refresh error.
    actually in my template the page source is -
    <f:subview id="userInfo">
                <jsp:include page="/popUps/UserInfo.jspx"/>
    </f:subview>
    <af:commandNavigationItem text="UserInfo"
                                                  immediate="true">
    <af:showPopupBehavior popupId="::userInfo:popup1"
                                                triggerType="action"/>
    </af:commandNavigationItem>and in My Account Info page source is -
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <jsp:directive.page contentType="text/html;charset=windows-1252"/>
      <!--oracle-jdev-comment:auto-binding-backing-bean-name:backing_popUps_AccountDetailsPopUp-->
      <af:popup binding="#{backing_popUps_AccountDetailsPopUp.popup1}"
                      id="popup1">
              <af:dialog title="Account Detail" type="none"
                         inlineStyle="margin:0.5px,0,0,0.5px;"
                         closeIconVisible="#{!backing_popUps_AccountDetailsPopUp.editMode}"
                         partialTriggers="panelBox1 panelBox2 panelBox3"
                         binding="#{backing_popUps_AccountDetailsPopUp.dialog1}"
                         id="dialog1">
                <af:decorativeBox topHeight="25px"
                                  inlineStyle="margin:0.5px; height:460px;"
                                  theme="dark"
                                  binding="#{backing_popUps_AccountDetailsPopUp.decorativeBox1}"
                                  id="decorativeBox1">
                  <f:facet name="center">
                    <af:panelStretchLayout startWidth="5px" endWidth="0px"
                                           topHeight="0px" bottomHeight="0px"
                                           binding="#{backing_popUps_AccountDetailsPopUp.panelStretchLayout1}"
                                           id="panelStretchLayout1">
                      <f:facet name="center">
                        <af:decorativeBox theme="light"
                                          inlineStyle="height:430px; width:482px;"
                                          binding="#{backing_popUps_AccountDetailsPopUp.decorativeBox2}"
                                          id="decorativeBox2">
                          <f:facet name="center">
                            <af:panelGroupLayout xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
                                                 inlineStyle="padding:1%;"
                                                 partialTriggers="commandLink1 commandLink2 commandLink3 commandLink4 commandLink5 commandLink6 commandLink8 commandLink9 commandLink10"
                                                 binding="#{backing_popUps_AccountDetailsPopUp.panelGroupLayout1}"
                                                 id="panelGroupLayout1">
                              <af:panelBox text="Employee Information"
                                           partialTriggers="commandLink1 commandLink2 commandLink3"
                                           binding="#{backing_popUps_AccountDetailsPopUp.panelBox1}"
                                           binding="#{backing_popUps_AccountDetailsPopUp.spacer2}"
                                           id="spacer2"/>
                              </f:facet>
                            </af:panelGroupLayout>
                          </f:facet>
                        </af:decorativeBox>
                      </f:facet>
                      <f:facet name="start">
                        <af:spacer width="10" height="10"
                                   binding="#{backing_popUps_AccountDetailsPopUp.spacer3}"
                                   id="spacer3"/>
                      </f:facet>
                    </af:panelStretchLayout>
                  </f:facet>
                  <f:facet name="top">
                    <af:panelGroupLayout binding="#{backing_popUps_AccountDetailsPopUp.panelGroupLayout8}"
                                         id="panelGroupLayout8">
                      <af:outputText value="Account Detail : 900101"
                                     inlineStyle="font-weight:bold; font-size:14px;"
                                     binding="#{backing_popUps_AccountDetailsPopUp.outputText10}"
                                     id="outputText10"/>
                    </af:panelGroupLayout>
                  </f:facet>
                </af:decorativeBox>
                <f:facet name="buttonBar">
                  <af:commandLink text="Close"
                                  inlineStyle="font-weight:bold; color:Blue;"
                                  disabled="#{backing_popUps_AccountDetailsPopUp.editMode}"
                                  partialTriggers="panelBox1 panelBox2 panelBox3"
                                  shortDesc="#{backing_popUps_AccountDetailsPopUp.editMode ? 'Can not close in edit mode...' : 'Close Window'}"
                                  binding="#{backing_popUps_AccountDetailsPopUp.commandLink11}"
                                  id="commandLink11">
                    <af:resetActionListener/>
                  </af:commandLink>
                </f:facet>
              </af:dialog>
            </af:popup>
    </jsp:root>Actually i need to open a page globally and i can't put this link to each page. so that i put this on Template.
    I made a popup page too to log out from application in the same way, it is working file, but the difference is that page does not have any page def.
    But account info page has.
    I want to use it without adding dialog: in ADF-CONFIG.xml page
    Any help to solve this?
    Thanks
    Fizzz...

    hey guys,
    I have 2 pages test1 and test2(.jspx).In test2 page I have defined an popup and i want that in that pop-up test1.jspx should get loaded.
    Can any body help me on this.???Will really appreciate this..............

  • I need to create private members pages for a site I am building

    Is it possible to make PRVATE PAGES that on only site members can see?

    Hello David,
    do you think about something like that: http://hansgd.de/DWTest/AccBlocked/AccBlocked.php
    If you have to to take account to "normal" security requirements, so the easiest way in my opinion is to ask your provider for this possibility. (Passwortschutz = Password protection)
    So you don't need to struggle by writing the ".htaccess" file of yourself. The advantage is, that the two files (.htaccess and .htpasswd) are created simultaneously and systemconform.
    Hans-G.

  • Need to create custom home page for iProcurment.

    Hi,
    I have an issue in iProcurment.
    i have modified the Menu name from "Requisitions" to "My Requisitions" in custom responsibility "XX iProcurment" its a replica of standard iProcurment responsibility.
    then i clear the Cache and bounce the middle tire even though the changes are not reflecting. But when i do the same changes in the standard iProcurment responsibility then i am able to see the changes.
    Create a main menu XX_ICX_POR_SSP_HOME its a replica of ICX_POR_SSP_HOME then attached to XX iProcurment
    Menu:                XX_ICX_POR_SSP_HOME
    User Menu Name: XX Internet Procurement Home
    Menu Type:          Standard
    Description:     Internet Procurement Home
    seq          Prompt                         Submenu                                        Function                              Description     
    1          iProcurement Home Page                                                       POR SSP HOME                         Internet Procurement Home Page
    3                                        XX iProcurement: Homepage menu
    4                                                                                     EAM Function To Launch IP
    5                                        iProcurement: Function Security
    6                                        iProcurement Preferences Menu Container                                             iProcurement Preferences Menu Container
    Sub menu:
    XX_ICX_POR_HOMEPAGE_MENU its a replica of ICX_POR_HOMEPAGE_MENU
    Menu:               XX_ICX_POR_HOMEPAGE_MENU
    User Menu Name:     XX iProcurement: Homepage menu
    Menu Type:          Home Page
    Description:     iProcurement Homepage menu
    seq          Prompt               Submenu                                                  Function                              Description     
    5          Shop                    XX iProcurement: Shop                                                                      Shop tab
    10          My Requisitions          iProcurement: Requisition Status                                                       Requisition Status tab
    15          Receiving          iProcurement: Receiving Home Page Menu                                             Receiving tab
    20          Contractors               iProcurement: Contractor                                                                 Contractor tab
    25                                   iProcurement: Common Functions                                                            Common iProcurement Functions
    30                                   iProcurement: Global Menu                                                                 iProcurement Global Menu
    35                                   ICX_STANDARD_GLOBAL_MENU                                                                 ICX Standard Global Menu
    40                                                                                          iProcurement                         iP Product Branding
    Hear i am changing the prompt of "Requisitions" to "My Requisitions"
    i have modified the function XX_POR_SSP_HOME its a replica of POR_SSP_HOME
    x_object=AppsServlet&x_source=menu&x_menuFunction=displayHomePage
    OA.jsp?OAFunc=ICX_POR_LAUNCH_IP&OAHP=XX_ICX_POR_HOMEPAGE_MENU&OASF=ICX_POR_LAUNCH_IP&porMode=accessHomePage&OAPB=ICX_POR_IP_BRAND

    Do you have much experience working with HTML & CSS code?
    Does this project need to work well in all devices; not just tablets?
    If the answer to both question sis Yes, I recommend Dreamweaver.
    If the answer to both question is No, use Muse.
    Nancy O.

  • I need an old version of Pages for my old Mac. How do I buy it?

    Hello,
    I have a Mac which does not support any OS X newer than 10.6.8, so I need a Pages version compatible with this. But in the store I just find the newest version of pages. How can I get an older version which is supported by my Mac?

    You cannot get anything but the latest version via the App store.  Best option is to purchase an earlier version of the full iWork suite on disk from Amazon/e-bay (loads there to buy).
    iWork 09 should work with your system and is more fully fuctional than the latest version.  You will get Keynote and Numbers as well as Pages too.

  • I need to print web generated pages for report cards, etc. How can I turn off headers and footers when printing? (Mac OS X 10.8)

    By "headers and footers" I mean the url that gets printed at the top/bottom of the page.

    You can do that from
    '''Firefox Menu''' > '''Print Setup''' (Press the right arrow button in the right end of print option) > '''Print setup''' > '''Margin & Header/Footer''' tab
    In Header/ Footer section select '''--blank--- for ''' from drop down for everything or which ever you don't want

  • Firefox and default site - when I open firefox google comes up fine - but any other sibsequesnt page I have to type in google can I set up a default page for every page that I open up in a window

    Hello
    When I open Firefox, google comes up as my default page. This is fine but if I open additional windows next to the default page nothing comes up.
    Can you set google or any other page to be the default page in any window I open. It is annoying to have to keep on typing google in every time I want to open a new page with firefox

    You can modify the pref <b>keyword.URL</b> on the <b>about:config</b> page to use Google's "I'm Feeling Lucky" or Google's "Browse By Name".
    * Google "I'm Feeling Lucky": http://www.google.com/search?btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&q=
    * Google "Browse by Name": http://www.google.com/search?ie=UTF-8&sourceid=navclient&gfns=1&q=
    * http://kb.mozillazine.org/keyword.URL
    * http://kb.mozillazine.org/Location_Bar_search

  • C7280 printing 3 pages for every one selected?

    Hi all,
    Having the small issue whereby when I select to print one page on the Photosmart C7280, the printer decides to print 3?
    Anyone have any ideas as to why this could be occuring?
    Thanks,
    James.

    Is the printer connected by the USB cable? if yes, then delete the printer and fax icons. then unplug the USB cable from the PC or printer and plug it back in. this will create a new printer icon. try to print to this printer icon and tell me what happens?
    Make it easier for other people to find solutions, by marking my answer with \'Accept as Solution\' if it solves your problem.
    Click on the BLUE KUDOS button on the left to say "Thanks"
    I am an ex-HP Employee.

  • Google maps, why did it change, and why do I need a different public transportation app for every city?

    Is there a way to get google maps back on my phone?  I can't have multiple routing apps for each destination I travel.

    Kevnjhayes wrote:
    Is there a way to get google maps back on my phone? 
    Sure!
    Go here on your device:
    https://maps.google.com

  • One page for every line item?? how to achieve this?? - urgent !

    Hi  all
    Could anyone tell me how to print the based on line items in smart forms i.e., one line item corresponds to one page in smart forms?
    I have some data to be passed even from other tables except the ones in the line item in all the pages
    I mean to say that i have some commone data to be displayed in all the pages and some fields based on line items.
    Please help me out in this??
    Regards
    Nivetha Selvam.

    Hi
    Transfer a single line (instead of the table) to the smartforms or force a new page after printing one line
    Max

  • I need help with a web page for a client pppppppppppllllllllleeeeaaassssseee hhheellllpppp

    Ok so it seems that I have  programed the music to work propery on my webpage. The only problem is  that it does not always play. I mean sometimes it does play and then  theres the issue of songs overlaping
    certain times when I open  the page and other times not. sometimes the the music seems to play more  often on certain computers than others. Although still it plays sort of  at random moments and some times not at all.
    any ways heres a link to download the edge file of my page so you can see what im talking about.
    https://www.dropbox.com/s/llb3ai5qp19n0ca/musicwebpage.zip
    Thank you.

    Probably not.<br />
    You can try the cache of search engines like Google.
    http://www.google.com/search?hl=en&ie=UTF-8&q=cache:

Maybe you are looking for

  • Must I reconnect to my wireless network EVERY time I want to watch ATV?

    This seems like basic stuff to me, but I can't find an answer anywhere, short of calling the support line-.so thought I'd try here first. EVERY time I sit down to view my ATV, if I want to use it outside of what I have synced to it, i.e. in streaming

  • Recovery from RMAN backup.

    Hi , i have rman level 0 backup on sunday, and level 1 backup monday to friday. if i want to recover from these backups until friday , which archivelogs will be required? To be more specific i require archivelogs of only friday or all archivelogs fro

  • Changing negative value

    can you pls help me on this we have a strange req. like below load data into table TEST_123 append FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' TRAILING NULLCOLS   PRODUCT                 "LTRIM(:PRODUCT,'0')"   , ORDER_DATE NULLIF (ORDER_DATE

  • "Root device is read only"-?

    Hi! I want to test my RAM using Memtest and start the Mac in Single user mode. But at the bottom of a long text, it says "Singleuser boot -- fsck not done Root device is mounted read-only" What does this mean, and how can I change it? OS 10.6.4 Kind

  • Photosmart 5520 is offline

    On my notebook the photosmart 5520 appears as offline. Printing is not possible. Printing from my ipad works properly. How can I fix the notebook issue?