Are subtemplates used for static information only?

Hello,
Subtemplates can have some runtime information but are subtemplates only to display static information like company logo or terms & Conditions?
Lets suppose, I have a template1 which displays all emplyoyees info from the employee database1, and i have a template 2 which is displaying information about all employees from another employee database 2 .Now, I want to use template 1 as a subtemplate in template 2.
1. Is it possible?
2. How to load the xml data in this case for both the data bases?
Thanks
Nutan

Your data has to be in single xml,
option1:
so you have to create a single big query, which will have these combined together.
option2:
if you are using EE, then you can use concatenated datasource from the different query. it can come from different databases.
then , you can define the template one table as a subtemplate with <?template:?> syntax and by passing the parameter of the xml context to that.
and then you can call the template with call: syntax in the template 2.

Similar Messages

  • My iMessage and Facetime won't activate, says waiting for activation. All photos and contacts are restored, using email and wifi only, no service. Only issue is date and time will not automatically set.

    My iMessage and Facetime won't activate, says waiting for activation. All photos and contacts are restored, using email and wifi only, no service. Only issue is date and time will not automatically set.

    Howdy eewebe13,
    So you have no cellular service but are on Wi-Fi yet iMessage and Facetime are waiting for activation.
    Please step through this article for that scenario.
    If you get an error when trying to activate iMessage or FaceTime - Apple Support
    Thank you for visiting Apple Support Communities.
    Nubz

  • What APPS are folks using for password protection?

    What are folks using for password protection?

    Miss Dee wrote:
    I'm looking for a way to save all my passwords to one place and then going to that place and pulling out the password I need. I have so many passwords, I just can't remember them. I thought that having the keychain would allow someone to sign in as me and then get the password.
    Does this make sense to you?
    Sorry, it isn't entirely clear to me, lets see if I understand correctly…
    The 'anyone can see my passwords when my account is logged in' issue is resolved by having a different password on the keychain compared to the user account, but it can make life frustrating to enter the password time after time, but security does conflict with convenience.
    Open up Keychain Access & take a look at an existing item in your login keychain - it should still ask for the keychain password to view the password for that item. By default that is the user account password.
    You can add extra passwords (and secure notes) to keychain if you have some that are not currently saved in the keychain. If any passwords are 'super secret' add them into another keychain & only unlock that when you need to do so, it will stop the OS using these automatically.

  • HT201272 I have numbers and pages on my iPhone but cannot seem to transfer them to the mac I purchased today ? Are they formatted for the iPhone only ? They appear to be downloaded but I cannot find them on the MAC - where should I look ?

    I have numbers and pages on my iPhone but cannot seem to transfer them to the mac I purchased today ? Are they formatted for the iPhone only ? They appear to be downloaded but I cannot find them on the MAC - where should I look ?

    Welcome to the Apple community.
    The apps you have purchased for your mobile device will not work on a computer. You will need to download the appropriate versions on your Mac from the Mac apps store.

  • What are the frequencies all versions of the iPhone 6 and what are they used for (e.g. GSM, 3G, LTE, WIFI, Bluetooth,etc...) provided with channel numbers per frequency

    what are the frequencies all versions of the iPhone 6 and what are they used for (e.g. GSM, 3G, LTE, WIFI, Bluetooth,etc...) provided with channel numbers per frequency.

    Click here

  • What are Wrapper classes and what are they used for ?

    What are Wrappter classes and what are they used for ?..Also, any examples would be great to understand this concept

    Wrapper classes are used to enclose primitive data
    types so that they can be used in instances where an
    object is required. For example, if you want to add an
    integer to an ArrayList, you can't use this:java.util.List al = new ArrayList();
    int i=123;
    al.add(i);because the ArrayList expects data of type object. In
    order to all the integer to the ArrayList, you must wrap
    it in the Integer wrapper class. This works:java.util.List al = new ArrayList();
    int i=123;
    al.add(new Integer(i));Hope that helps.
    Mark

  • 64-bit Nightly v29 and Firefox v26 under Win7 64-bit are so slow for streaming, achieving only 4% of BW otherwise achieved by the sam firefox under Win7 32-bit.

    Under my Window 7 64-bit OS, I've installed both Nightly Build v28 and v29 to perform "internet speed test" and each time, I can only achieve something < 2 mbps for my home Wi-Fi, gateway router which is about >56 Mbps. The only working Nightly version was v23 that could achieve close to >52 mbps. But once I update v23 to higher version, all the normal high speeds I could achieve at Nightly v23 are gone. The same issue plagued also firefox v26 under Win 7 64-bit.
    For clarification, this is not true under Win 7 32-bit OS - the same firefox v26 works fine to achieve the raw BW speed close to and >56 mbps. WHy not in 64-bit OS seems to be the main question?
    What's going on? I greatly appreciate you looking into and helping me out on this dilemma. Thanks!
    Sincerely
    Shao Ma

    hello Shao Ma, when you are using speedtest.net or a similar flash-based site to measure your connection speed then it might be an issue with the protected mode that [http://blogs.adobe.com/asset/2012/06/inside-flash-player-protected-mode-for-firefox.html adobe has introduced] for its flash plugin for firefox. some old versions of f-secure or trusteer rapport are known to cause such slowdowns together with flash, or it might be something similar on your system that is interfering (maybe security software that is blocking/sandboxing the container used for the protected mode, etc...).
    as a workaround you could try [http://forums.adobe.com/thread/1018071#TemporaryWorkaround disabling protected mode] & see if this makes a difference.
    in case you'd like to troubleshoot the issue further, it would be best to contact adobe's support & file a bug report at bugbase.adobe.com (choose "Adobe Flash Player" as the product & "Browser Integration" as the product area), since they will have a better understanding of the internals of flash protected mode & therefore may know what else might be at the root of the problem you were seeing.

  • Package question - what are the uses for  /var/sadm/pkg ?

    I'm writing packages and noticed once a packages is installed using pkgadd, that files and dirs are created in the /var/sadm/pkg directory. I'm specificly intereseted in the pkginfo file - it contains all the variables from my request script and their values. My question is what are all the uses for this file?
    I've noticed that pkginfo reads from it but would there be any problem deleting certain lines from that file (lines not used by pkginfo - just variables used in the request script that I'd really rather not have floating around in a publicly accessable file).
    thanks!
    Bob

    I'm refering specificly to the file "/var/sadm/pkg/<pkgName>/pkginfo" - it's created during pkgadd and contains all the variable-value pairs from the packages pkginfo file as well as any variables used in the request script and copied to it's temporary response file. I'm not refering to the pkginfo file that you create as a package infofile component.
    I want to remove, from the /var/sadm/pkg/<pkgName>/pkginfo file, certain var-value pairs that were used in my request scripts (not part of the InfoFile/pkginfo component). Otherwise, any user can look at this file or run 'pkgparam <pkgName>' and get that sensative info.
    To the best of my knowledge, this file is only used by the commands pkgparam and pkginfo. Are there other uses?
    My worries are:
    -is it OK to remove lines manually during the postinstall script?
    -will doing this cause problems with any admin or package maintenance functions?
    Thanks-
    Bob

  • What application are you using for student collaboration?

    The only part that is missing from iTunes University is real time student collaboration. What application are you using to bridge the gap? Thanks, Ed

    Yeah, I'm not sure I know what you mean either. 
    Q:  If you're asking which server-side code to use on Windows IIs Servers?
    A:  ASP or ASP.net and MSSql.  Since Microsoft built these languages, you would get the best support from MS Expression.
    If you're asking for software that helps you write code, you'll need to be more specific about which code you want to write and for what purpose.
    Nancy O.

  • What are state objects, and what are they used for ?

    tried to find some information in the documentation and internet. but i couldn't find a good explanation with an example what that is and what it is used for.
    thanks for any good answer !

    Wrapper classes are used to enclose primitive data
    types so that they can be used in instances where an
    object is required. For example, if you want to add an
    integer to an ArrayList, you can't use this:java.util.List al = new ArrayList();
    int i=123;
    al.add(i);because the ArrayList expects data of type object. In
    order to all the integer to the ArrayList, you must wrap
    it in the Integer wrapper class. This works:java.util.List al = new ArrayList();
    int i=123;
    al.add(new Integer(i));Hope that helps.
    Mark

  • What are the uses for Macbook pro and Macbook air?

    Hi! I am deciding between MBA and MBP and need to know what the different uses for each one was. Like what would you use the MBA for and what would you use the MBP for?? All opinions welcome!!

    They're actually pretty comparible in what they can do if you're talking about the base model of both (say 13") with 4GB RAM. At that level, the Pro has the advantage if you're going to watch or burn DVD's or CD's, as the Air has no optical drive. But otherwise, they're pretty much the same--full-sized, backlit keyboard, camera, beautiful screen, etc. If you're going for more than a basic 13" Pro, then things start to change. For example, you can get up to 8GB RAM on the Pro, and a huge hard drive, you can also get a 15" or 17" size. You will be paying a lot for these, but, obviously, if you're going to be working on, say, making videos (which you may then want burn onto disk) the Pro is very much what you'll want.
    However, if you don't need or want any of that--if, for example, you plan to do the usual programs (word processing, games, web surfing, music, etc.), then you really won't see much difference between the two. At 4GB RAM and a 13" screen, the big difference is going to be thickness and weight, not power. And in this the Air will have the advantage--it's really amazingly slim, light and with a SSD, faster (you pay extra--a lot extra--to get SSD on the Pro).
    Just to make the point, I switched from a 13" Pro to an 11" Air. My hard drive size is half what it was with a Pro, but I was barely taking up half of that amount on the Pro, and so have plenty of room on my 128GB Air (you can get 256GB for the 11" if you order it online). Absolutely everything my Pro did, my Air does (sans optical drive), only faster and lighter and more compact--meaning it takes up less table space, slips in and out of my bag faster, balances on my lap easier, etc. But there was no interruption of service--I switched pretyt seamlessly from 13" Pro to 11" Air.
    The Pro offers you more options for power, screen size, HD size and optical drive. But it's really pretty surprising how few of us need that much power, that much room, or the optical drive. It's very freeing to realize that less can be more than enough.

  • What are the uses for AW?

    I have yet to find a use for AW that excel or word or pages or keynote could not do.
    So i was wondering what is the program being used for?

    I agree, although I suspect anyone looking specifically at Word, Excel, and Keynote/PowerPoint are not using databases (although many do not, but are trying really hard to make excel into a databse!).
    I've been using FileMaker so long, that I find AW database to be underpowered, but for the price, the database tool in AW is very good for flat databases.
    When one comes to the point of needing a relational database, FileMaker can't be beat -- expecially when compared to Access on PCs,...FileMaker is far simpler and more intuitive (at least to me), and development time is very fast.
    Barbara's example is one where I bet a relational database would be very useful,...something to consider,...

  • Controlling area already used for org. unit problem

    Hi people,
    can you please help me with one problem, my customer is upgrading SAP HR from 4.6 to 6.0 and now we are testing QAS system.
    When I create new or. unit in PPOME, I have Cost-centre inherited from the org.unit above, but when I want to put another Cost-centre it gives me the next error "Controlling area HR01 already used for organizational unit XXXXXXXX".
    The same procedure worksin PRD system which is on version 4. 6. Could you please help me what is wrong because i am not able to change cost centre in the QAS system.
    Thank you.
    Romano
    Edited by: Romano Cinotti on Oct 13, 2009 11:25 AM

    Hi,
    To which object u are going to change the cost center i.e, position, job, org.unit.
    If you are changing the cost center to position, If it is not allowing to change the cost center then u have to check the parameters:
    May be u already assigned cost center
    May be u already assigned cost center to ur org, unit, which u assigned to ur position. If u already assigned diffrent cost center to ur org.unit, you may not change the cost center to ur position or job.
    Regards
    Devi.

  • What are these and what are they useful for?: and

    I have seen these symbols being used in Java: << and >>, what are they and what do they do?
    Thank you.

    As DrQuincy asks how is this of use over multiplying
    and dividing?In your processor there are often different instructions for shifting, multiplying, and deleteing. Typically the shifting instructions take less time to execute and so using the shifting operator will be faster than multiplying. This assumes the compiler doesn't recognize the situation and optimize it out though.
    The >>,<<,>>>, &,|,and ^ operators are mainly useful when you need to deal with individual bits of data. For instance if you are talking to another system (thats not java) that uses a different method of storing numbers (little endian/big endian etc.), or doing something such as creating parity data for error correction. There are lots of things to do, but most a low level and its rare when you need to use them.

  • What thrid party tools are you using for backup compression?

    I have a few SQL Server 2008 standard edition instances and I'm curious to what third party tools people are using for backup compression. I know upgrading to enterprise edition or  SQL Server 2008R2 or above will give me that compression but I do not
    have that option right now. I'm familiar with Idera, Red gate and Litespeed and I just want to know what else is out there.
    Thank you in Advance.

    There are many third party tools.
    But Why third party tools?
    SQL Server integrated Backup and restore feature is complete. For more info please see these links:
    Backup Overview (SQL Server)
    Introduction to Backup and Restore Strategies in SQL Server
    SQL
    Server Backup Best Practices
    sqldevelop.wordpress.com

Maybe you are looking for

  • How to remove a hard drive on a Digital HiNote Ultra CT475

    I have an old HiNote Ultra CT475, that I need to remove the hard drive and have destroyed. Anyone know how to get the case off with destroying it? I have the front edge up, cause I found screws under the foot pad in front. I do not see any more screw

  • Error #2025:The supplied DisplayObject must be a child of the caller - Removing Object from Array

    Hi guys, I'm pretty new to as3 and I'm trying to make a game where the player supposedly clicks on the stage and 3 towers which I've spawned dynamically should shoot towards the area. Everything works in terms of tower rotation, etc, but the bullets

  • Bit Shifting Help

    Hi, I'm not too familiar with bit shifting. If anyone can help with this problem, it would be great! We have words that are 32 bits. So, basically, the lower 8 bits should have value �1� and the upper 24 bits should have value �X�. For our example, l

  • How can I customize my status bar to change the color?

    Hello: How can I customize my status bar to change the color? Thanks

  • Data Deduplication and File Backup

    Hello all, This is my first question here in the forum. I just migrated one of our server from Server 2008 R2 to Server 2012 Standard R2. I use Freefilesync to backup a couple of network storages that was attached to the server 2008 and now it is att