[SOLVED] Can JSPX page have two PageDefs? (Importing pages in ADF)

Is there a way to make a JSPX page to reffer two or more pageDefs? I have this problem when importing one or more JSPX pages with their own pageDef files into surrounding JSPX page. Binging container creates only objects defined in PageDef of the surrounding page, but I need all objects from imported pages also in binding container.

Hi,
no you can't. ADF loads one binding container at a time and cannot handle multiple in parallel. This is changed in JDeveloper 11 when we support templates with binding references. Until then there is no referencing mechanism to external pagedef files
Frank

Similar Messages

  • Got an email stating my Creative Cloud Membership ends tonight, yet I'm all paid up and the card I'm using to pay for it is good.  I have two very important projects going on and can't afford to have CC go down.  Please help!

    got an email stating my Creative Cloud Membership ends tonight, yet I'm all paid up and the card I'm using to pay for it is good.  I have two very important projects going on and can't afford to have CC go down.  Please help!

    You have 3 CC under same Adobe ID out of which one purchased on has expired, you are getting notification due to this.
    Creative Cloud Photography plan (one-year)
    Desktop Subscription
    Mar 30, 2015
    The other two are active, however it is advisable to have one CC under one Adobe ID.
    Regards
    Rajshree

  • Just updated my iphone. Now I can se I have two? iCloud accounts? One of them appears on my phone, and I have forgotten the password. When I try to add the other account, I get the message that this account is already added, but with the name of the first

    Just updated my iphone. Now I can se I have two! iCloud accounts? One of them appears on my phone, and I have forgotten the password. When I try to add the other account, I get the message that this account is already added, but with the name of the first account where there is no available password. I have tried several times to reset the password, bun I don't get the information I need - I have no access to email. What can I do?

    Hi, thanks for the suggestion. I have tried as you suggested, and when opening the "purchased" apps some have the icloud logo next to them, but I only have "OPEN" against "Find My iPhone". When opening it up, it goes through the same routine; needs to be updated before proceeding, and wouldn't update because I don't have IOS8.
    Anything else I could try, or am I doomed!
    All of your help is much appreciated, thanks

  • How to link the same horizontal page for two different vertical pages without duplicate them?

    Hey guys,
    Is there a way to link the same horizontal page on two different vertical pages without duplicate the horizontal page?
    I have a doublepage of a book splitted in two parts in different vertical pages but i want link the fullsized image in the horizontal page for both of them. Got that? hahaha
    Thank you all

    Confusing But interesing.
    I think it's possible. I have a idea. It will need one advanced trick.
    To explain it, I need test simply haha.

  • Why can't I have two applications open on the desktop at the same time ?

    I can, it seems, with two Mac applications (eg Numbers and Pages) but cannot with non-Mac software. For example I would like to have Firefox (web broswer) open at the same time as running Songbird (music player). But when I click on one the other minimises to the dock. I've tried varios combinations of holding companion keys down when I click (CMD, Shift etc) to no avail.

    Open Macintosh HD > Applications > Utilities > AirPort Utility
    Click Manual Setup
    Click the Internet icon
    Click the Internet Connection tab
    Connect Using = Ethernet
    Connection Sharing = Share a public IP address
    Click Update to save settings
    Wait a full minute for the Time Capsule to restart, then check the network again.

  • Why can't I have two libraries?

    I have two computers and it won't allow me to add all my music to my iPhone 3G. I can put all my music on it then hook it up to another computer then it wants to delete it and sync it with all the other music. Its either I delete all of it from the other computer or I don't put songs on it from another PC. Is there a way around this?

    I have a MBP and a Windows PC. Purchased a program called TuneRanger which sync's/copies both library's so they are always the same. Not that problem is gone...

  • Can iPad Air have two wi fi networks

    Can the IPad Air have two wi fi networks at the same time, I am trying to set up a wi fi printer to use ipad and another make lap top but iPads don't work unless you swap networks

    Thanks Philly Phan it's what I thought but it's always best to check with the experts
    TBos57

  • On an iPad, how do I insert a blank page between two using iWork Pages?

    I realize how many times I used the word 'pages' in the question, I was unable to think of a less confusing way to word it. :)
    I am using an iPad with Pages loaded on it. All software is up-to-date. I have downloaded a few templates apps to use with it. I have figured out how to add a blank page to the end of the document (by hitting enter at the base of the previous page before it). However, I would like advice or assistance adding a blank page between two existing pages. The other "trick/work around" is not effective. I'd even appreciate learning how to change the order of the pages so I may place the blank sheet where I need it.
    Hope this makes sense. Any advice would be appreciated. Thanks in advance,

    Position the cursor where desired by touching the screen. In the selection bubble that appears,  i.e., Select, Select All, Paste, Insert, choose Insert and from the insert menu choose Page Break. Two Page breaks will produce a blank page.

  • Can I have two autosubmits in a form ADF JDEV 10.1.3

    Hi, Using Jdeve 10.1.3.1 and ADF BC JSF framework. I have password reset form where in I reset two password, one for login and one for transactions.
    I have total 6 text fields Old password. new password, retype new password each for Password1 and Password2.
    I have followed the reset password method given in this forum
    <af:inputText value="#{bean.confirmPassword1}"
    label="Retype password" id="it2c" secret="true"
    autoSubmit="true"
    validator="#{bean.confirmPasswordValidate}"
    />I have an autosubmit on both the retype paswword fields. What happens is as soon as i leave confirmPassword1, autoSbmit is called and then when i got to confirmPassword2, the autosubmit is not fired.
    My bean is as such.
        public void validateField(FacesContext context, UIComponent component,
                                  Object value) {
            String input = (String)value; //retyped password
            String password = (String)passwordInput.getValue();
            if (!input.equals(password))
            {   clearScreen();
                ((EditableValueHolder)component).setValid(false);
                FacesMessage fm = new FacesMessage("errormessage"));
                fm.setSeverity(FacesMessage.SEVERITY_ERROR);
                context.addMessage(component.getClientId(context),fm);
        public void validateField2(FacesContext context, UIComponent component,
                                  Object value) {
            String input2 = (String)value; //retyped password
            String pas2 = (String)passwordInput2.getValue();
            if (!input2.equals(pas2))
            {   clearScreen();
                ((EditableValueHolder)component).setValid(false);
                FacesMessage fm = new FacesMessage("errorMessage"));
                fm.setSeverity(FacesMessage.SEVERITY_ERROR);
                context.addMessage(component.getClientId(context),fm);
                     }}

    Hi,
    you can have 2 autosubmit set. So if this doesn't work, then this might be a bug or is a problem in your page setup. Best - if you can - would be to file a bug and provide a testcase
    Frank

  • Can one computer have two iTunes accounts?

    I'd like to be able to plug and play my iPod on my girlfriends computer (and I'd like to get my library on here as well so I can get all my music off of my poor little laptop). I'm really not sure what version of Nano I have, all I know is that it's about two years old, so a G4 or 5? ::shrug:: I'm not sure what the evolutionary visualization of the Nano looks like. I don't want access to her library, just mine on her computer. Is this doable?

    I figured it out! I'm such a goof... All I had to do was turn on Home Sharing! ::smacks herself in the forehead:: Doh! ::sheepish grin:: Sorry everyone! I hope everyone has a satisfactory, non-denominational Capitalist, wintertime gift giving season!

  • Why can't i have two libraries on the same itouch?

    i have music on two different computers that i want on my itouch. I can't transfer the music from one computer to the other. Why isn't my itouch letting me have multiple libraries on it? it should let me put all the music i want on it from any computer if it is authorized by my account

    Because it wasn't designed to work that way. Send your feedback to Apple.
    http://www.apple.com/feedback/ipodtouch.html
    Basic troubleshooting steps  
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101

  • I have two versions of pages!

    I downloaded the 09 version without deleting the 08 (didn't know), and now I am having some problems : when I open a document, it opens with 09, and then when I try to re-open it with 08 it is not possible ! I have a message saying tha "the fichier index xml is absent" (my computer is in French. I want to work with pages 08 until I get familiar with the 09 version. What shall I do ? What does this happen?

    I have/had the same problem with Pages 09 and Pages 5. The following may help you with 08 and 09
    Display both apps on your dock.
    Quit 08 (Right click/ quit)
    Click on 09. It should 'bounce'
    Open your document.
    Then File/ Export and select Pages 08 ( I haven't got 08, but some sort of dialogue box should open for you to export back to Pages 08)
    If all goes well you should have a copy in 08.
    Save in the usual way but add something to the file name so that you know its the 08 version.
    To open an 08 version in future make sure you quit 09 and activate 08 before opening the file.
    I can't guarantee that this will work. I'm on a very steep learning curve myself!

  • I have two documents in Pages

    that are "stuck" for a lack of a better way to say it. They will not download, nor delete. I've tried all I know. They appear as dark boxes with the download bar beneath. Nothing I do can delete, modify, download them.
    Any suggestions?

    Have you tried turning use iCloud off and then on again? Settings>Pages>Use iCloud>Off.
    Or ... Settings>iCloud>Storage and Backup>Manage Storage>Pages. See if you can delete the documents in there.
    Or .... Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    Or ... Turn WiFi off, restart the iPad, turn WiFi on again and see if the documents will finally upload/download.

  • How can the Extreme have two IPs on one computer?

    My computer or the Apple Extreme Base Station (AEBS) started having a problem recently while two other computers are still working fine!?
    This network setup (described further below) was running fine for a month before one computer started getting unhappy.
    PROBLEM SYMPTOMS:
    The one computer can not get on the Internet. I checked the IP of the computer with the problem and it is 10.0.1.2 which was assigned by the AEBS. Subnets on everything involved are all 255.255.255.0. I tried to ping the router but could not reach it at 10.0.1.1 where it should be.
    I bring up the Aipport Admin Utility and it lists the router at 254.128.0.0 !? I try to configure the router and it gets an error saying it can't connect. If I click the "Other" button and manually enter 10.0.1.1 to configure the router that works fine!
    Two other computers (Win XP Pro and Windows 2000) are plugged into the same switch and they get to the router just fine.
    Computer with a problem:
    Windows XP Pro with SP 2 and all the latest security updates.
    I'm running the Airport Admin Utility for Windows version 4.1.
    Apple Extreme was purchased two months ago. Running Version 5.7.
    SYSTEM SETUP:
    The AEBS is set up to dial out (bummer but it's the option at this location) for Internet access. The WAN ethernet port is empty. The LAN ethernet port is connected to a Linksys 5 port switch - I don't have the version number right now but it was purchased 2 months ago.
    The switch connects by ethernet cable to the XP Pro system that is having the problem and to the Windows 2000 system that is fine. A XP Pro notebook connects to the AEBS wirelessly without problem. Another notebook connects via cable to the switch or via wireless to the AEBS without problem.
    The Airport Extreme is running version 5.7.
    THINGS I'VE TRIED
    Turning off all firewall software.
    Uninstalling the Airport Admin Utility and reinstalling.
    Removing the switch and going straight from the problem computer to the AEBS. No good.
    Reseting the AEBS to factory settings and reconfiguring it.
    Rebooting the XP problem computer.
    Repairing the IP on the XP problem computer.
    Resetting the switch.
    Using different ports on the switch.
    Do any of your rocket scientists have any suggestions?

    Oops...I moved this to the Extreme forum since it has nothing to do with the Express

  • Can c:foreach have two vaiables like i, j in the for loop?

    Hi all,
    I'm trying to do the following iteration: (this is just a fragment)
    <c:forEach items="${cemeta.FRSMAPPINGs}" var="frsmapping" items="${scripts}" var="st">
    <tr>
    <td>  <c:out value="${frsmapping.valuescript}"/> </td>
    </tr>
    <tr>
    <td><c:out value="${st}"/></td>
    </tr>
    </c:foreach>it doesn't recognize the first variable (in this case cemeta.FRSMAPPING). I tried it just for the fist variable, or only for the second variable. I don't know why it doesn't work for both.
    I changed the order of variables so it became:
    <c:forEach items="${scripts}" var="st" items="${cemeta.FRSMAPPINGs}" var="frsmapping" >at this time the first variable also (this time st) is not recognized.
    Plz tell me how to make a declation of the two variables using JSTL without using scriptlet thing.
    Bye

    No, you can't specify multiple collections for a forEach tag.
    If you have parallel arrays like this, the best would be to use a varStatus variable:
    <c:forEach var="frsmapping" items="${cemeta.FRSMAPPINGs}" varStatus="status">
      <tr><td><c:out value="${frsmapping.valuescript}"/></td></tr>
      <tr><td><c:out value="${scripts[status.index]}"/></td></tr>
    </c:forEach>This uses the index of the iterator to look up the value in the parallel array.
    Hope this helps,
    evnafets

Maybe you are looking for

  • Macbook Pro Running Very Slow and Locks Up Often

    I am hoping one of the experts on here might be able to help me out! My MacBook Pro (mid 2010) has really started to run incredibly slow.  I am certain I have crap on here I don't need that is causing issues, but I have been unable to troubleshoot wh

  • No longer able to import photos

    Hello- I am using a Canon EOS Rebel XT, with a newer iMac. I was able to work with Lightroom 3 with OSX Leopard. I recently upgraded to OSX Lion, and now I am unable to import any photos from my camera. The import function just hangs and stalls. I've

  • "xsi:type" attribute coming automatically in XML by using Assign activity

    Hi, I am using below copy operation in assign activity *<copy>* *<from variable="StopSeq"/>* *<to variable="InvokeGlog_IV" part="Transmission"* *query="/ns2:Transmission/ns2:TransmissionBody/ns2:GLogXMLElement/ns2:ActualShipment/ns2:Shipment    /ns2:

  • External Backup Method - Alternate procedure

    I normally do a backup of my Macintosh HD partition to an external drive using SD (all files to an image on external drive) and also do a backup of BOOTCAMP when within Win 7 x64 using Acronis True Image (again using all files option to a single file

  • Diff sequence file API

    Hi Ppl, Are the API's for using the "Diff Sequence File With" tool exposed ? I mean the tool thats available in the Sequence Editor ->Edit->Diff Sequence File With I want to use this tool programmatically. I searched the TestStandAPIReferencePoster.