List dataProvider not refreshing in the UI

Hi All ,
I am using an application built using Flex Builder 3 .
I have integrated a search that lets users search for specific posts from the database by sending a query to the backend ....
Its like this....
There are 3 components ,
SearchContainer uses 2 other components
       ListComp1
       ListComp2
When the user types hello in the search container , http service makes a request to the backend and the backend inturn returns a json obj
which is used by the ListComp1 and ListComp2 as the dataprovider.
When the user clicks a facetLink from the ListComp1 , http service makes a request to the backend and again a json obj is returned.
But the ui is not getting updated for the ListComp1 and ListComp2
I have tried setting invalidateDisplayList on the list components.
How do I get the ListComp1 and ListComp2 to refresh their data in the UI.
The dataprovider is bindable in both the list components.
Please give me some suggestions as to how to get the list updated in the UI.
Thanks,
Ajantha

How to you turn the json obj into a dataProvider and how do you turn the new
json obj into a dataprovider or update the existing one?

Similar Messages

  • HT4910 My iCloud contact list does not contain all the contacts that are in my phone.  If I delete one from my phone it will delete it instantly from the iCloud contacts.  But how do I get all those other contacts on my phone to the iCould on my Windows c

    My iCloud contact list does not contain all the contacts listed in my iPhone 5S.  If I delete a contact from the phone it instantly deletes it from the iCloud on my PC.  But my PC iCloud list is lacking many of the contacts on my phone.

    And which account did you enter these contacts in?
    On My Mac
    or
    iCloud?

  • Process Context changes (.XSD) are not refreshed in the Task Mapping

    Hello,
    I'm adding new attributes to the .XSD but the changes are not refreshed in the mapping section of the tasks. How can I refreshed these changes?
    Best Regards
    SU

    Hi,
    You can manually reimport DO xsd by :
    Your BPM Project > ProcessModeling > Data Types folder > XSD Files folder > Right click xsd file> Reimport.
    You can manually reimport WS wsdl by :
    Your BPM Project > ProcessModeling > Service Interfaces folder > WSDL Files folder > Right click wsdl file> Reimport.
    Regards,
    Unni

  • List does not exist . The page you selected contains a list that does not exists. It may have been deleted by another user

    Hi everybody!
    I have a sharepoint 2013 farm with 5 sever. I upgraded a site from sharepoint 
    2007 to sharepoint 2013. I had some problems to install and configure workflow manager and register it. but by now I found problems and I can create a workflow and run it successfully. My big problem is when I try to get a lookup field in my flow. the
    flow suspended and I got the following error:
    “List does not exist . The page you selected contains a list that does not exists. It may have been deleted by another user.”
    Any solution???
    Thanks in advance!

    Hi,
    Please make sure the source list of the lookup column and the list which consumes the content from the lookup column exists on the site collection.
    In addition, to correct this problem the following steps should be applied:
    Delete the affected Workflow association
    Go to "Central Administration" - "Application Management"
    Select the affected web application and choose "General Settings" - "Resource Throttling"
    Increase the value configured as "List View Lookup Threshold"
    Perform an iisreset to ensure that all in memory instances of the web application settings are gone
    Add the Workflow association back to the list
    More information is here:
    http://social.technet.microsoft.com/Forums/en-US/3aeeba20-07dd-4e46-941b-a3db1bb3577e/sharepoint-2013-designer-workflow-the-page-you-selected-contains-a-list-that-does-not-exist?forum=sharepointcustomization
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Unable to move object. Change lists were not part of the same import

    Hi All
    I am facing a strange problem.
    We have applied SP16 patch on our XI box and imported all the scenario objects and design objects which were exported as .tpz file .
    After importing scenario object,all objects moved to a new node 'XI 3.0 Import' in change list and when I tried to activate this change list it gave me an error
    <b>"Unable to move object. Change lists were not part of the same import"</b>
    even if I try to move it Standard change list, it gives me same error.
    Any solution?

    Hi,
    Hope you are activiating the complete change list. You get this error because you trying to activate a part of the change list.
    Please look at the URL:
    Importing to QA box
    Integration Directory (ID)  transport to Prod system
    Regards
    Vijaya

  • Multiple Select List does not Refresh with Dynamic Action

    All,
    Scenario:
    Using APEX 4.2.2, I have a Select List page item (P4_SPONSOR) set to allow multiple values which has a dynamic LOV to populate the list.  What I would like to do is highlight the display values based on another page item's value (P4_DRIVER_ID).  When I set the source of P4_SPONSOR to static text, such as a delimited string of 1:2:3:4, any display values where the return values are equal to the static text are highlighted when the page loads.
    Problem:
    The problem lies in trying to use a query as a source for P4_SPONSOR which is filtered based on the other page item, P4_DRIVER_ID.  For instance, my SQL Query (returning colon separated values) returns the same as the static text noted above.  In the query's WHERE clause, I specify that the driver's ID is equal to P4_DRIVER_ID:
    SELECT sponsor_id
    FROM sponsors_drivers_xref
    WHERE driver_id = :P4_DRIVER_ID;
    This, as I understand it, would necessitate a refresh of P4_SPONSOR whenever the value of P4_DRIVER_ID changes.  So, I have a Dynamic Action that does just that.  When executed on the page, I can see the P4_SPONSOR multiple select list actually refresh, but none of the display values become highlighted.
    Thoughts?
    Thanks,
    -Seth.

    Seth,
    A dynamic action refresh of your select list will refresh the list of values (this is what you are seeing), it will not refresh the value of the item itself.  In fact, it will remove any values that you had already selected.  To refresh the value you will need to add additional dynamic actions.
    Create another dynamic action with:
    Event: After Refresh
    Selection Type: Item(s)
    Item(s): P4_SPONSOR
    If this was a normal select list you could just create a Set Value action and use your query to set the value of the select list.  Since this is a multiple select list your will need to get your colon delimited value first and then use some javascript to set the values of your select list.
    Create an hidden page item name P4_SPONSOR_TEMP.
    Add a true action to your new dynamic action:
    Action: Set Value
    Set Type: SQL Statement
    SQL Statement:
    SELECT sponsor_id
    FROM sponsors_drivers_xref
    WHERE driver_id = :P4_DRIVER_ID;
    Page Items to Submit: P4_DRIVER_ID
    Selection Type: Item(s)
    Item(s): P4_SPONSOR_TEMP
    Add another true action to your new dynamic action:
    Action: Set Value
    Set Type: JavaScript Expression
    JavaScript Expression:
    $("#P4_SPONSOR_TEMP").val().split(":")
    Selection Type: Item(s)
    Item(s): P4_SPONSOR
    --Jeff

  • Page is not refreshing with the correct data.

    Hello experts,
    I have an unusual situation and I'm not sure why it is happening. We have 3 instances and the error is occurring in one of them.
    So here is the issue:
    1) I created a custom extended controller for a customer site form to check the character length of address lines 1 and 2.
    2) User creates a new contact under customer site. On the contact creation page, the contact information is entered and click Apply.
    After the contact has been created, the application directs you back to the customer site page.
    3) On the customer site page, the user clicks Apply again. The custom extended controller runs and then it takes you back to the customer site page.
    4) Now the page has some other address that is not in anyway related to the customer.
    5) I checked in the back end and the address is associated to hz_parties.party_id = -1.
    If I remove the custom controller the page refreshes with the correct address information. What I am baffled is that it is only happening in 1 of the 3 instances (all using Release 12.1.3).
    I already asked the dba to bounce middle tier/apache, cleared the cache and it is still having the same issue.
    Anyone have any idea why this is happening?

    Here's the custom controller code:
    package xbol.oracle.apps.ar.cusstd.acctSite.webui;
    import java.io.PrintStream;
    import oracle.apps.ar.cusstd.acctSite.webui.ArAcctSiteOverviewCO;
    import oracle.apps.fnd.framework.*;
    import oracle.apps.fnd.framework.webui.OADialogPage;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    import oracle.jbo.Row;
    public class XXF5ArAcctSiteOverviewCO extends ArAcctSiteOverviewCO
    public void processRequest(OAPageContext oapagecontext, OAWebBean oawebbean)
    System.out.println("Running extended controller processRequest......");
    super.processRequest(oapagecontext, oawebbean);
    public void processFormRequest(OAPageContext oapagecontext, OAWebBean oawebbean)
    System.out.println("Running extended controller processFormRequest......");
    OAApplicationModule oaapplicationmodule = oapagecontext.getApplicationModule(oawebbean);
    String s = oapagecontext.getParameter("event");
    System.out.println((new StringBuilder()).append("Event: ").append(s).toString());
    System.out.println((new StringBuilder()).append("OkButton: ").append(oapagecontext.getParameter("OkButton")).toString());
    if(oapagecontext.getParameter("Save") != null || oapagecontext.getParameter("Apply") != null)
    System.out.println("Start of validation");
    OAApplicationModule AddressAM = (OAApplicationModule)oaapplicationmodule.findApplicationModule("HzPuiAddressAM");
    if(AddressAM == null)
    throw new OAException("Error: Stale Data - The requested page contains stale data. This error could hav" +
    "e been caused through the use of the browser's navigation buttons (the browser B" +
    "ack button, for example)."
    , (byte)0);
    System.out.println((new StringBuilder()).append("HzPuiAddressAM: ").append(AddressAM).toString());
    OAViewObject AddressVO = (OAViewObject)AddressAM.findViewObject("HzPuiLocationVO");
    System.out.println((new StringBuilder()).append("HzPuiLocationVO: ").append(AddressVO).toString());
    if(AddressVO == null)
    throw new OAException("Error: Stale Data - The requested page contains stale data. This error could hav" +
    "e been caused through the use of the browser's navigation buttons (the browser B" +
    "ack button, for example)."
    , (byte)0);
    Row AddressRow = AddressVO.getCurrentRow();
    System.out.println((new StringBuilder()).append("AddressRow1: ").append(AddressRow).toString());
    if(AddressRow == null)
    AddressRow = AddressVO.last();
    System.out.println((new StringBuilder()).append("AddressRow2: ").append(AddressRow).toString());
    String Address1 = (String)AddressRow.getAttribute("Address1");
    String Address2 = (String)AddressRow.getAttribute("Address2");
    System.out.println((new StringBuilder()).append("Address1: ").append(Address1).toString());
    System.out.println((new StringBuilder()).append("Address2: ").append(Address2).toString());
    int length1 = 0;
    if(Address1 != null)
    length1 = Address1.length();
    int length2 = 0;
    if(Address2 != null)
    length2 = Address2.length();
    System.out.println((new StringBuilder()).append("Address length1: ").append(length1).toString());
    System.out.println((new StringBuilder()).append("Address length2: ").append(length2).toString());
    if(length1 > 35 || length2 > 35)
    OAApplicationModule PurposeAM = (OAApplicationModule)oaapplicationmodule.findApplicationModule("HzPuiAccountSiteAM");
    OAViewObject PurposeVO = (OAViewObject)PurposeAM.findViewObject("HzPuiCustSiteUsesVO");
    int BPcount = PurposeVO.getRowCount();
    System.out.println((new StringBuilder()).append("Business Purpose Row Count: ").append(BPcount).toString());
    Row PurposeRow1 = PurposeVO.getFirstFilteredRow("SiteUseCode", "SHIP_TO");
    System.out.println((new StringBuilder()).append("Ship_to row: ").append(PurposeRow1).toString());
    System.out.println((new StringBuilder()).append("Length1: ").append(length1).append(" Length2: ").append(length2).append(" Ship_to row: ").append(PurposeRow1).toString());
    if(PurposeRow1 != null)
    System.out.println("Throwing exception.");
    System.out.println("Before SuperPFR2");
    super.processFormRequest(oapagecontext, oawebbean);
    System.out.println("After SuperPFR2");
    OAException ErrorMessage = new OAException("WARNING: Ship_To sites address lines 1 and/or 2 have more than 35 characters.", (byte)3);
    OADialogPage dialogPage = new OADialogPage((byte)1, ErrorMessage, null, "", null);
    dialogPage.setOkButtonItemName("OkButton");
    dialogPage.setOkButtonToPost(true);
    dialogPage.setPostToCallingPage(true);
    dialogPage.setOkButtonLabel("OK");
    oapagecontext.redirectToDialogPage(dialogPage);
    } else
    System.out.println("SuperPFR3");
    super.processFormRequest(oapagecontext, oawebbean);
    } else
    System.out.println("SuperPFR4");
    super.processFormRequest(oapagecontext, oawebbean);
    System.out.println("End of validation");
    } else
    System.out.println("SuperPFR5");
    super.processFormRequest(oapagecontext, oawebbean);
    public XXF5ArAcctSiteOverviewCO()
    }

  • When watching a video on youtube, if the monitor blanks for power saving, when it resumes, the video area is green (not refreshed) but the sound keeps playing.

    Steps:
    1. Video is correctly playing on youtube
    2. Since I'm just watching and not pressing any key or moving the mouse, the display will blank for power saving after some minutes
    3. I move the mouse to wake it
    4. The video area is solid green, while the sound continues playing
    5. If I switch tasks, the area from the other task gets painted over the video area, it seems like the video are is never refreshed after the suspend/wake

    Hello,
    Some problems with Flash video playback can be resolved by disabling hardware acceleration in your Flash Player settings. (See [[Flash Plugin - Keep it up to date and troubleshoot problems|this article]] for more information on using the Flash plugin in Firefox).
    To disable hardware acceleration in Flash Player:
    #Go to this [http://helpx.adobe.com/flash-player/kb/video-playback-issues.html#main_Solve_video_playback_issues Adobe Flash Player Help page].
    #Right-click on the Flash Player logo on that page.
    #Click on '''Settings''' in the context menu. The Adobe Flash Player Settings screen will open.
    # Click on the icon at the bottom-left of the Adobe Flash Player Settings window to open the Display panel. <br/> <br/>[[Image:fpSettings1.PNG]] <br/>
    # Remove the check mark from '''Enable hardware acceleration'''.
    # Click '''Close''' to close the Adobe Flash Player Settings Window.
    # Restart Firefox.
    This [http://www.macromedia.com/support/documentation/en/flashplayer/help/help01.html Flash Player Help - Display Settings page] has more information on Flash Player hardware acceleration, if you're interested.
    Does this solve the problem? Let us know.

  • Safari on my iPad. I have an original iPad and since updating to the latest iOS safari forces me to restart the iPad about two to three times a day. Three problems: 1. It just blacks out. 2. The reading list does not delete after the story is read. 3. Ema

    Since updating to latest iOS safari fails several times a day.
    1. Just quits.
    2. The items on the reading list will not delete after visited.
    3. The screens goes grey when I go to email a reference.
    Is the a solution other the restarting the iPad or is this something apple ought to fix?

    See if the following help.
    Try clearing Safari's cache : Settings > Safari > Clear Cookies And Data (and Clear History)
    If that doesn't work then try closing Safari completely and then re-open it : from the home screen (i.e. not with Safari 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Safari app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    A third option is a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Sharepoint powerBi PowerQuery- Can not refresh from the browser

    Hi all,
    I've used powerQuery to my Excel and called to Sharepoint List using PowerQuery.  Then i created a chart using using that list data. When i refresh the list (under WorkBook Queries it gives updated data). 
    Then i saved that spreadsheet and uploaded to sharepoint online document library.  I need to refresh data from the browser too. 
    I could see there is Data button which has Refresh Selected Connection as an option. It gives following error once i clicked on Refresh Connection button. 
    'select a refreshable region, such as pivot Table before clicking on the refresh selected connection button'
    Thank you

    Literally nothing happens. If I move the mouse over a clip, click and hold, then drag the mouse anywhere, it's literally as if I wasn't even clicking. And yeah, I'm using the selection tool.
    It's not a major problem, I'm just dealing with a project that has a lot of different clips and it's been a pretty big inconvenience.

  • I have an iMac and play games on facebook. When I need to request parts from "my neighbors" the list does not appear in the box. When I use my daughters pc it works fine. Recently I had a pop up for an upgrade but don't remember what it was for. How can I

    I have an iMAC  and when I am on Facebook my list of friends does not show up in the box for me to request gifts. I know this is a problem with my Mac because my daughter's PC shows it. I recently did the automatic upgrade thing but didn't pay attention what it was. When I did that it changed my desktop picture back to factory. Could this have something to do with it and more importantly what do I do about it?

    Make sure that you allow pages to choose their colors and that you haven't enabled High Contrast in the Accessibility settings.
    *Firefox > Preferences > Content : Fonts & Colors > Colors : [X] "Allow pages to choose their own colors, instead of my selections above"
    See also:
    *http://kb.mozillazine.org/Images_or_animations_do_not_load
    *https://support.mozilla.org/kb/Images+or+animations+do+not+show

  • Country list is not showing in the Delivery To Address In B2B Order Screen

    Hi Experts,
          we implementing the B2B site for ECC 6.0 system, not CRM.  I login into the B2B site, I went to Shopping Basket to create an order.  I went to shopping Basket screen, I entered products for the order.  I plan to change to "Deliver To:" field. So I click on the "Pencil on top of envlop" icon.  I got the change of Delivery Address change screen.  In this screen "Country" field which is required field.  But it has no values in the dropdown list.  So I cannot change the Delivery Address.  Please let me know how to populate the Countries in this dropdown list.  Thank you very much for your help.
    With Regards,
    Sudheer.

    Hi,
    First check are you maintaining proper customer address in the back-end with country name.
    Also Check your "country group" in ECC backend. I hope you have created country group and assigned country to this Country Group and you have used same in your web shop definition.
    Regards.
    eCommerce Developer
    Edited by: Ecommerce Developer on Aug 28, 2009 6:30 AM

  • Where is my purchased music in iTunes?...they are listed but not showing in the list

    I went into iTunes to check out the new "Purchased" area and found a really helpful list of artists on the left hand side.  Each one has a number next to it which I believe is the number of songs for each artist.  When I click on many of the artists I get a list of songs and it indicates whether they are already downloaded to that computer or not.  I can then click on the ones I want on that machine and they will download from the Cloud.
    Sounds great but where the heck are all the other tunes that are shown on the list on the left but they don't show up on the right when I click that artist?  There was one band in particular that I wanted to download because I think the only place I have it still downloaded is on an old machine that is no longer online (its packaged up in my basement).  That's one of the ones that has nothing in the right hand list... no songs listed - even though the list of artists shows it has having 24 songs.
    Can anyone tell me what is stopping those ones from showing up?  Are they too old for the system?  If I bought them on iTunes previously they should still exist...am I missing anything?
    Thanks,
    Sam

    Only songs (or Apps, books, etc) that are still currently available in the iTunes store for sale can be re-downloaded.

  • After assigning standered COA G/L List is not showing in the transaction

    HI!
    I have problem while transaction in FI.COA is not not showing list of G/L Accounts,in fs00 it is showing G/L Account when we give the G/L No.in transaction it is showing skb2 table missing.
    Pls give me solution for it.
    Thanks
    Regards
    Archana

    Hi,
    The GL account has been created at COA level only in your case and has not been extended to Compnay code. hence it gives you taht error entry missing in SKB2 table. If you create a GL at COA level, the table that gets updated is SKB1 and if you extend that GL to compnay code it will show in SKB2 table. So now create that GL through Tcode fS00 in your co code after which it will reflect in your transaction entry and also at table level SKB2.
    hope this clarifies
    regards,
    radhika

  • Font showing in photoshop font list but not showing in the flash font list

    Hi,
    I have some issues with fonts. I am using a Mac OS X and i have installed the fonts into font book.
    The installed fonts are showing up in my Photoshop CS3 font list but are missing from my Flash CS3 and CS4 font lists.
    I am using .otf fonts.
    Any help will be really appreciated .
    Thanks,

    Jude,
    I don't know what the problem may be, sorry.
    Since the fonts are not from Adobe, you'll have to either contact the foundry from which you've licensed them or post this issue on the Flash forum at http://forums.adobe.com/community/flash/flash_general

Maybe you are looking for