Cascading LOV in af:table will not refresh correctly

Jdeveloper version 11.1.1.5.0
I have spent quite a bit of time trying to understand why 2-level cascading LOV won't work in a particular situaion. I still haven't been able to fix it and so I turn to the ADF gurus on this forum.
Here's the scenario:
1. I have a ViewObject called AdjustDeltaValuesView. This VO contains attributes from its entity. It also has transient attributes called CategoryId and CodeId.
2. There is LOV defined for CategoryId for VO CodeCategoryMasterView
3. There is LOV defined for CodeId for LimitedCodeMasterView.
3. View Criteria is created for LimitedCodeMasterView which sets a bind variable value from CodeCategoryMasterView.CodeCategoryId.
4. I have wired all the LOVs correctly and it is working properly in ADF BC tester.
5. In the UI, I have dropped AdjustDeltaValuesView data control as ADF Table where CategoryId and CodeId are displaying as af:selectOneChoice.
6. CategoryId has autoSubmit=true and CodeId has partialTrigger set to component ID of CategoryId.
7. The LOV inside editable af:table is working fine except one scenario that when user selects same categoryId from the category LOV in the second row, the CodeId LOV will not populate.
Here's the code snippet of jspx:
        <af:table value="#{bindings.AdjustDeltaValuesView1.collectionModel}"
                  var="row" rows="#{bindings.AdjustDeltaValuesView1.rangeSize}"
                  emptyText="#{bindings.AdjustDeltaValuesView1.viewable ? 'No data to display.' : 'Access Denied.'}"
                  fetchSize="#{bindings.AdjustDeltaValuesView1.rangeSize}"
                  rowBandingInterval="0"
                  selectedRowKeys="#{bindings.AdjustDeltaValuesView1.collectionModel.selectedRow}"
                  selectionListener="#{bindings.AdjustDeltaValuesView1.collectionModel.makeCurrent}"
                  rowSelection="single" id="t1" editingMode="editAll"
                  rendered="false">
          <af:column sortProperty="CategoryId" sortable="false"
                     headerText="#{bindings.AdjustDeltaValuesView11.hints.CategoryId.label}"
                     id="c25">
            <af:selectOneChoice value="#{row.bindings.CategoryId.inputValue}"
                                label="#{row.bindings.CategoryId.label}"
                                required="#{bindings.AdjustDeltaValuesView11.hints.CategoryId.mandatory}"
                                shortDesc="#{bindings.AdjustDeltaValuesView11.hints.CategoryId.tooltip}"
                                id="soc3" autoSubmit="true">
              <f:selectItems value="#{row.bindings.CategoryId.items}" id="si3"/>
            </af:selectOneChoice>
          </af:column>
          <af:column sortProperty="CodeId" sortable="false"
                     headerText="#{bindings.AdjustDeltaValuesView11.hints.CodeId.label}"
                     id="c27">
            <af:selectOneChoice value="#{row.bindings.CodeId.inputValue}"
                                label="#{row.bindings.CodeId.label}"
                                required="#{bindings.AdjustDeltaValuesView11.hints.CodeId.mandatory}"
                                shortDesc="#{bindings.AdjustDeltaValuesView11.hints.CodeId.tooltip}"
                                id="soc4" partialTriggers="soc3">
              <f:selectItems value="#{row.bindings.CodeId.items}" id="si4"/>
            </af:selectOneChoice>
          </af:column>For example, where it DOES NOT Work
1. User selects Category A from dropdown from the first row.
2. code Id dropdown populates with corresponding values in the list based on CategoryId user selected.
3. user selects Code X from the dropdown.
4. User selects Category A from the dropdown from the second row.
5. PROBLEM: In the second row, Code Id dropdown does not populate. Code dropdown is empty.
Where it works:
1. User selects Category A from dropdown from the first row.
2. code Id dropdown populates with corresponding values in the list based on CategoryId user selected.
3. User selects Category A from the dropdown from the second row.
4. In the second row, Code Id dropdown populates correctly.
Where it works:
1. User selects Category A from dropdown from the first row.
2. code Id dropdown populates with corresponding values in the list based on CategoryId user selected.
3. user selects Code X from the dropdown.
4. User selects Category B from the dropdown from the second row.
5. In the second row, Code Id dropdown populates correctly.
Has anyone come across this scenario? It's a very weird problem.
I hope I have explained this well. If it's not clear please let me know.
Edited by: Shah23 on Jan 14, 2013 6:42 PM
Edited by: Shah23 on Jan 15, 2013 9:09 AM

Hi,
Always mention your JDev version.
Try modifying your VOs as explained in this blog and see if it works fine : https://blogs.oracle.com/aramamoo/entry/how_to_create_multi_level
-Arun

Similar Messages

  • My numbers tables will not open correctly on screen, the preview shows but when I open the table it only shows blank. When I print a copy it prints ok any solutions?

    my numbers tables will not open correctly on screen, the preview shows but when I open the table it only shows blank. When I print a copy it prints ok any solutions?

    Rebooted computer works now ok

  • Excel 2010 Pivot Table VBA Not Refreshing Table

    My company recently upgraded from Excel 2003 to 2010. I had VBA written to take source data and convert it into a number of Pivot Tables on a number of worksheets. It has been working fine for years. After upgrading to 2010 the VBA crashed. I tracked it
    down to the fact that when my code was making changes to the Pivot Tables (changing fields, filters, etc...) the pivot table on the worksheet had no data, but the fields were there. I can manually go to the pivot table and manually refresh and all the data
    comes in.
    So I tried adding the VBA code to refresh the pivot table, but the pivot tables will not refresh with data.
    I tried:
    ActiveSheet.PivotTables("WO Pivot").RefreshTable
    and
    ActiveWorkbook.RefreshAll
    And these did not work.
    I also tried recording a macro for the manual steps to refresh and got:
     ActiveSheet.PivotTables("WO Pivot").PivotCache.Refresh
    This does not work either.
    The PivotTable name is correct, but I tried using the number as well, and the name works for other code manipulating the the pivot table.
    e.g.:
    With ActiveSheet.PivotTables("WOPivot").PivotFields("Task Title")
          .Orientation = xlRowField .Position = 2
          .Subtotals = Array(False, False, False, False, False, False, False, False, False, False, _False, False)
    End
    With Why isn't this working? Is there another way to refresh pivot table data in 2010?
    Thanks. P.S. I've tried formating this so it is readable, but it comes out garbled. Hope this looks better.

    The solution above didn't work for me, but the following did the trick:
    ActiveSheet.PivotTables("WOPivot").PivotCache.Refresh
    By the way, I identified it by recording a macro, then going on the Pivot Table that needed refreshing and pressing F9 to refresh it. The line of VBA code above was the result.
    Cheers,
    Marco.

  • Upgraded ZENworks Primary Server Will Not Refresh

    Good Afternoon,
    I recently upgraded our primary server from ZENworks 11.2-11.3a.
    The upgrade procedure completed with no errors. However, the server will not refresh it's status in the ZENworks Control Center. Control Center continues to report the server as 11.2.0.0. The UI of the Control Center is upgraded. The agent continues to push back the next contact with server time without updating the last contact with server time
    Things I have tried:
    -doing a manual refresh through control center gives a "Connection Failed" error
    -doing a manual refresh with zac ref completes successfully but does not update anything
    -cleared the agent cache using zac cc
    Any help would be appreciated.
    Thank you very much!

    Try the solution you find in this thread:
    http://forums.novell.com/novell-prod...nt-management/
    zenworks/configuration-management/zcm-11/zcm11-agent-deployment-linux/45
    5516-how-recover-lost-trust-relationship-zone-configuration-between-linu
    x-zcm-agent-primary-zone-server-running-same-machine.html
    W. Prindl
    wpico wrote:
    >
    >CRAIGDWILSON;2331318 Wrote:
    >> This is because the Agent Service (Servers have an agent too)
    >>cannot talk to the zone.
    >>
    >> Normally the only time this is noticed is during a "System Update",
    >> since this is one of the few times the failure would be noted.
    >>
    >> However, the 11.3.0 Upgrade would not have relied on the agent
    >>server and since you upgraded from 11.2.0, another ISO install, it
    >>is quite possible there were always some issues there.
    >>
    >> "zac retr" might help, but it also may be wise to open an SR so
    >>they can
    >> see what is wrong and not just have you poking and prodding your
    >>only primary.
    >>
    >>
    >> On 8/28/2014 4:46 PM, wpico wrote:
    >> >
    >> > nop1983;2331309 Wrote:
    >> >> wpico wrote:
    >> >>
    >> >>>
    >> >>> Good Afternoon,
    >> >>>
    >> >>> I recently upgraded our primary server from ZENworks
    >>11.2-11.3a. >>>
    >> >>> The upgrade procedure completed with no errors. However, the
    >> server
    >> >>> will not refresh it's status in the ZENworks Control Center.
    >> Control
    >> >>> Center continues to report the server as 11.2.0.0. The UI of
    >>the >>> Control Center is upgraded. The agent continues to push
    >>back the next
    >> >>> contact with server time without updating the last contact with
    >> server
    >> >>> time
    >> >>>
    >> >>> Things I have tried:
    >> >>> -doing a manual refresh through control center gives a
    >>"Connection >>> Failed" error
    >> >>> -doing a manual refresh with zac ref completes successfully but
    >> does
    >> >>> not update anything
    >> >>> -cleared the agent cache using zac cc
    >> >>>
    >> >>> Any help would be appreciated.
    >> >>>
    >> >>> Thank you very much!
    >> >>
    >> >> Only one server?
    >> >> Sounds like the agent could have lost the trust, somehow... The
    >> update
    >> >> went fine?
    >> >>
    >> >> --
    >> >> Niels
    >> >> I have always liked... Cowabunga!
    >> >>
    >> >> If you find this post helpful, please show your appreciation by
    >> clicking
    >> >> on the star below.
    >> >> A member must be logged in before s/he can assign reputation
    >>points. >
    >> > Completed with no errors, The log file was all green.
    >> >
    >> >
    >>
    >>
    >> --
    >> Going to Brainshare 2014?
    >> http://www.brainshare.com
    >> Use Registration Code "nvlcwilson" for $300 off!
    >>
    >>
    >> Craig Wilson - MCNE, MCSE, CCNA
    >> Novell Technical Support Engineer
    >>
    >> Novell does not officially monitor these forums.
    >>
    >> Suggestions/Opinions/Statements made by me are solely my own.
    >> These thoughts may not be shared by either Novell or any rational
    >>human.
    >
    >When I run zac retr I get, "Failed to re-establish trust with zone"

  • Swing problem: table is not refreshed when i open it  from jdialog

    Hi , my situation is this one :
    1. i have a swing form.
    2. i have created a panel form where i have a drop down list and a table. wich are depndend with each other. When i choose an item to the drop down list the value in the table is changed.
    3. i invoke this panel into the form with drag and drop, with invoke jDialog from button option.
    4. First time i run the form and open the panel from button the drop down list and the table are working correctly.
    5. i close the panel and open it again: And at this time when i choose an item from drop down list the table is not refreshed anymore. I have to run the form again if i want that this panel to work correctly.
    Am i doing smth wrong? I dont have too much experience in swing , and the documentation for adf-swign are really poor .
    Ps: Maybe i should explain the way i have created the drop down list and table in the panel . i am not using smth like execute with parameters for the view in the table. I have created a link between the view in the drop down list and the view in the table. It seems they work correcly if i run the panel for the first time.
    Thanks in advance !

    To answer your question, Restore the iPhone with current iTunes on your computer. If fixed, it was software. If still problem, most likely hardware, and then make Genius reservation or set up Service and take or send to Apple for resolution under Warranty.

  • Ical subscriber will not refresh

    Hello All,
    I have several calendars published using my .mac account and most of the systems in my office are subscribed and are refreshing (auto or manual) and working fine. However, I have two systems that are subscribed but will not refresh and update the events.
    I am getting no errors, exclamations, spinning beach ball. They just will not refresh. I even went through and re-subscribed and still nothing.
    All systems are running OSX10.4.2 and the latest version of ical. All systems have full, high speed internet connections and the network is working great on them.
    Thanks for the help!
    Chad

    Hi,
    Tell me, what happens when your parents manually refresh? Do the little red exclamation marks come on?
    I recently changed the password on my webDAV server, and even though my wife changed it when signing in, it worked only for one session. On a new refresh, iCal looked up the old password and the little red exclamation marks came on.
    I eventually traced the problem to ‘keychain’ (/Application/Utilities/keychain access), deleted the old passwords, and re-subscribed all the relevant calendars. Now it works again...
    Cheers,
    Klaus

  • Table is not refreshing after comming

    Hi Experts,
    Working in JDEV 11.1.1.3.0 with ADF BC.
    I am updating the selected rows when the file download is done, in the same method i am coming the recording and reexecuting my VO and adding partial trigger as my table component, but still my table is not refreshing.
    Code:
    public void commitRows(RowData rowData){
    rowData.setAttribute("PrintState", "PRINTED");
    DCIteratorBinding printIter =
    ADFUtils.findIterator("XxwfsAvcardPrintInterfaceVO1Iterator");
    ADFUtils.invokeEL("#{bindings.Commit.execute}");
    printIter.getViewObject().executeQuery();
    AdfFacesContext.getCurrentInstance().addPartialTarget(printTB);
    // ADFUtils.invokePopup(this.getP2().getClientId(FacesContext.getCurrentInstance()));
    }

    Thanks for your reply Suganth.
    i don't have partial submitt on the button.
    My requirement is i am updating selected row on the table and at the same time i am downloading file, after download is finish selected row is updating properly but that row is still apearing on the table, if the user click on download button once again then i am getting null pointer exception, because the row is not there on the table it got updated.
    Because of file download table refresh is blocking, how should i need to refresh my table on file download method.
    Edited by: user5802014 on Aug 26, 2010 8:39 AM
    Edited by: user5802014 on Aug 26, 2010 9:05 AM

  • Adobe Illustrator file will not display correctly when logged in as a user

    I am working with an Adobe Illustrator CS2 file that will open and display correctly if I log in as Administrator, but will not display correctly if I am logged on as a user. The error message is that there is not enough memory to display the file correctly and I am forced into preview mode. The user Home folder is on a server. Other than this, I have made certain that the criteria for opening the file match under both interfaces. I have opened the AI CS2 file on other Macs and it opens fine. I conclude that the problem is with the user Home folder, but beyond that, I'm stumped. Any help will be appreciated.

    After I filed a bug-report an Apple engineer contacted me, and asked me to try running java in headless mode: http://java.sun.com/developer/technicalArticles/J2SE/Desktop/headless/
    That solved the problem!

  • Components will not resize correctly in Catalyst

    Download PSD: http://dl.dropbox.com/u/814249/campusariel.psd
    Download FXP: http://dl.dropbox.com/u/814249/campusariel.fxp
    I am completely new to Flash Catalyst (any and all versions). I am currently using Photoshop CS5.5 to design and Catalyst 5.5 to import and translate into a flash project. I recently picked up a job creating an interactive application for a college campus. I have attached my two project files for anyone who can help to view to see what is wrong. I have also attached inline screenies for those who cannot/will not download.
    Here is my problem: I created the attached PSD in Photoshop with what I thought were the correct layers and groups/folders. I am hoping to achieve the following effect: when a user rolls over the purple buttons, multiple similar copies of that button that are initially hidden beneath the visible one popup in sequence above the rolled over purple button.
    Ex. State 1:
    Animation/Action Sequence to the following:
    The purple popup objects will have their own text content and will be buttons themselves that a user clicks to change to a different state with more specific information.
    Not only am I unsure of how to create such animation/action sequence, my purple components (whether I actually convert them to components in Catalyst or not) will not resize correctly. NOTE: I did click the resizable option when importing the PSD into Catalyst. The following effect occurs both ways. I add constraints to all objects by selecting all, right clicking, and choosing add constraints to all; the following occurs when stretched inwards using the resize test handle:
    and this when stretched out:
    When viewed using CTRL+Enter, the application is nowhere near resized in the browser window. I must be missing something, especially being new to Catalyst. I tried flattening the image in Photoshop, which obviously allowed the image to be easily resizable in Catalyst and the test browser window. However, I cannot use my separate elements when flattened; flattening defeats the purpose of Catalyst if I'm not mistaken.
    Any guidance?
    Message was edited by: joshlev

    Hi Martin - Those are really good questions! I did check and the image is uploaded. I assume I can see the image in my one browser because of the cache  since I could not see it on several computers that I had never pulled the site up on before.
    And actually I have it working now. Nancy had a good idea to check to see if I saved it as CMYK instead of RGB. When I went to go open the file on my computer Photoshop and Fireworks had an error in opening it. They had a problem opening the one I downloaded from the ftp too. It just looks like somehow the file became corrupted! Not sure how, but that seems like what the problem was since I have a new image up there now and it's working fine again.
    Thanks for all your help!
    Liz

  • HT1349 itune will not install correctly on my PC  Error message reads "service 'apple mobile device' failed to start

    itune will not install correctly on my PC  Error message reads "service 'apple mobile device' failed to start

    Hello cynthialane,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    How to restart the Apple Mobile Device Service (AMDS) on Windows
    http://support.apple.com/kb/ts1567
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Best of luck,
    Mario

  • ITunes will not install correctly on my PC with Windows 8.  Any hints?

    iTunes will not install correctly on my PC with Windows 8.  Any hints?
    The error message reads:
    iTunes.exe - Entry Point Not Found
    The procedure entry point ADiAdlD_AcquireMatchSlotIfNecessary could not be located in ghe dynamic link library C:\Program Filess(x86)\iTunes\iTunes.dll.

    See this User Tip by turingtest2
    Troubleshooting issues with iTunes for Windows updates

  • I downloaded the new iphoto and the upgrade and now iphoto will not open correctly anymore. please help

    I downloaded the new iphoto and the upgrade and now iphoto will not open correctly anymore. it stays on the opening screen and the message
    shows up that I must update the mediathek. If I click on update the program shuts down. How can I fix this?

    I downloaded the new iphoto and the upgrade
    Does that mean, you are running iPhoto 9.6 on MacOS X 10.10.1 Yosemite? Or are you using an older MacOS X? "New" iPhoto is relative and depends on your system.
    If I click on update the program shuts down. How can I fix this?
    Does "shut down" mean it crashes?  Then post please the error log from the error panel here - copy and paste the report into your next answer (the first 50 lines should suffice)
    Where is your iPhoto Library (Mediathek) stored? Have you moved it to an external drive, or is it still in your Pictures folder (the order "Bilder")?

  • Webpages will not load correctly on any browser

    Hey all,
    About 3 weeks ago I took the leap and upgraded my works PC from Windows 8 to 8.1 (as a test before doing the rest). Unfortunately since this time I've been continually encountering a major issue.
    This issue is that webpages will not load correctly (about half the time). Since the day I upgraded I've had issues with this, across all browsers. Sometime a webpage will load, sometimes it'll partially load and sometimes it seems to have loaded but actually
    hasn't (I.e. none of the links/inputs work). If I have an issue on a page, the only way I can get it to load is to click the stop button, navigate away from the page and then navigate back.
    I've tries assessing the problem with Firebug and it seems that the HTTP transfer is being cut-off at a certain point (which is non-consistent). The webpage is then stuck in a state of 'Transferring data' and will never finish loading.
    I've been looking around for answers and have come across some suggested solutions like running the All In One fix from tweaking.com, or flushing the DNS cache every few hours, but nothing is working.
    Has anyone any suggestions for how I could fix (or even further troubleshoot) this problem?
    Thanks
    David

    Please try a clean boot. 
    http://support.microsoft.com/kb/929135
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • My iphoto will not open correctly.  All I get is the little wheel going around and around.  What do I need to do to open my iphoto?

    My iphoto will not open correctly.  All I get is the little wheel going around and around.  What do I need to do to fix this?  I would like to be able to see my photos again.

    There are 9 different versions of iPhoto and they run on 9 different versions of the Operating System. The tricks and tips for dealing with issues vary depending on the version of iPhoto and the version of the OS. So to get help you need to give as much information as you can. Include things like:
    - What version of iPhoto.
    - What version of the Operating System.
    - Details. As full a description of the problem as you can. For example, if you have a problem with exporting, then explain by describing how you are trying to export, and so on.
    - History: Is this going on long? Has anything been installed or deleted? - Are there error messages?
    - What steps have you tried already to solve the issue.
    - Anything unusual about your set up? Or how you use iPhoto?
    Anything else you can think of that might help someone understand the problem you have.

  • Photos from the Internet will not load correctly. I get white boxes with blue question marks inside. This has only been happening for the past 3 weeks so I'm not sure why it is happening.

    Photos from the Internet will not load correctly. I get white boxes with blue question marks inside. This has only been happening for the past 3 weeks so I'm not sure why it is happening.

    Yes - email &amp; text work fine but when I use something like Google Images or search a blog with imbedded photos I get the empty white boxes with question marks.  If I click the question mark it opens the photo but I can't possibly do that for EVERY image on EVERY page I search!?!?!  I've rebooted the iPad &amp; my wireless card several times but neither action helped.  Have any clue what I should do now?

Maybe you are looking for