More than one business component (views) in the same JSP page

Hi, I am trying to have more than one business component (views) in the same JSP page as Input Form.
For example:
There are two BC4J:
Person:
Code.
Name.
Address:
     Person_code
     Street.
     City.
There is a master detail relationship between them and there is a link between both views in the application module.
I want to create a JSP page with an Input form for both views. When the user decides to create a Person, I need to insert in both tables.
Insert code and name into Person table.
Insert Person_code, Street and City into Address table.
It is possible to do in Forms but I am not sure if I can be able to do this in JDeveloper 10G.
Thanks

Sorry I lost the tabs
Person has two attributes Code and Name.
Address has three attributes Person_coden Street, City.

Similar Messages

  • HT4314 Can I have more than one Game Center account on the same Apple ID? If so, how do I set it up?

    I am playing Clash of Clans on my iphone and on my iPad. I would like to connect each of my games to a different Game Center ID so I don't lose them if something happens to my device, but I can't figure out how to do that without creating new Apple IDs for each device and I don't want to do that. Any advice? Can I have more than one Game Center account under the same Apple ID? If so, how do I set it up? Thanks!

    If you use the same account see the following to separate Messages and FaceTime between the two iPod see:
    MacMost Now 653: Setting Up Multiple iOS Devices For Messages and FaceTime

  • Can I use more than one blue-tooth device at the same time on IPhone 4S? Like a wireless headsets and speed and cadence sensor for cycling computer, receive the data and listen music simultaneously

    Can I use more than one blue-tooth device at the same time on IPhone 4S? Like a wireless headsets and speed and cadence sensor for cycling computer, receive the data and listen music simultaneously

    As long as the profiles are different (ex. HID vs AD2P) you will not have any issues. But say if you try to use 2 keyboards at once, it won't work. Or 2 headsets at once. Your scenario seems fine.

  • Can we start more than one user created database at the same time

    Hi.,
    Can we start/work more than one user created database at the same time ??
    --Shyam                                                                                                                                                                                       

    Hi Shyam,
    I really dont understand what you have asked?
    If your question is can we start more than one database at the same time then the answer to that is yes but provided to have enough resources on your server to support running of two or more different databases on the same machine.
    Ex Senior DBA

  • No longer able to see more than one window on screen at the same time

    In the last 2 days or so, I am no longer able to have a Safari window on screen at the same time as my Mail window. Same with Applications, I was working on a project in InDesign and wanted to check out how to print it booklet & double sided with my Epson printer but as soon as the Safari window is on screen the Indesign one disappears, which is no use at all for following instructions. I used to be able to have numerous windows available on screen at the same time (4 isn't unusual for me).
    Does anyone know what has changed? The only thing I'm conscious of doing was moving my dock and hiding it so I've put it back to where it was and always visible but I still can't have 2 different windows on screen at the same time. Any help/advice gratefully received, thanks

    Not sure I understand!
    Do you get an error when attempting to have two windows opened?
    A silly question on my part maybe but have you tried resizing the windows to more than one will be visible?
    To re-size a window left click the mouse to grab the bottom right corner of the window, hold the click and drag the window up, down, left or right to re-size.
    Alternately you can try clicking the green plus button on the on the top left corner of the window. This will automatically re-size the window to its best viewing size.
    Did you by change change the resolution of your monitor from System preferences?
    Message was edited by: iyacyas

  • How do I make more than one different artists go under the same album?

    Hey, I've had a little problem lately. I've got an album, with more than one artist in it, and at my iPod touch, the artists are all showing up one by one instead of just one single artist. I want to keep the artists names, but if it can't be solved, I'll take them away and give the album the same artist name.
    -MeThePowerful-
    Message was edited by: MeThePowerful

    In iTunes:
    select all songs of that specific album > right-click > Get Info > Sorting.
    There you can enter the main artist (album artist) of the album. Klick OK.
    Now the album should be listed under the main artist although you have different artist in the artist field.
    Experiment away and see if it works.

  • Can I update more than one iPad and iPhone from the same MacBook pro?

    Can I update more than one iPad and iPhone to ios 5 from the same MacBook pro? Our family has one MacBook pro and several iphones and ipads.  No one wants to lose their iTunes music or contact list or calendars.

    Yes, but you will want to think it through before you do it.
    The computer will become the "master" device, holding the definitive collection of music, photos, contacts, etc., and each iPad or iPhone will get a copy of what's on the computer. So if  everyone has different collections of music or photos that you all want to keep separate from each other, you'll want to set up different accounts on the MacBook Pro. To do that, go into "System Preferences" and click "Users", then click the "+" to create a new account for each person who needs their own set of files.
    That way you can each log in to your own MacBook account before you sync your iPhone or iPad, and everyone has their own copy of iTunes and their own iPhoto. If you happen to plug in an iPhone while logged into someone else's account, you just click "don't sync" (the 1st time only, it will remember after that). Sharing the same files becomes tricky, so this is only the best method if you want to keep things 100% separate.
    On the other hand, if you all have your music and photos mishmashed together on the MacBook anyway or just don't care about keeping things separate, just go ahead and sync your iPhones and iPads without setting up new accounts. But in this case, you should create playlists and photo albums in iTunes and iPhoto. Then plug in an iPhone, click on it's icon in iTunes, and change the settings for Music, Photos, etc to only sync the playlists that you want on that device. Repeat for each one. They'll all remember their own settings, and continue to sync with their designated playlists or albums.
    What you cannot do is use more than one computer with a single iPhone. That will wipe out the music and photos that were on it already, replacing them with the ones on the second computer.

  • Using more than one PU and PC for the same database

    I have a scenario described here: [http://www.seamframework.org/Community/UsingTwoParallelNestedConversationsWithParentAtomicConversation|http://www.seamframework.org/Community/UsingTwoParallelNestedConversationsWithParentAtomicConversation]
    which uses Seam, EJB3, JPA, Hibernate, Richfaces (modalPanel) and JSF.
    The question I have is the following:
    is there any negative consequence (memory consumption, performance hit, etc.) of using more than one persistence unit in the persistence.xml that points to the same EntityManagerFactory? I was thinking of having one PersistenceContext (Seam-managed PC - an extended PC which is conversation-scoped) which uses one PU and reserving the other PC for the modalPanel forms and backing beans (SFSBs).
    The reason I needed to use this solution/approach is so that when using Hibernate MANUAL flush with SMPC, I can achieve isolated synchronization of the PersistenceContext without updating values in the modalPanel forms and vice versa.
    Any tips on best practices or alternative solutions? thx.
    persistence.xml snippet:
       <persistence-unit name="boBETS">
          <provider>org.hibernate.ejb.HibernatePersistence</provider>
          <jta-data-source>java:/boBETSDatasource</jta-data-source>
          <properties>
             <property name="hibernate.dialect" value="org.hibernate.dialect.SQLServerDialect"/>
             <!-- <property name="hibernate.hbm2ddl.auto" value="validate"/>   -->
             <property name="hibernate.show_sql" value="true"/>
             <property name="hibernate.format_sql" value="true"/>
             <property name="hibernate.generate_statistics" value="true"/>
             <property name="jboss.entity.manager.factory.jndi.name" value="java:/boBETSEntityManagerFactory"/>
             <property name="hibernate.default_catalog" value="boBETS"/>
             <property name="hibernate.default_schema" value="dbo"/>
          </properties>
       </persistence-unit>
       <!-- using boBETS2 for ListValueParamAction for now! trying to isolate the em.flush() such that we can achieve atomic conversations for the
       base form as well as the popup form! -->   
       <persistence-unit name="boBETS2">
          <provider>org.hibernate.ejb.HibernatePersistence</provider>
          <jta-data-source>java:/boBETSDatasource</jta-data-source>
          <properties>
             <property name="hibernate.dialect" value="org.hibernate.dialect.SQLServerDialect"/>
             <!-- <property name="hibernate.hbm2ddl.auto" value="validate"/>   -->
             <property name="hibernate.show_sql" value="true"/>
             <property name="hibernate.format_sql" value="true"/>
             <property name="hibernate.generate_statistics" value="true"/>
             <property name="jboss.entity.manager.factory.jndi.name" value="java:/boBETS2EntityManagerFactory"/>
             <property name="hibernate.default_catalog" value="boBETS"/>
             <property name="hibernate.default_schema" value="dbo"/>
          </properties>
       </persistence-unit>What happens if I were to have 10 PUs and 10 PCs in the same app? Whether they're all pointing to same DB or not. What's the consequence of using "too many"?

    Yes, you can use multiple iCloud accounts in multiple User Accounts on one computer, but, as you know not multiple iTunes Match accounts. Keep in mind that the two services are not the same.
    Since you've posted your question to the iTunes Match forum, which it really doesn't pertain to, you might want to also post it to the iCloud on my Mac forum.

  • More than one iCloud and match on the same iMac

    We have 3 users accounts and 3 apple ids on the same iMac. Can we each use our own icloud on our own user account , as previously with itunes match have got myself locked out for having the computer associated with more than one apple id.

    Yes, you can use multiple iCloud accounts in multiple User Accounts on one computer, but, as you know not multiple iTunes Match accounts. Keep in mind that the two services are not the same.
    Since you've posted your question to the iTunes Match forum, which it really doesn't pertain to, you might want to also post it to the iCloud on my Mac forum.

  • HT204291 Can you send music to more than one airplay enabled speaker at the same time

    I have just purchased an airplay enabled speaker which is great, I would like another in the kitchen so as you move from room to room you can listen to the same music but I am not sure if you can play the music through more than one speaker at a time ?

    iOS devices and Apple TV's will only send the audio to one Airplay speaker at a time. However, iTunes on a computer will send audio to multiple Airplay speakers. With the help of Home Sharing and Apple's free Remote app on an iOS device you can control iTunes as well as the speakers connected to it.

  • Can I have more than one version of Reader on the same machine?

    I'm running Reader 8 because I like the user interface better than the more recent versions.  I'd like to also install the latest version only for some integrated tools that require it for use with AIR.  Can I have both installed?  I don't see any options when I try to download and install the latest versions (like where to install the software.  Ideally I'd like Reader 8 to be my default application to open .pdf documents.
    Thanks in advance,
    Gabor

    C F,
    Thanks for the reply.  In the meantime I have found that my integrated tools (Xilinx Document Navigator) allow me to open documents externally using any version / brand of reader.  It's not quite as nice as seeing the documents in the tool's own windows, but it's a good enough option for me given the relative infrequency I use this tool.  If I decide to try to integrate the Document Navigator with Adobe Reader, I might get away with using Reader 10.  Is there an app note on installing more than one version, or is this so "not recommended" that I'm on my own if I want to try it?
    Regards,
    Gabor

  • Can takes from more than one track be comped at the same time?

    Greetings,
    I know that this question has been asked recently in this forum (http://discussions.apple.com/thread.jspa?messageID=9527542&#9527542), but I don't think that the respondents completely understood the question... Or perhaps I did not understand the suggested solutions to the problem. I will ask the question in a slightly different way...
    Suppose that I record guitar with 2 microphones (a pickup mic, and a room mic). The first microphone is recorded onto track 1, the second microphone is recorded onto track 2. Multiple takes are done in this manner. When it comes time to comp the tracks, how is it done? Can the takes from more than one track be comped together at the same time? I have tried to do this by grouping both tracks together, but it does not work.
    Any suggestions?
    Thank you.

    You had the right idea grouping the tracks together. You must make sure that in the group settings, the box titled "region selection (edit)" is checked. This will allow you to make the same cuts (or in this case, swipes) on all regions in the group.

  • TS1474 Can more than one iPhone be synced to the same computer?

    Can you use the same computer to sync more than one iPhone?

    Most definitely more than 1  device can be used on the same computer.
    Now the only thing you'll have to worry about is if you use different AppleIDs and if the other users decide to sync contacts.
    What would be reccomended to keep all of your data seperate would be to create Seperate Windows User accounts or Different Logins on a Mac.
    These are logins for the computer specifically not AppleIDs
    If have questions on how to do that post what OS you are running, Mas OSX 10.6 10.7, Win XP Win Vista Win7

  • My business is buying ipads for our technicians.  They all need the same app.  If I buy one app, can more than one user use it at the same time if they have the same apple id?

    My business is buying ipads for our technicians.  How many users can share one apple id & how many users with the same apple id can use the same app at the same time?

    Use VPP.  Select an MDM.  Read the Google doc below and nsdjoey write up.
    IT Resources -- ios & OS X -- This is a fantastic web page.  I like the education site over the business site.
    View documentation, video tutorials, and web pages to help IT professionals develop and deploy education solutions.
        http://www.apple.com/education/ipad/resources/
        scroll down after all the pretty picture.  Click on the words "For It".
        business site is:
        http://www.apple.com/lae/ipad/business/#browse-it-resources
        If necessary, scroll down until you see the Browse IT Resources button.  Click on button.
    Joe Rowe's Excellent guides
    IT managers who are new to configurator and managing a cart of ios devices:
          https://docs.google.com/document/d/1SMBgyzONxcx6_FswgkW9XYLpA4oCt_2y1uw9ceMZ9F4/ edit?pli=1
             [ original announcement  -- https://discussions.apple.com/thread/4256735?tstart=0 ]
    Quick help presentation for students:
         https://docs.google.com/presentation/d/18937JdleX2gymtSb8zfbDczV-76BdR2DIfCV9eJi yOE/edit#slide=id.g1b776944_0_224
    good tips for initial deployment:
    https://discussions.apple.com/message/18942350#18942350
    https://discussions.apple.com/thread/3804209?tstart=0
    See nsdjoey writeup.  See third post.
    https://discussions.apple.com/message/22286109#22286109
    Institutions in the USA and other countries can use the App Store Volume Purchase Program (VPP) to buy Apps.
    https://support.assistiveware.com/index.php?pg=kb.page&id=54
    "Deploying a great quantity of iOS devices means creating a great quantity of Apple IDs. This script allows automated Apple ID creation from a spreadsheet."
    http://www.enterpriseios.com/wiki/Apple_ID_Automation_Builder

  • Is there a way to order more than one type of card at the same time from iPhoto?

    I would like to order a number of personalized cards from iPhoto, but I don't see a way of ordering them at the same time. It looks like they will all have to be separate orders. Is this the case or am I missing something? Otherwise, I pay more for shipping than I am for the card...in which case, I will just look elsewhere.
    Thanks,
    Denise

    No - except for photo prints you can only order identical items as a single order - different designs or products must be different orders
    LN

Maybe you are looking for

  • DVD Software for mac

    I know adobe has software for PC, but I have a mac....Have adobe release any software for the mac lately? Is is too expensive? thanks

  • Importing video from Canon ZR45mc into iDVD

    The issue I'm having is when I connect it to my MacBook Pro and perform a "one-step DVD" in the program "iDVD," it records, but it is very jumpy. To better explain, it is not a smooth recording, but instead jumps forward every second or two. So, need

  • Jpegs appear stretched in Timeline

    I'm bringing jpegs into FCP for a slideshow and they appear stretched out as though in HD. The sequence setting is set for 720 x 480. How would I make them appear as they normally should? Thanks.

  • Bad Image Encore - CS5

    I recieve this error when trying to run the Encore : "C:\Program files (x86)\Adobe\Adobe Encore CS5\aif_ogl.dll is either not designed to run on Windows or it contains an error. Try installing the program again using the original installation media o

  • OS username issue to start the portal server

    Hi Friends, We are working on Enterprise Portal server with xyz os username. Now xyz user left the company and his id is disabled. Please let me know how to change the os username and password to another user. Regards, Lakshmi Prasad.