How to get PPR with ADF BC without FkLink defined?  (Jdev 11 with ADF BC)

I have seen the demos where PPR is demonstrated with a master-detail relationship defined. How do you do this if the relationship is not defined. Here is an example based on the HR schema tables:
ViewObject1
select distinct city || ' ' | country_id, location_id from locations;
ViewObject2
select
d.department_name,
j.job_title,
count(*) counter
from
employees e inner join departments d
on e.department_id = d.department_id
inner join jobs j
on e.job_id = j.job_id
where
e.department_id in (select distinct department_id from departments where location_id = :Loc_ID)
group by j.job_title, d.department_name;
In a JSF page, the visual components would be a list item based on ViewObject1 and a ReadOnly Table based on ViewObject2
I want to see the data in ViewObject2 get updated when a new value for ViewObject1 is selected. What are the steps to accomplish this?
Thanks, Ken

Frank,
Thank you for the response. Two (hopefully) quck questions to follow up.
1. Can you point me to documentation that explains indepenedent vs dependent VO and the implications. I understand the idea, just would like to get a thorough explanation of each.
2. Can you point me to documentation on implementing the code to set the query condition and implement it. I figure this has to do with backing beans, but have just started programming with ADF Faces. (Most of my programs are 10.1.2 using struts - lots of code.)
I have the Fusion Developers Guide for Oracle ADF, and the Web user Interface Developer's Guide for Oracle Application Developers Framework. Pointing me to key chapters would be a great help!
Thank you,
Ken

Similar Messages

  • How to get voice memo to computer, without sync u Iphone with pc library

    okay, what i want to find is how ( and there better be a way, couse i am ****** ), how can i get my voice memo from iphone to computer. I have a very important lecture recorded, the issue is that now i am using a different laptop and my iphone is not sync with my new laptop's itunes library.
    I was using itunes 9.1 or smth, and when i first connected my iphone, after recording memo ( to my new laptop ) it wrote a new voice memo is detected or something do you want to copy it, i pressed yes, and it copied the voice memo, i listened to it and then i deleted it, because i thought that the sound quality was better listening on iphone through the headphones then on laptop, but now i need to mail, that voice memo to my friend. That lecture is an hour long so i can't mail through iphone or mms, and when i connect my iphone to itunes the lecture does not appear as new and it doesn't offer to copy it to pc. So is there anyway to get the voice memo to my pc. ( i tried deleting itunes and reinstalling, because i thought, that maybe the reinstalled itunes would detect the voice memo as new, but it didn;t ( **** you apple with your leftovers ... )
    Anyway, i really need help with this, hope apple technical staff will be able to answer it, though i doubt they will ...
    Anyway, any help is appreciated, thank you in advance guys.
    p.s. i can't sync my iphone with new laptop's itunes library because voice memo would be deleted then.
    Please help
    Message was edited by: Kipras
    Message was edited by: Kipras

    You'll need to use third party software to extract the voice memo from your phone. You are correct in that since you deleted the memo from your itunes library, it will be deleted from your phone if you do sync:
    http://www.wideanglesoftware.com/touchcopy/index.php

  • How to get the MAC address of the additional 10G NIC with ILO command line

    how to get the MAC address of the additional 10G NIC with ILO command line?
    thanks.
    This question was solved.
    View Solution.

    Hi Bruce,
    Out from what I can find on this network card is it not possible to get the mac address without a OS. I would recommend you to get/burn a Linux/Ubuntu live CD/DVD and run a Ifconfig in there.
    Hope it helps you.
    Best regards
    Zincas
    I work on behalf of HP

  • How to get current version of safari. without having safari browser?

    how to get current version of safari. without having safari browser?

    I don't understand the question. Safari is a browser.
    Can you elaborate on what your are trying to do that initiated the question? People may be able to come up with some other option that gets you working the away you want.
    When you respond, please post the version of the Mac OS and the version of Safari you currently have. Otherwise, people are guessing and the quailty of help you get plummets.

  • How to get Value of tree node without Reload Page

    hi,
    i worked with apex 4.2 and i created Tree and tabular form to retrieve the date according the value of tree select node the code of tree something like this
    select case when connect_by_isleaf = 1 then 0
    when level = 1 then 1
    else -1
    end as status,
    level,
    "ENAME" as title,
    null as icon,
    "EMPNO" as value,
    null as tooltip,
    'f?p=36648:34:5234984107903::::P40_SELECTED_NODE:'||empno as link
    from "DEPT"."EMP"
    start with "MGR" is null
    connect by prior "EMPNO" = "MGR"
    order siblings by "ENAME
    and i put Selected Node Page Item: P40_SELECTED_NODE . the tree worked good and retrieve the data into tabular form according to tree node value
    my Question :
    1- i want to retrieve the data without submit the page where each time i select value from tree make page reload to update the tabular form with new value ,there is any way to pass the value of tree node to P40_SELECTED_NODE item and refresh tabular form without page reload .
    2- i want when selected from tree run page process according to value of tree node i tray to create Dynamic action with *(jquery selector : div.tree li>a)* but the Value of node incorrect.
    Regards
    Ahmed;

    look at this link
    Re: How to get Value of tree node without Reload Page ..!

  • I need to know how to get my notes onto icloud without retyping them

    i need to know how to get my notes onto icloud without retyping them

    First of all - allow me to provide you a link relating to security / av etc.....
    http://www.thesafemac.com/mmg/
    secondly - data confirm your exterminal drive is compatable with your mac
    * i have a 1tb external where I have 1/2 formated for mac and 1/2 for win....on the win side I can read the file and move it but not update it...on the mac side I can do all
    third - depending on how your emails area set up (pop3, imap, http) and you left them in the cloud (or on your email providers server) you simply add the mail to your mac mail

  • Does anybody know how to get rid of icudt49.dll without downloading itunes? please help!!

    Does anybody know how to get rid of icudt49.dll without downloading itunes. I have run norton utilities througth but it does not take care of this problem.

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • How to get the fixed result in a DES/CBC mode with fixed input data and fix

    How to get the fixed result in a DES/CBC mode with fixed input data and fixed key. Below is my program , I tried to get the checksum of the DESInputData with the DESKeyData, but each time the result is different.
    below is my code:
    byte[] DESKeyData = {(byte)0x01 ,(byte)0x01 ,(byte)0x01 ,(byte)0x01, (byte)0x01 ,(byte)0x01 ,(byte)0x01 ,(byte)0x01 };
    byte[] DESInputData = {(byte)0x31 ,(byte)0x31 ,(byte)0x31 ,(byte)0x31,(byte)0x31 ,(byte)0x31 ,(byte)0x31 ,(byte)0x31 };
    SecretKeySpec skey = new SecretKeySpec( DESKeyData, "DES" );
    Cipher cipher = Cipher.getInstance("DES/CBC/NoPadding");
    cipher.init( Cipher.ENCRYPT_MODE, skey );
    byte[] result = cipher.doFinal( DESInputData );

    Use class javax.crypto.spec.IvParameterSpec to specify IV for CBC mode cipher:
    // Create CBC-mode triple-DES cipher.
    Cipher c = Cipher.getInstance("DESede/CBC/PKCS5Padding");
    // Specify IV.
    IvParameterSpec iv = new IvParameterSpec(new byte[] { (byte)0x01, (byte)0x23, (byte)0x45, (byte)0x67, (byte)0x89, (byte)0xAB, (byte)0xCD, (byte)0xEF });
    // Initialize cipher with proper IV.
    c.init(Cipher.ENCRYPT_MODE, yourKey, iv);
    // Encrypt and decrypt should work ok now.
    For more info about cryptography, search the Internet for IntroToCrypto.pdf from mr. Phil Zimmerman. This document is also part of PGP (http://www.pgp.com).
    An excellent book is 'Applied Cryptography' from Bruce Schneier (http://www.counterpane.com/applied.html).
    Regards,
    Ronald Maas

  • How to get List Item attachments name without write any custom code or any database query?

    Hi,
    How to get List Items attachments name without write any custom code or any database query?

    You can get it from Rest,
    There are 2 options,
    1) create a 'Result Source' which has a search query for that List which has attachments 
     - Use rest query to get the 'Filename' , it will have the attachment file name 
    For example, if the result source id is : 73e6b573-abf8-4407-9e5f-8a85a4a95159 , then the query will be 
    http://[site URL]/_api/search/query?querytext='*'&selectproperties='Title,Path,FileExtension,SecondaryFileExtension,Filename'&sourceid='73e6b573-abf8-4407-9e5f-8a85a4a95159'&startrow=0&rowLimit=100
    You can refine the query, be giving proper 'querytext'
    2) Use the List rest api
    For example if your list guid is :38d524a1-e95c-439f-befd-9ede6ecd242e
    You can get he attachments for 1st item using this 
    http://[Site URL]/_api/lists(guid'38d524a1-e95c-439f-befd-9ede6ecd242e')/items(1)/AttachmentFiles
    get2pallav
    Please click "Propose As Answer" if this post solves your problem or "Vote As Helpful" if this post has been useful to you.

  • Hey there! well i from india and i m facing problem connecting my debit card to the itune store ,as the very option is not there, can someone guide me how to get it connected , i have a mastercard debit card with me .please help me

    hey there! well i from india and i m facing problem connecting my debit card to the itune store ,as the very option is not there, can someone guide me how to get it connected , i have a mastercard debit card with me .please help me

    if you are signed in to iTunes with your AppleID, click on the AppleID > view account > payment information > enter in your information

  • I upgraded to the iphone 4S yesterday, ive got my contacts-apps-music back but I've not been able to figure out how to get my ringtones back? I purchased many tones with my 3G I assumed they would go back on my new one with everything else..

    I upgraded to the iphone 4S yesterday, ive got my contacts-apps-music back but I've not been able to figure out how to get my ringtones back? I purchased many tones with my 3G I assumed they would go back on my new one with everything else..

    The iPad is looking for a 4 digit passcode that you used to lock the device. Did you set a 4 digit code when you set up your iPad? You need to enter that code in order to unlock it. If you don't know the code, you will have to restore the iPad in order to unlock it.
    Read this for more information.
    iOS: Forgot passcode or device disabled - Apple Support

  • My sister has the latest iphone 4 update and so do I. She has this feature that is like a shortcut on her screen at all times and I was wondering how I get it? Its like a square thats faded with a white circle around it?

    My sister has the latest iphone 4 update and so do I. She has this feature that is like a shortcut on her screen at all times and I was wondering how I get it? Its like a square thats faded with a white circle around it?

    Whereabouts on her screen at all times? What does it do?

  • IPhoto doesn't seem to pick up my iPhone device when i plug it in...how am i meant to get my photos to computer WITHOUT using photo stream with iCloud?

    i want to be able to put my photos on without having to use icloud....when i usually plug in my phone to the imac it would automatically bring up itunes, then iphoto and continue to automatically ask to import my photographs, but today i plug it in and it brings up itunes, then iphoto, but doesnt bring up my device in iphoto and doesnt show any photos to import that are on my iphone??? hhhhelp!!! plzzz!! ...and is there another way to be able to get my photos to computer without icloud?

    Some people have fixed this with a simple re-start of the phone, others needed to reset the Phone.
    Regards
    TD

  • How to get and delete questionable mail without actually opening it first.

    I am new to Apple again, having bought my first Apple many years ago (an Apple 2C). Does anyone know if I can get mail and delete it without opening it first? If so, I am thinking it is somehow in Preferences but I cannot figure it out. I often get mail from unknown sources (left over from my PC days - ?able viruses on PC) that I don't wish to take the chance to open. In order to delete it, I have to open it first. Any thoughts?? Thanks in advance for your help.

    Actually, there is a risk in viewing certain messages, but only if you have enabled Preferences > Viewing > Display remote images in HTML messages — see How HTML Email Messages Relate to Unsolicited Commercial Email ("spam").
    As long as Display remote images in HTML messages is OFF and you don’t click on any hyperlink or image the message may contain, you can safely view any messages you receive in Mail.
    That said, there are at least three ways to select a message and delete it without displaying its contents:
    (1) You can hide the preview pane by dragging the separator bar between the message list and the preview pane to the bottom of the window, or by just double-clicking within the separator bar, so that the preview pane disappears and only the message list is visible. To make the preview pane visible again, drag the separator bar up from the bottom of the window, or just double-click on the separator bar again.
    (2) If you select the message with the mouse, the message is displayed in the preview pane when the mouse button is released, not when it’s pressed. This allows you to drag the message to the Trash or to any other mailbox without Mail trying to display its contents.
    (3) Ctrl-clicking on a message causes a contextual menu to appear, from which you can usually (but not always, don’t ask me why) choose Delete or Move To, before the contents of the message are displayed in the preview pane.

  • How to get InitialContextFactory using RMI/IIOP without using weblogic.jar

    Hi Robert
    I know this is an old post. but I am interested in knowing how to get the
    initial context using RMI/IIOP without the use weblogic specific classes
    like weblogic.jndi.WLInitialContextFactory . If you have a code snippet that
    you can provide as an example, it would be just great.
    thanx in advance
    Daya Sharma
    See comments inline...
    Stewart Wachs wrote:
    I would like to get an initial context to Weblogic JNDI from a client.
    code snippet:
    Hashtable ht = new Hashtable();
    ht.put(Context.INITIAL_CONTEXT_FACTORY,
    "weblogic.jndi.WLInitialContextFacorty");
    ht.put(Context.PROVIDER_URL, "t3://localhost:7001");
    try {
    Context ctx = new InitialContext(ht);
    catch(...) {
    This works fine when I include weblogic.jar (and other dependend weblogic
    jar's) in the classpath.
    Is there a way to access WL JNDI from a client without the weblogicclasses
    in the classpath?If you are using WLS 6.1, you could use RMI/IIOP to do this but in general,
    the
    answer is no, you will need at least some of the weblogic classes on the
    client.
    If not, is there a lightweight jar available for distribution for client
    JNDI connectivity?This is something in the works. In addition, a colleague and I are working
    on
    a white paper that describes the "Thin Client Options with WebLogic Server"
    that we hope to make available in the not too distant future...
    Are there any licencing issues with distributing the weblogic classes to
    clients that need to access WL JNDI?No. WLS is licensed by the server so you are free to distribute
    weblogic.jar
    to your clients.
    Hope this helps,
    Robert

    Take a look at the RMI/IIOP section of our whitepaper "Small Footprint
    Client options for BEA WebLogic Server" at:
    http://dev2dev.bea.com/resourcelibrary/whitepapers.jsp?highlight=whitepapers
    Daya Sharma wrote:
    Hi Robert
    I know this is an old post. but I am interested in knowing how to get the
    initial context using RMI/IIOP without the use weblogic specific classes
    like weblogic.jndi.WLInitialContextFactory . If you have a code snippet that
    you can provide as an example, it would be just great.
    thanx in advance
    Daya Sharma
    See comments inline...
    Stewart Wachs wrote:
    I would like to get an initial context to Weblogic JNDI from a client.
    code snippet:
    Hashtable ht = new Hashtable();
    ht.put(Context.INITIAL_CONTEXT_FACTORY,
    "weblogic.jndi.WLInitialContextFacorty");
    ht.put(Context.PROVIDER_URL, "t3://localhost:7001");
    try {
    Context ctx = new InitialContext(ht);
    catch(...) {
    This works fine when I include weblogic.jar (and other dependend weblogic
    jar's) in the classpath.
    Is there a way to access WL JNDI from a client without the weblogic
    classes
    in the classpath?
    If you are using WLS 6.1, you could use RMI/IIOP to do this but in general,
    the
    answer is no, you will need at least some of the weblogic classes on the
    client.
    If not, is there a lightweight jar available for distribution for client
    JNDI connectivity?
    This is something in the works. In addition, a colleague and I are working
    on
    a white paper that describes the "Thin Client Options with WebLogic Server"
    that we hope to make available in the not too distant future...
    Are there any licencing issues with distributing the weblogic classes to
    clients that need to access WL JNDI?
    No. WLS is licensed by the server so you are free to distribute
    weblogic.jar
    to your clients.
    Hope this helps,
    Robert

Maybe you are looking for

  • How to delete text vertically in Pages

    I have a log of text messages that me and my friend have had, and I want to delete the time informations from it. The example below will help you understand the situation. 2012/7/16 4:30, Me : Blah blah 2012/7/16 4:31, A : Blah blah 2012/7/16 4:32, M

  • How do I remove Lion and go back to snow leapard

    Lion does not work well with several of my applications the most important of which is my client data file and billing program which keeps crashing with Lion.  I want to remove it and go back to SL but don't want to lose any data that I have put in m

  • MSI R7950 TF 3GD5/OC BE DXGI_ERROR_DEVICE_REMOVED

    Hi, sorry I speak very low english, I have a brand new system: Graphics: MSI R7950 TF 3GD5/OC BE (Serial number is: 602-V276-18SB1212032385 Board: Asus Sabertooth FX990 rev 2.0 SSD: Corsair 240GB GTX RAM: 2x 4 GB 1866Mhz Corsair Vengeance PSU: Corsai

  • Iphone 3GS skype problem

    Hello, I am experiencing some difficulties on skype using with my iphone. My problem is that whenever I use skype to make phone calls on my iphone, it always quits the skype and goes to the iphone home page when I type more than 6 digits. I can't eve

  • Editing sound in CS3,,,?

    I tried a search here for 'sound' and it came up with no results! So I'm sorry if this has cropped up before. How do other folks edit sound in Premiere CS3? I've been editing mine in Pro Tools for ages, but sometimes after importing into Premiere I'd