Page Fregment Refresh

Scenario is,
I have a page fragment with a Panel Splitter on it, I want to Refresh only Second Facet of Panel Splitter on demand, how i can do this?

Something like that:
suppose you are binded panelSplitter to the backing bean property, ie yourPanelSplitter, then
UIComponent second = getYourPanelSPlitter(),getFacet("second");
java.util.List<UIComponent> children = second.getChildren();
if (children != null){
    // there are only one cihld:
  UIComponent child = children.get(0);
  AdfFacesContext.getCurrentInstance().addPartialTarget(child);

Similar Messages

  • Periodical refresh of data on page or refresh on command?

    Hi!
    I have a start page in my application that displays data from a couple of iterators. This page is intended mainly to navigate to some tasks on this data but the task depends on the data itself. So I must ensure, that when the user clicks on a command link (let's saj in a table column) the data on that table is refreshed. I've been thinking about some functionality that would cause the data on the page to refresh periodically since there is also a picture displaying current positions of some transport units (either is there or it isn't, I don't need any real-time refreshing). Second option is to somehow refresh the needed iterator when user clicks the row since sometimes it happens that a user clicks on the link of the row but when the task is started the data is not from the row he clicked on but of a completely different record since there was some data change from another user that caused different row order in that table.
    Please let me know what is the best way to deal with my requirement and if periodical refresh is OK, how to implement periodical refresh of the page or if concidering this advice: http://radio.weblogs.com/0118231/stories/2005/06/16/whyIsntRefreshingTheBrowserPageEnoughToRefreshTheDataDisplayed.html - refresh all iterators on the page.
    I hope my question is clear.
    Regards,
    BB
    BTW
    Using ADF BC 10.1.3.3
    Edited by: Brokenbone on Jul 22, 2009 11:41 AM

    Hi,
    I think you can use poll tag with interval and pollListener specified, you can find more details on below links
    http://www.oracle.com/technology/pub/articles/jellema-muir-adf-part2.html
    http://thepeninsulasedge.com/frank_nimphius/2007/09/18/adf-faces-using-afpoll-to-refresh-a-table
    Sireesha

  • Help : Link to open page only refreshing center column

    Hye guys, im currently working with webcenter portal. My template have 3 column, left, center and right. I want to put one link in the right column to open a page without refreshing whole page. I want the page content only refreshing the center column.
    Currently i'm doing like below, but when click the link, whole page will refresh and then the page appear.
    <af:goLink text="goLink 3" id="pt_gl3"
    destination="/faces/pages_page1"/>
    Thanks in advance.
    Regards,
    Han

    Thank you for the reply. I still dont know how to implement ppr in my case. From what i search, many of the samples show ppr being done in 2 component within the same page. Component 1 send form to update data in component 2. But in my case, it is between different page.
    == My Pages ==
    - home.jspx
    - page1.jspx
    - result.jspx
    I put a form in my portal template (right column) and when submit the form, i want to pass the form data to result page (result.jspx).
    Thank you in advance.
    Regards,
    Han

  • .asr pages not refreshing?

    I have a Flash cfform that has ActionScript the includes a
    "#include 'my_asr_page.asr'" statement. My .asr page works fine
    with the form, but when I make changes to the .asr page and
    re-upload it, my form doesn't recognize the changes I made to the
    .asr page. Refreshing both pages does not work. I can even delete
    the .asr page completely from my server, refresh the form page, and
    the form still processes the ActionScript! How can this be? Does
    the content of the .asr page get stored somewhere else, either on
    my server or local browser computer? How do I refresh the code with
    updates?
    I can upload an entirely new .asr page with a new name, and
    change the #include link. But that gets tedious fast when I'm
    making lots of changes to the .asr page and would like to see the
    resulting processing changes in the form in my browser.
    Any help or ideas?

    Work around maybe on the client side.  Go here for info:
    http://www.securiteam.com/windowsntfocus/6J00B1FHFQ.html
    It's a long read but goes into detail on side effects. 
    Also check out notes 948457 and 959877.
    Good Luck.

  • How to remain current page when refresh ?

    How to remain current page after refreshing in TableView?

    Layout:
    <htmlb:tableView id              = "iso"
                           keepSelectedRow  ="True"
                           design          = "alternating"
                           visibleRowCount = "6"
                           fillUpEmptyRows = "true"
                           selectionMode   = "SINGLESELECT"
                           table           = "<%= t_iso %>" >
            <htmlb:tableViewColumns>
              <htmlb:tableViewColumn columnName          = "CODE"
                                     width               = "5%"
                                     horizontalAlignment = "center"
                                     type                = "text"
                                     title               = "ISO" />
              <htmlb:tableViewColumn columnName          = "ARCHIVE"
                                     width               = "5%"
                                     horizontalAlignment = "center"
                                     type                = "text"
                                     title               = "ISO File" />
              <htmlb:tableViewColumn columnName          = "EDITION"
                                     width               = "5%"
                                     horizontalAlignment = "center"
                                     type                = "text"
                                     title               = "edition" />
                      </htmlb:tableViewColumns>
          </htmlb:tableView>
         <tr>
          <htmlb:button id      = "btnCreate"
                        text    = "Create"
                        onClick = "myClick" />
          </tr>
    When I click button "Create",the page is refreshed .Before refreshed,the position of TableView is Page 2 . But after the view is refreshed ,the position of TableView is changed to Page 1 . How do I retain the page of TableView is 2 ?

  • How to keep user enter value in textbox even if JSP page get refreshed.

    Hi Experts,
    In My JSP Page i have one text(customer Name) and number of checkboxes and radio buttons.
    My Problem is:
    if user enter some value in Text Box and after that user clicks on some radio button becouse of some action on radio button page get refresh and also the value enter by user in text box get vanish.
    I want keep text box value as it is even if page get refreshed becouse of some action.
    Is it any setting in Strust framework for this.
    I am using Struts Framework.
    Please let me know if need more information

    Sorry, I don't clearly understand the question and the horrible code (Java code doesn't belong in JSPs) doesn't make it more easy to understand.
    Best what I can guess is that you need to learn about passing request parameters/attributes in JSP and the possibilty of storing attributes in the session. And based on the code, also learn how to separate the data, business and presentation layers properly.

  • Connection Partially encrpted causing page to refresh rapidly.

    We are logging on to a site that we need in order to do business but we are having issues.
    Initially we were getting a shield next to the back button. We would try to click the shield and disable but the page would still repeatedly reload. I did a little digging and with to about:config and disabled the mixed content security options. This removed the shield but the page still refreshed rapidly (100+x a minute). To get to the page I needed, I needed to log in, then on the next page click a button. Once on that page there were no issues. The page after logging in is where the refreshing was happening. There was a security window that came up near the back button. after clicking on it it told me that the connection is partially encrypted. Another window also told me that this website does not supply ownership info and it was verified by Not Specified. I have tried uninstalling and reinstalling FF. What should my next steps be.

    You can try these steps in case of issues with web pages:
    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Force Webcenter Spaces Page to Refresh on focus

    Hi all,
    We are on WebCenter Spaces PS5. We have a page inside spaces which we want to refresh on focus. We have a document upload portlet on a page which is used to upload a document and then display the list of documents in a result table on that page.
    PROBLEM: We have to manual refresh the page for the newly uploaded document to be displayed on the resultable on the page.
    QUESTION: How can we force the page to refresh on focus?
    Remember this is a webcenter spaces page.
    Thank you....

    You can invoke serverlistener from onFocus client event,
    Pass the control to the backend and use the following code to refresh.
    HttpServletRequest request=(HttpServletRequest)FacesContext.getCurrentInstance().getExternalContext().getRequest();
    FacesContext.getCurrentInstance().getExternalContext().redirect( request.getRequestURL());

  • HT2895 I am trying to sign into Genius with my apple id, but everytime I click "continue" the same page just refreshes, asking me to sign in with my apple id again.

    I am trying to sign into Genius with my apple id, but everytime I click "continue" the same page just refreshes, asking me to sign in with my apple id again.

    You will have more success contacting iTunes Support.  We are just fellow users here and are unable to assist.

  • Web page keeps refreshing every 20 or 30 seconds out the blue

    I play KOC on facebook and i run scripts on that as well...suddenly out the blue today the page keeps refreshing on its on for no reason...if i disable the scripts it stops....i removed all the scripts and downloaded them again just in case something is interferring and it still continues...can yall help?

    Eh After Cured the Problem
    I again faced this Blink problem
    and now
    it has completly Crashed my display Screen
    its all black
    its a color BLACK -
    my N95 got ****
    :9
    what shud i do Nowwwwwwww Arhgggggggggggggg
    the warranty is from another Country and i am somewhere else!!
    completly LOST!!!!!!
    DAM N95-
    Worst cell phone ever made
    k1

  • When I use facebook chat my friends say I appear offline even though I am online. The page keeps refreshing and everytime it refreshes my typed text appears 3-4 times in the chat window.

    I have the latest version of firefox and this problem started a few days back. When I start chatting on fb chat right after I stop typing my friends say my status appears offline. The fb page keeps refreshing and everytime it reloads my chat window gets disturbed. Sometimes what I had typed and entered in the chat window appears in the chat box 3-4 times. Not sure if this could be a plugin problem? I have the latest version of Java and Flash player installed.

    Hello there,
    Please take a look at this article [[Problems using Facebook in Firefox]], it might solve your issue. There are a lot of know problems with Facebook on Firefox.
    Regards,
    Ziggy

  • How can I make firefox highlight new unread items on Drudge when the page auto-refreshes

    So I read Drudge Report and checkit a few times a day. It would be nice to have the unread news items highlighted. The new items that appear after the page auto refreshes. It just occurred to me whilst writing this that I would have to open every link on the page to make the task of highlighting new content easier. I don't know but if there's a way to have the new unread items highlighted it would save time scanning the whole page for new stuff.
    Thanks,
    Mark

    Have you tried to subscribe to the page?
    '''https://support.mozilla.org/en-US/kb/how-subscribe-news-feeds-and-blogs?esab=a&s=subscribe&r=0&as=s'''

  • EREC: Stars disappear when assigment page is refreshed.

    Hi Experts,
    I am really stuck on this and hope someone guides me.
    I am facing problem in Assignment page for the requisition. Where ranking details are displayed and stars are visible for the listed candidates. When assignment page is refreshed, stars which were visible earlier will disappear.
    Why refreshing making the ranking stars to disappear? Is there any note to address this issue? Please help out.
    Regards
    Savitha
    Edited by: SAPHCMRR on Aug 4, 2011 12:46 PM
    Edited by: SAPHCMRR on Aug 5, 2011 9:18 AM

    Hello Savitha,
    Note 1124565 originally had a correction instruction for EHP4 although this was not necessary (because the changes have been implemented before EHP4 was shipped). One of my colleagues came across this fact and we deleted the correction instruction for EHP4.
    It seems like someone tried to reapply the note in your system after it has been changed and that during this the LOOP-statement got lost. I had a look at the version history of GET_AUTO_SRCH_LST_BY_CDCY_LST and to me it seems like the coding had been there correctly (in the initial version 1), most probably because it was part of the initial shipment of EHP4.
    the code should be like this :
    method get_auto_srch_lst_by_cdcy_lst.
      data: lt_hit_list             type rcf_t_hitlist_with_rankv,
            ls_srch_mtch            type rcf_s_hitlist_with_rankv,
            lt_cdcy_list            type rcf_t_assignments,
            ls_cdcy_list            type rcf_s_assignments,
            ls_hidden_info          type rcf_s_name_value,
            lt_hidden_info          type rcf_t_name_value,
            lo_ex                   type ref to cx_hrrcf,
            lv_is_ranking_supported type boole_d.
      field-symbols: <ls_cdcy_slct> type rcf_s_mass_proc_activities,
                     <ls_hit_list>  type rcf_s_hitlist_with_rankv.
      clear pt_srch_mtch_list_slct.
    check if attribute ranking is supported
      if cl_hrrcf_switch_check=>hrerc_sfws_ui_enh_03( ) eq true.
        call function 'HR_RCF_CHECK_TREX_VERSION'
          importing
            ev_ranking_supported = lv_is_ranking_supported.
      endif.
      ls_hidden_info-fieldname  = 'REQUISITION'.
      ls_hidden_info-fieldvalue = ps_req_hrobject.
      append ls_hidden_info to lt_hidden_info.
      loop at pt_cdcy_list_slct assigning <ls_cdcy_slct>.
        ls_cdcy_list-cdcy_object = <ls_cdcy_slct>-hrobject.
        append ls_cdcy_list to lt_cdcy_list.
      endloop.
      unassign <ls_cdcy_slct>.
      try.
          call method cl_hrrcf_search_match_bl=>get_auto_srch_lst
            exporting
              p_search_compid    = p_search_compid
              ps_hrobject        = ps_req_hrobject
              pt_hidden_info_tab = lt_hidden_info
            importing
              pt_hit_list        = lt_hit_list
            changing
              pt_cdcy_list       = lt_cdcy_list.
          if lv_is_ranking_supported eq false.
            sort lt_hit_list by hrobject.
            loop at pt_cdcy_list_slct assigning <ls_cdcy_slct>.
              ls_srch_mtch-hrobject = <ls_cdcy_slct>-hrobject.
              read table lt_hit_list assigning <ls_hit_list>
                with key hrobject = <ls_cdcy_slct>-hrobject
                binary search.
              if sy-subrc eq 0.
                ls_srch_mtch-rankv = <ls_hit_list>-rankv.
              endif.
              append ls_srch_mtch to pt_srch_mtch_list_slct.
              clear: ls_srch_mtch.
            endloop.
          else.
            pt_srch_mtch_list_slct = lt_hit_list.
          endif.
        catch cx_hrrcf into lo_ex.
          raise exception type cx_hrrcf
            exporting
              previous = lo_ex.
      endtry.
    endmethod.

  • JSP page not refreshing in browser

    Everytime I edit a JSP file, and try to refresh the JSP in the browser, I don't get an updated version... just the original page that I viewed first. Anyone got a solution?
    I tried deleting the work directory under the %tomcatHome% directory, and that seems to work until I view the page, and tomcat creates this work directory again. So when I try to refresh the page, because the work folder is still there, the page does not get refreshed. Weird... any solutions? Thanks again.

    I'm not sure if your using Tomcat or not but if you are give this a try:
    The ROOT context is the default Web application in Tomcat, and is convenient to use when you first learning about servlets and JSP (although you'll use your own Web applications once you're more experienced). The default Web application is already enabled in Tomcat 3, Tomcat 4.0.1-4.0.3, and Tomcat 4.1. But, in Tomcat 4.0.4 it is disabled by default. To enable it, uncomment the following line in install_dir/conf/server.xml:
    <Context path="" docBase="ROOT" debug="0"/>
    Taken from: http://www.moreservlets.com/Using-Tomcat-4.html#Enable-Root-Context
    This will make the server request a new page every time, not recommended for production apps but for development it will make life easier.

  • When I sign into or out of Gmail - many other pages automatically refresh. How do I stop this?

    I hate automated things, when it's NON consensual and it's part of some automated bullshit trip.
    I might have half finished texts on the other open tabs, or what ever, but it's MY bandwidth to chew up on things I see fit, not the people of Mozilla, or Google or whoever.
    And while the account page is gmail, that I am signing into or out of, the other pages are NOT google pages either.
    I think the designers of the "refresh / automatic refresh" should be shot - because the reason I have a PAGE (tab) open, is because I want to access THAT page, and not a later version of it...
    This auto-reload / refresh of some tabs absolutely annoys the piss out of me, because I did not ask for it, and there is NO apparently easy up front way to stop it from happening - which I also think is one of the best way to alienate users of a product - by building in a host of idiot functions with NO control over them.
    So how do i stop this from happening?

    ''the-edmeister [[#answer-690349|said]]''
    <blockquote>
    That may be happening for websites that participate in Google+. ''IOW, Google+ knows about a lot of things you use on the internet; like they're following you around.'' You may want to check those websites to verify that they are connected with the Google+ program, or not. ''In that case, my hypothesis is incorrect.''
    I think what happens is that you sign in at Gmail, which is a Google+ sign-in these days, and all the other web pages that participate in the Google+ program somehow "sense" that you have just logged into Google+ and reload their page to reflect that you are nowlogged into the Google+ program. Google+ was originally an "option" at Gmail, but that ended not to long after Google+ came about - like within 6 months or so.
    http://www.google.com/intl/en/+/learnmore/better/
    One solution is to stay logged into Google+ / Gmail all the time. Another is to transition away from Gmail over time and use a different web-mail platform instead; and eventually stop using Gmail altogether.
    </blockquote>
    Yeah this is sounding like "THE PROBLEM" and what drives it. However, the solutions you have offered are not "solutions", in that they do not "FIX" the issues, they merely circumvent or bypass them.
    Since I can't go punch Eric Schmitt on the nose for being a nazi prick, and send him the bill for wasting my internet data, I want to stop the collusive programming practices of the people from Mozilla and Google - from operating my computer, contrary to my mandates. i.e. It's my computer and I am paying for my bandwidth." - I have total say so about what I allow to go on, not anyone else.

Maybe you are looking for