Detail Table Not Changing When Master Table Selection Changes

Using JDev 11.1.1.6.
I am working through some Oracle tutorials (Storefront Demos).
I am accessing the Fusion Order Demo (FOD) schema.
I have created VOs based on BCs for Categories, Subcategories and Products.
I have added all to my data model and tested functionality using the AppModule.  This works as expected.
When I drag the Subcategories onto my jsf page as Master-Detail (Table-Table), the initial list is based on the first index of the BrowseCategory data control.
When I click on another row in the master table, the detail table refreshes but the same data appears.
I confirmed that the selection changes on the master table.
I added a button on the page and checked the BrowseCategoryIterator using some backing bean code and the iterator remains on the first record.
I checked the SelectionListener on the table and it is set correctly as   "#{bindings.BrowseCategory1.collectionModel.makecurrent}"
Does anyone have any idea why the detail table is not getting updated based on a relationship to the master table?
Thanks,
Raymond

Hi,
From what you are saying:
     1. it's working in application module tester
     2. you verified the current row of the iterator and you found that it is stuck on the first row
The problem is then that the selection in the table is not setting the current row in the iterator.
Try to add a custom selection listener where you just execute the "#{bindings.BrowseCategory1.collectionModel.makecurrent}" expression. this is just to make sure that the listener is being called.
Also, the problem might be that the current row is correctly set by the table selection, but later in the life cycle it is being reset. so maybe you can also overwite the methods that set the current row in your VOimpl (again by jsut calling the supper) to check if and when these methods are called.
Regards,
Elias.

Similar Messages

  • X-fi fatal1ty device not detected when running speaker selection wizard

    Gx-fi fatalty device not detected when running speaker selection wizard? ?
    System is a custom build, based off an ASUS A8N-SLI Premium, with two GTX7800 display cards. in a SLI configuration
    Fresh installation fo Windows XP Profesional with SP3 slipstreamed.
    Origional CD fails to detect the card, claiming a supported device is not present.
    This card has worked prevously, and is verified as fully functional in windows Vista. ?
    Please note Windows Vista can not be used.
    I have tried about 30 different versions of the drivers (each on a clean installation) and used both clean and dirty boots, and nothing is working.
    Before anyone points me at other threads in this forum, please note i have been scouring this forum for the past week trying every sugestion there is, and I have raised a ticket with Creative (who despite the prommise of a 2 day responce, have yet to respond)
    I have tired multiple versions of the NForce drivers, NVidia display drivers, Creative Drivers, Bios updates, Chipset hacks and more.
    does anyone hav a sugestion that is not already posted on this forum.

    Tried it on one of the spare PC's in the house earlier (Nforce 2 based) - still no recognition of the card whatsoever, it's as if it doesn't exist.
    I'm guessing that the card is pretty much toasted eh?
    --Jakk

  • MenuBar should not close when menuitem is selected

    MenuBar should not close when menuitem is selected so that user can check multiple menu items

    PopUp a List instead.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Adobe Form Section is Not Showing When Value is Selected from Dropdown List

    Hello Experts
    We have this issue where an ADOBE FORM is embedded in a WEBDYNPRO APPLICATION. 
    When selecting a value from the dropdown field in the ADOBE FORM, some particular section in the ADOBE FORM is not shown.
    Here's the ADS and NW versions that we were using.  We are running on EHP5 landscape.
    - ADS - 7.3 SPS 3
    - NW 7.3 SPS 3
    PS. The same program is working in EHP4 correctly.
    Any idea on how to resolve this issue?

    This is a custom built form, the thing is we just upgraded our system to EHP5 and we are in the test phase. The same form works in system in EHP4.
    Based on the dropdown list selection, there are some sections in the form which are hidden previously will be shown now. when you change the country in the dropdown the new sections appear. The sections will not be visible before you select the couuntry from dropdown.
    Should I upgrade my Adobe live cycle designer version to a higher one?
    Thanks

  • PB backup file (bbb) not listed when trying to 'Select a backup file to restore'

    I am running Desktop Manager 7.1.0.32.
    I backed up my PB and an upgrade to 2.0.1.358 wiped out all the data and apps on my PB.
    When I try to restore, the backup file is not listed for me to select to restore. Backup path is correct.
    Any ideas?
    Thank you in advance!

    Not necessarily. In v7x they changed the BlackBerry backups to bbb but the Playbook was always bbb. it used to be that bbb files from the Playbook were merely .zip files and it was possible to change the extension and then unzip the files and see what was in it. I think that has changed but the bbb extension didn't change.
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Subtitles not appearing when play all selected.... please help

    Hello All,
    The deal goes like this... I am making a DVD for a national park and I have 4 videos
    3 of which have subtitles. The subtitles are on a separate menu and you don't have to select to show subs, they are automatically selected when the viewer selects the video of choice. The client now wants a play all button, which I did with stories. Well it works fine in the simulator but when I burn the DVD nothing.... The subtitles are still available on the single tracks but not when you selected all.
    Any ideas.

    It should work, is the pre-script set in the story or the track?
    Actually stepping back a second, how is the project set-up? It looked like it was stories between tracks?
    Also take a look here
    http://discussions.apple.com/message.jspa?messageID=2069686#2069686
    http://discussions.apple.com/thread.jspa?messageID=2065380&#2065380
    And as Hal noted here sometimes prescripts act strange so you could also try the same script as standalone
    http://discussions.apple.com/thread.jspa?messageID=5425873&#5425873

  • LOV values not displayed (when master values are changed)

    Sorry for the confusing subject....
    I have a codevalue table which contains all generic lookup values.
    employee table has employeetype which is getting value from codevlaue table but they are not linked (no foreign key relationship)
    Problem is this
    Example.... for eomployee 1 let say exmployeetype = perm. if i change the codevalue from perm to permanent.
    next time I open the employee 1; I see the employeetype = empty as perm value is not available in lov.
    Any way I can overcome this problem using configuration or do i have to generate my own lov in Vo?
    I am using oracle 11.1.1.3 adf bc.
    let me know if you need any more info

    Thanks ....
    Let me go through step by step process....
    LOV is working fine.....for employetype i see the correct value
    Now steps I performed which led to this problem
    1. for my employee #1, i have employeetype='perm'*
    2. I went to codevalue table and changed the value from 'perm' to 'permanent'
    3. I went to employee page for employee #1, i see empty employeetype (I want to see the current value which is 'perm')
    drop down for employeetype shows correct current value
    Now 'perm' doesn't exist in codevalue table and when lov gets generated..... it doesn't have that value......
    What i want is not matter if codevalue has the current value of employeetype or not, I want to see the current employeetype value selected......
    does that make sense?
    1.

  • .AVI files not showng when RAW Only selected at import time

    Hi board,
    When I am looking at my SD card from my Nikon D90 in the Import view of Aperture I have the 'Raw Only' option selected for the RAW+JPEG Pairs setting. This results in .AVI files not showing up in the browser. Meaning that when I believed I was importing all my photos in RAW and my movies, my movies were actually not even considered for importing. I realize (now) that RAW Only quite litteraly means RAW Only, but why do I have to select Both when importing to get my movies? Then I would have to weed out any eventual JPEGs that I might have taken but do not want to import.
    I'm simply curious why .AVI are excluded together with .JPEGs. I did not consider this to be intuitive or clear to the user (since the setting is called RAW+JPEG Pairs, not mentioning that it could possibly exclude movies).
    Thanks!

    Same here, with Aperture 3.2.2, OS 10.7.2
    That definitely seems to be a bug to me; if either "JPEG only" or "RAW files only" is selected, the File Types selector is ignored, and no audio or video media are available in the import panel.
    Regards
    Léonie

  • Settings/Show menus not appearing when shared computer selected.

    My daugher and have PCs and share our iTune libraries with each other.  I'm not quite sure when this happened, but there are no longer any menus available when we select each other's computer under SHARED.  We can't select "Items not in my library" to import new music.  Additionally, we can't set iTunes to automatically transfer new purchases from the other's library. 
    How can we get our menus back?

    It should work, is the pre-script set in the story or the track?
    Actually stepping back a second, how is the project set-up? It looked like it was stories between tracks?
    Also take a look here
    http://discussions.apple.com/message.jspa?messageID=2069686#2069686
    http://discussions.apple.com/thread.jspa?messageID=2065380&#2065380
    And as Hal noted here sometimes prescripts act strange so you could also try the same script as standalone
    http://discussions.apple.com/thread.jspa?messageID=5425873&#5425873

  • Flash element panel does not appear when Flash is selected in DW3

    In DW3 (Win7) After creating several slide shows using image viewer and months later when I want to edit the image viewer.. When I click on the flash slideshow that I created in image viewer in order to edit it and the Flash Elements panel does not appear on the right as it did before. I have the Tags panel open and it has changed to Flash elements in the past but it is no longer appearing. This happened with a friends DW3 also.

    DW3 or DW CS3?

  • I've recently had my acrobat pro subscription stopped, yet my payment details have not changed

    Why was my subscription stopped and why would my payments be halted if my subscription details remain unchanged ?

    1st, this is the PREMIERE Pro video editing forum, not Acrobat Pro
    If you go to the Forums Index http://forums.adobe.com/index.jspa You will be able to select a forum for the Adobe product(s) you use
    2nd, all of these forums are user to user, not Adobe support... you need Adobe
    Adobe contact information - http://helpx.adobe.com/contact.html
    OR
    Next link has a "Chat Now" button near the bottom
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html

  • Transaction details is not showing when page is opened from alert mail

    Dear all,
    Hope you are well enough.
    I am facing a problem that i have a search page and after searching i am opening the details page.
    There are many region for different type of data and all are showing accurately.
    But the problem is that i am also opening this DetailsPG.xml from workflow mail where a link is give of that particular transaction.
    When the page is opened then all sections are showing the data correctly except one region.
    But i have done the following task in ProcessRequest() method
    1.Get the transaction id.
    2.Execute the view for that particular transaction.
    3.Correctly mapped the attributes.
    Is there any checking needed that from which responsibility the page is opening?

    You need to have a JFrame to add your components to.
    For example, make your class extend JFrame and set your main panel the ContentPane (assuming that all your components have been added to this panel).
    public class SimpleSender extends JFRame {
    this.setContentPane(JPanel1);
    this.setVisible(true);
    }

  • Brush files not displayed when "load brushes" selected

    i am using ps cs3. i have more brushes than i can display so have created a separate brushes folder within the adobe photoshop cs3 folder. it's on the same level as the presets folder. until recently, i've been able to go to that folder from the 'load brushes' option. now, however, when i select 'load brushes' only a few folders are displayed within the adobe ps cs3 folder. i can no longer see my brushes folder [the one that's on the same level as the presets folder].
    on the screencap, you can see the brushes folder and the presets folder. i should be able to navigate to the brushes folder from within photoshop but it doesn't appear.
    this is what i see within ps cs at the same level:
    why isn't the brushes folder showing from within ps? i've been using it for ages and suddenly it doesn't appear.
    i'd be grateful for any help or suggestions. thanks so much.

    i thought this was going to solve the problem but it doesn't. the file path as shown from the load dialog box looks like this
    however, when i try to find the *application data* folder starting at c: so that i can follow the path and move the brushes, the application folder doesn't appear under c:\documents and settings\ellie\ nor can i find it using the search command.
    here's a screencap of the windows explorer bar. there is no application data folder. i'm totally baffled.
    i don't understand what i'm doing wrong or what the problem is. ??? i'd be grateful for any further help. if i have to, i can load brushes individually, but i'd really like to understand where i'm going wrong.
    thanks in advance.

  • Setting options do not appear when autofill is selected

    Greetings,
    I am trying to set my iPhone 5 to autofill with music, it seems like itunes just picks how much music to load? I would like to pick how much

    McAfee Search Advisor is being rewritten look for a new version about 3rd week of July, 2011. For more information see "Problematic Extensions". Users have been experiencing a lot of problems ever since about Firefox 3.6.6 or maybe earlier, but it is blocked at least in Firefox 5 due to a high number of crashes.
    see
    * Problematic extensions - MozillaZine Knowledge Base<br>http://kb.mozillazine.org/Problematic_extensions
    * McAfee Communities: Latest firefox update and Site Advisor...<br>https://community.mcafee.com/message/195191#195191
    * Add-ons Blocklist | Mozilla<br>https://www.mozilla.com/en-US/blocklist/

  • Add-ons window does not appear when selected from Tools/Addons unless new tab opened first

    Addons window does not open when Tools/Addons selected, unless New Tab (blank) selected first. Is there a fix, or is this a bug
    == This happened ==
    Every time Firefox opened
    == upgraded to 3.0

    This is an issue with one of your add-ons, Mr Tech Toolkit, it is a known problem but I know of no fix, though there are some workarounds.
    In the Mr Tech Toolkit options, on the "Manager Hacks > Behaviour" section, you will have "Select Window Target" set to "New Tab". A workaround is to change it to "New Window"
    Another workaround is to use a bookmark to open the add-ons manager in a tab. Create a bookmark with the following location:
    chrome://mozapps/content/extensions/extensions.xul

  • InfoPath 2010 - Multiple Selection List Box - Rule Does Not Run When Unchecking Value

    I have a multiple selection list box on a form. I have a rule that sets the value of another field. There is not condition. Just any time item is checked or unchecked the value of the other field should
    change. This works when checking an item in the list box but not when unchecking the item in the list box. My question is - do rules not fire for a multiple selection list box when unchecking an item?

    Hi,
    I have tested in my lab environment, the rules seemed only fire for the latest checking action, and it did not fire when uncheck multiple-selection list box. Here is a workaround for your reference:
    http://www.infopathdev.com/forums/p/17850/62269.aspx
    However, I’d recommend you use check box instead, since it is much easier to set rule according to value of it. We can set it as true when we check the box, and set it as false when we uncheck it as below:
    Then it is simple and clear to make rule according to the value of check box.
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety,
    or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.
    Regards,
    Rebecca Tu
    TechNet Community Support

Maybe you are looking for

  • I cannot change the font; the Content panel in Options does not have a font setting

    I would like to change the font in my Firefox browser. The help instructions tell me to got to 'Tools,' 'Options,' and then open the 'Content' panel. However, when I do so there is nothing in the Content panel that allows me to change fonts.

  • Use ZBEX Anonymous Login Service in BIApplicationFrame in ABAP Web Dynpro

    Hello, We created a ZBEX Service as an alias of the BEX Service as per SAP OSS Note 516884 to allow users to anonymously access BW reports. Now we want to embed the BI Web Application in an ABAP Webdynpro as a BIApplicationFrame. Note that the ABAP W

  • C# - Acrobat 9.4.5 - PrintPages not responsive

    I've been stuck on an issue for a month or so, and running out of ideas. I'm trying to use the Acrobat API's "PrintPages" method to print a PDF document. I'm able to load the PDFs in my WinForm just fine, populate their fields, etc. But whenever I in

  • Failure window.cpp line 2039

    Developed LV 5.1.1-Applications on Win NT4.0. Now i need to run them on WIN 2000 Systems but receive only errors while starting : window.c line 2019 (by starting my Application.exe) window.cpp line 2039 (by starting the LV Development system on the W

  • Change CO report currency to USD (grr2)

    I have a CO report done with GRR2 transaction with EUR as currency.Iwould like to change it in USD currency. what i can do.