Pages templates and /Network/Library

Pages doesn't seem to use template files in any Library folder other than a User Library. Files in neither /System/Library nor /Network/Library appear in the template chooser.
I administer an Xserve with a shared Open Directory domain, and I have a Library folder published to network clients so that it appears in /Network/Library. Most applications seem to honor /Network/Library; for example, I have a company Fonts directory in there for font sharing.
I assumed I'd be able to create a path like this:
/Network/Library/Application Support/iWork/Pages/Templates/<My Templates>
and it should show any templates saved there in the Template Chooser whenever you do File > New in Pages. However it doesn't work.
Any ideas? Shouldn't this work?

I have to agree with your post here. I have just tried to do the exact same thing and was suprised to find it didn't work.
Very poor.
I am now going to have to look at creating and distributing a templates package to all users. Talk about pain in the rear.

Similar Messages

  • Page Template and regions.

    Hello,
    Is it possible to put a Messages component in a page template and then to access it from pages which are using that template and from page fragments used in those pages? If so, how?
    Thanks.
    Edited by: Deniz Gulmez on 03.Kas.2009 04:00

    We do that by:
    Having a base managed bean that we bind template component:
    i.e.
    private HtmlMessages messages;
    public void setMessages(HtmlMessages messages) {
    this.messages = messages;
    public HtmlMessages getMessages() {
    return messages;
    then for the page or fragment managed bean we extend it from base managed bean.
    then we can access messages by supper.getMessages()

  • Page designer show small view when using page template and cannot be run

    Dear Experts,
    I need to make some page templates.
    I have build 2 simple page templates, let say template0 & template1 which template1 using template0.
    It show no any problem until I close my Jdeveloper & reopen it.
    When I reopen template1, it show so small in designer (Jdeveloper window).
    Is there any wrong?
    I have build another template, just 1 template.
    When I used it at the first time, no any strange behavior occur.
    After ... (I don't exactly when), it give me the same view in my designer.
    Then I force to use my first tempate (template1 which used template0 inside), I cannot run my application at all.
    After wait several minutes, I found error log in my log messages.
    *#### Server Instance DefaultServer could not be started: Server Instance was terminated.*
    Above the message, I found another error messages:
    *Jun 7, 2009 5:40:19 PM ComponentMetadataHandler _error*
    WARNING: error parsing component tag in file: null/tag:xmlContent/id:dte_160d74a
    org.xml.sax.SAXParseException: <Line 69, Column 7>: XML-20100: (Fatal Error) Expected 'EOF'.
    *     at oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:422)*
    Is there anyone that can help me to find out why this error occured?
    Should I raise this problem to metalink or just can post it in this forum?
    Many thanks for your supporting...
    N.B: Below I attach my template0 (AHM000.jspx) and template1 (AHM001.jspx)
    Best regards,
    Dominic Chandra
    AHM000.jspx
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:c="http://java.sun.com/jsp/jstl/core">
    <c:set var="ahmwebtemplateBundleAHM000"
    value="#{adfBundle['com.ahm.lib.view.template.AHMWebTemplateBundle']}"/>
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <af:pageTemplateDef var="attrs">
    <af:panelSplitter orientation="vertical" splitterPosition="60">
    <f:facet name="first">
    <af:decorativeBox theme="dark" topHeight="0px">
    <f:facet name="center">
    <af:panelHeader text="#{attrs.pageTitle}">
    <f:facet name="context"/>
    <f:facet name="menuBar"/>
    <f:facet name="toolbar"/>
    <f:facet name="legend">
    <af:panelGroupLayout>
    <af:outputText value="#{attrs.pageName}"/>
    <af:outputText value="#{sessionScope.userState.userName}"/>
    <f:facet name="separator">
    <af:spacer width="10" height="10"/>
    </f:facet>
    </af:panelGroupLayout>
    </f:facet>
    <f:facet name="info">
    <af:statusIndicator/>
    </f:facet>
    </af:panelHeader>
    </f:facet>
    <f:facet name="top"/>
    </af:decorativeBox>
    </f:facet>
    <f:facet name="second">
    <af:panelSplitter orientation="vertical" positionedFromEnd="true"
    splitterPosition="20">
    <f:facet name="first">
    <af:decorativeBox theme="light" topHeight="0px">
    <f:facet name="center">
    <af:facetRef facetName="mainArea"/>
    </f:facet>
    <f:facet name="top"/>
    </af:decorativeBox>
    </f:facet>
    <f:facet name="second">
    <af:panelGroupLayout inlineStyle="text-align:right;">
    <af:outputText value="#{ahmwebtemplateBundleAHM000.VERSION} #{attrs.appVersion}"
    inlineStyle="color:Navy;"/>
    <af:outputText value="© 2009 PT Astra Honda Motor"
    inlineStyle="color:Navy; font-weight:bold;"/>
    <f:facet name="separator">
    <af:spacer width="10" height="10"/>
    </f:facet>
    </af:panelGroupLayout>
    </f:facet>
    </af:panelSplitter>
    </f:facet>
    </af:panelSplitter>
    <af:xmlContent>
    <component xmlns="http://xmlns.oracle.com/adf/faces/rich/component">
    <display-name>AHM000</display-name>
    <facet>
    <description>Main Area</description>
    <facet-name>mainArea</facet-name>
    </facet>
    <attribute>
    <attribute-name>pageTitle</attribute-name>
    <attribute-class>java.lang.String</attribute-class>
    <default-value>Page Title</default-value>
    <required>true</required>
    </attribute>
    <attribute>
    <attribute-name>
    pageName
    </attribute-name>
    <attribute-class>
    java.lang.String
    </attribute-class>
    <default-value>
    ahmxxyyynnnznn
    </default-value>
    <required>
    true
    </required>
    </attribute>
    <attribute>
    <attribute-name>
    appVersion
    </attribute-name>
    <attribute-class>
    java.lang.String
    </attribute-class>
    <default-value>
    1.0.0
    </default-value>
    </attribute>
    </component>
    </af:xmlContent>
    </af:pageTemplateDef>
    </jsp:root>
    AHM001.jspx
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:c="http://java.sun.com/jsp/jstl/core">
    <c:set var="ahmwebtemplateBundleAHM001"
    value="#{adfBundle['com.ahm.lib.view.template.AHMWebTemplateBundle']}"/>
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <af:pageTemplateDef var="attrs">
    <af:pageTemplate viewId="/template/AHM000.jspx">
    <f:facet name="mainArea">
    <af:panelSplitter splitterPosition="#{attrs.searchAreaPosition}">
    <f:facet name="first">
    <af:facetRef facetName="searchArea"/>
    </f:facet>
    <f:facet name="second">
    <af:panelSplitter positionedFromEnd="true"
    splitterPosition="#{attrs.infoAreaPosition}">
    <f:facet name="first">
    <af:facetRef facetName="mainArea"/>
    </f:facet>
    <f:facet name="second">
    <af:facetRef facetName="infoArea"/>
    </f:facet>
    </af:panelSplitter>
    </f:facet>
    </af:panelSplitter>
    </f:facet>
    <f:attribute name="pageTitle"
    value="#{attrs.pageTitle}"/>
    <f:attribute name="pageName" value="#{attrs.pageName}"/>
    <f:attribute name="appVersion" value="#{attrs.appVersion}"/>
    </af:pageTemplate>
    <af:xmlContent>
    <component xmlns="http://xmlns.oracle.com/adf/faces/rich/component">
    <display-name>AHM001</display-name>
    <facet>
    <description>Search Area</description>
    <facet-name>searchArea</facet-name>
    </facet>
    <facet>
    <description>Main Area</description>
    <facet-name>mainArea</facet-name>
    </facet>
    <facet>
    <description>Info Area</description>
    <facet-name>infoArea</facet-name>
    </facet>
    <attribute>
    <attribute-name>pageTitle</attribute-name>
    <attribute-class>java.lang.String</attribute-class>
    <default-value>Page Title</default-value>
    <required>true</required>
    </attribute>
    <attribute>
    <attribute-name>
    pageName
    </attribute-name>
    <attribute-class>
    java.lang.String
    </attribute-class>
    <default-value>
    ahmxxyyynnnznn
    </default-value>
    <required>
    true
    </required>
    </attribute>
    <attribute>
    <attribute-name>
    appVersion
    </attribute-name>
    <attribute-class>
    java.lang.String
    </attribute-class>
    <default-value>
    1.0.0
    </default-value>
    </attribute>
    <attribute>
    <attribute-name>
    searchAreaPosition
    </attribute-name>
    <attribute-class>
    java.lang.Integer
    </attribute-class>
    <default-value>
    200
    </default-value>
    </attribute>
    <attribute>
    <attribute-name>
    infoAreaPosition
    </attribute-name>
    <attribute-class>
    java.lang.Integer
    </attribute-class>
    <default-value>
    200
    </default-value>
    </attribute>
    </component>
    <af:decorativeBox>
    <f:facet name="center"/>
    <f:facet name="top"/>
    </af:decorativeBox>
    </af:xmlContent>
    </af:pageTemplateDef>
    </jsp:root>

    Hi...
    Thanks for asking....
    As I put in my post before, I include template0 in my template1, as seen in template1 (AHM001):
    <af:pageTemplateDef var="attrs">
    *<af:pageTemplate viewId="/template/AHM000.jspx">*
    I use AHM000 inside AHM001. I use this approach to build many template based on one basic design.
    Actually, I don't think the problem is in page template usage because as I submitted paralel to Metalink, I've already not called template0 in template1 but I copy template0's contents to template1.
    Unfortunately, page designer show small view and below error messages still occured.
    *Jun 7, 2009 10:25:20 PM ComponentMetadataHandler _error*
    WARNING: error parsing component tag in file: /AhmTestTemplate-ViewController1-context-root/template/AHM001.jspx/tag:xmlContent/id:null
    org.xml.sax.SAXParseException: <Line 115, Column 51>: XML-20100: (Fatal Error) Expected 'EOF'.
    Fortunately my application can be run already altough the error message still logged.
    Many thanks,
    Dominic C.

  • Oracle VM 3.1.1, Oracle VM Server, PeopleSoft Templates and networking

    I have installed Oracle VM Manager on an Oracle Linux x86_64 system, all freshly installed, and two Oracle VM Server 6 systems also freshly installed. These three servers are each connected to two networks. One is a 192.168.15.0/24 ("net-A"), and the other is 10.8.15.0/24 ("net-B"). net-B also has the fileserver for the repositories et al directly attached. "net-A" is connected to the outside world. This is all working great; all servers can intercommunicate, can be reached from other devices on each network, et cetera. I can ssh from any machine on the network to these machines, and vice versa. All servers correctly use the internal and the external DNS, and can communicate with Google, et cetera. Excellent!
    Now, I have downloaded the templates for PeopleSoft HCM9.1, and PeopleSoft PeopleTools 8.52, and have successfully created Virtual Machines from these. The VMs start up and run successfully, and I have gone through the startup configuration prompts using the Oracle VM "Launch Console" feature.
    My problem is that I have not yet figured out how Oracle VM Networking is supposed to work, and so I cannot get these machines to talk to each other nor to the outside world. And I cannot ping them from other devices on the network, either. Obviously, there's no advantage to having a PeopleSoft server running when one cannot attach to it. I've read through the documentation numerous times, and I've pored through http://itnewscast.com/chapter-7-oracle-vm-networking-8021q document over and over, but I get lost in the virtual-upon-virtual-upon-virtual world. Maybe (probably) it's me, but I am not getting how this fits together, and where/how the virtual-ness of the network ends. Plus, all of the configurations in that itnewscast.com Chapter 7 article involve at least one switch (virtual maybe? not clear!) between the VMM and the VMS, and I don't have a switch invoved in this network... it's flat, with everything on the same wire.
    My Oracle VM network is super simple at present: There is exactly one network ("ps-net"), and it runs all five network channels (server management, live migrate, storage, etc.). Both servers are on this network, and the NIC used is the "net-B" NIC. There is no VLAN, and the IP addresses are set by DHCP. Bonding, the configuration display says, is Not applicable. Since these devices are on the same NIC as "net-B," I provided the 10.8.15.x network information when prompted, and assigned them fixed IP addresses on that network. For "gateway," I specified the address of the VMM, not knowing what else to use. And, as I said, these VM don't talk to anything, not even to each other.
    My needs are very simple. The shame is I've built all this up for the express purpose of running those two templates, and it's been a battle, to say the least, to get this far. Who can point me to the error of my ways, or a better way to accomplish this end?
    Thanks for your time, and for reading this far!

    OK. Out of desire to resolve this, I have completely removed the 192.* network from this configuration, by disconnecting the eth0 networks, and changing the ifcfg-eth0 to ONBOOT=no (yes, I know either action should suffice).
    So there is exactly one network involved now. (Greg King said that's OK, if scalability is not an issue, and if he said it, I believe it. I'll complicate it later, after I get simple working.) And one VMS is out of the configuration for now. So I have ora-vmm at 10.8.15.49 ora-vms1 at 10.8.15.47, and the fileserver at 10.8.15.50. ora-vms2 is at 10.8.15.48, but is down for now. The server pool address is set to 10.8.15.1. The network looks like this:
    ID: 10.8.15.0
    Name: ps-net1
    Channels: all
    Servers: ora-vms1, ora-vms2
    Selected paths: ora-vms1 Port (2) (eth1), ora-vms2 Port (2) (eth1)
    VLAN Group: None
    VLAN Segment: None
    Configure IP Address: ora-vms1 Port (2) (eth1) Use DHCP 10.8.15.47 255.255.255.0 Bonding: N/A
    Configure IP Address: ora-vms2 Port (2) (eth1) Use DHCP 10.8.15.48 255.255.255.0 Bonding: N/A
    ifconfig from ora-vmm
    eth1 Link encap:Ethernet HWaddr 00:0C:29:38:92:7E
    inet addr:10.8.15.49 Bcast:10.8.15.255 Mask:255.255.255.0
    inet6 addr: fe80::20c:29ff:fe38:927e/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:3516 errors:0 dropped:0 overruns:0 frame:0
    TX packets:3186 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:1520847 (1.4 MiB) TX bytes:383384 (374.3 KiB)
    eth2 Link encap:Ethernet HWaddr 00:0C:29:38:92:88
    inet addr:10.8.16.1 Bcast:10.8.16.255 Mask:255.255.255.0
    inet6 addr: fe80::20c:29ff:fe38:9288/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:13 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:830 (830.0 b)
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:136683 errors:0 dropped:0 overruns:0 frame:0
    TX packets:136683 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:30853824 (29.4 MiB) TX bytes:30853824 (29.4 MiB)
    ifconfig from ora-vms1
    10.8.15.0 Link encap:Ethernet HWaddr 00:0C:29:D5:97:F1
    inet addr:10.8.15.47 Bcast:10.8.15.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:21463 errors:0 dropped:1 overruns:0 frame:0
    TX packets:23017 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:10033833 (9.5 MiB) TX bytes:12175262 (11.6 MiB)
    10.8.15.0:0 Link encap:Ethernet HWaddr 00:0C:29:D5:97:F1
    inet addr:10.8.15.1 Bcast:10.8.15.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    eth1 Link encap:Ethernet HWaddr 00:0C:29:D5:97:F1
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:47343 errors:0 dropped:0 overruns:0 frame:0
    TX packets:48885 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:23261224 (22.1 MiB) TX bytes:22212168 (21.1 MiB)
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:5858 errors:0 dropped:0 overruns:0 frame:0
    TX packets:5858 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:2749072 (2.6 MiB) TX bytes:2749072 (2.6 MiB)
    I don't understand why, but the VMM has placed this entry into each server's /etc/sysconfig/network-scripts directory:
    ifcfg-10.8.15.0
    Contents are:
    #This file was dynamically created by OVM manager. Please Do not edit
    DEVICE=10.8.15.0
    TYPE=Bridge
    BOOTPROTO=dhcp
    ONBOOT=yes
    DELAY=0
    I am able to start the guest with no issue. It has been configured with IP address 10.8.15.101, netmask 255.255.255.0. Its gateway is 10.8.15.50, the same network configuration as all the other servers.
    The important parts of ifconfig output from the guest (which I must manually type since Launch Console provides no copy/paste functionality) are:
    eth0 Ethernet, HW Addr: 00:21:f6:00:00:11
    inet addr: 10.8.15.101 Bcast: 10.8.15.255 Mask: 255.255.255.0
    inet6 ...
    UP BROADCAST RUNNING MULTICAST ...
    RX Packets: 11 errors:0 dropped:0 overruns:0 frame:0
    TX Packets: 101 errors:0 dropped:0 overruns:0 carrier:0
    RX bytes:620 (620.0 b) TX bytes:10592 (10.3 KiB)
    Interrupt:14
    Ping to 10.8.15.47 (the server on which this guest is running) is successful
    All other ping attempts fail.
    This is where I am, and why I'm confused. Can anyone help me understand why this guest can only talk to its "host?"
    Thank you.

  • Page templates and shortcuts

    Hi all,
    I was trying to use a shortcut in the body of my page template. The shortcut runs a pl/sql function that return different html depending on various factors. However when I run the page all I get out is the name of the shortcut.
    I have it in the template as "SHORTCUTNAME" which has worked ok in the past in region templates. Is there something about page templates that disallows this functionality?

    [Not available in page templates|http://download.oracle.com/docs/cd/B28359_01/appdev.111/b32258/bldapp.htm#CEGFCCAB]:
    >
    New shortcuts are added to the Shortcut repository and are available for use within the following locations:
    The Region Source attribute of regions defined as HTML Text (with shortcuts). See "Understanding Regions".
    Region Header and Footer Text attribute. See "Specifying a Region Header and Footer".
    Item Label attributes and Default Value attribute. See "Items".
    Region Templates attributes. See "Editing Templates".

  • Hi. I made a modern resume from the pages template and then made a modern letter from the templates, how do I combine the two into one PDF file in Pages? Thank you.

    Hi. I made a resume from the modern template in Pages, then I made a letter from the modern template in Pages. How do I combine the two (cover letter and resume) into one PDF file. Thanks in advance.

    Open them both in Preview.app and drag the thumbnail of one into the other,
    Peter

  • My Pages templates and files are corrupted, possibly arising from corrupted font files. What do I do?

    This coincided with 'missing files' in individual files downloaded from my iCloud. Should I un-install the software and buy it again? (I downloaded from web site and don't have original disks.)    

    Thanks, Peter. I did think of simply changing the template, but at the time all my existing files were rendered illegible, so I'd have had to change the fonts for every style in every document I used. However thanks to your help I've resolved it, enabling Cambria for all users and then I re-started the computer. The problem might have been caused by my re-installation of Office for Mac after moving everything to a new hard disk. I shall do some more work following your tip regarding encoding a document for Unicode. Thanks again.

  • Pasting a Pages template page on desktop to a blank page in pages document

    I write reports on a daily basis with a photo page at the end. I have recently moved from iwork to pages forced by updating OS to snow leopard. Anyway, I have created a photo page template and keep it on the desk top, however I cannot paste the completed photo page to a blank page at the end of the report. I must be missing something simple and obvious. Help

    Hi Richard
    Welcome to the forum.
    Did you mean to say you are moving from AppleWorks to Pages?
    If so you need to open the "photo page" first and then copy and paste the thumbnail of the page over into your Pages report thumbnail view.
    Otherwise you need to make clear what format the photo page is in.
    Peter

  • How to call different managed bean methods on a page template button

    Dear All,
    Use Case:
    I have a Page Template and inside this page template is a popup screen which is common to all my
    pages. My popup has OK and Cancel button only.
    My question is this, there are lots of pages that uses this template.
    How is it possible to invoke a managed bean methods dialoglistener when say for example the user clicks the OK button?
    One thing common among the pages is that they are included in some kind of a taskflow and I have configured
    a managedbean in a pageflowscope variable in each taskflow and I just wanted to pass the
    My Template
         - TaskFlow 1 (ManagedBean1.dialogListener)
         - TaskFlow 2 (ManagedBean2.dialogListener)
         - TaskFlow 3 (ManagedBean3.dialogListener)
    Each dialog listener does different things.     
    How to do this?
    JDEV 11G PS3
    Thanks

    Found my answer here... http://www.oracle.com/technetwork/developer-tools/adf/learnmore/79-global-template-button-strategy-360139.pdf
    Thanks!

  • Total number of pages/templates in all the pagegroup

    Hi,
    Is there a way to count the number of Pages/page templates and likes in all the pagegroups?
    Thanks.

    You might be able to use PORTAL.WWPOB_PAGE$ (for pages, tabs, and portal templates) and PORTAL.WWTMP_ALL_TEMPLATES (for structured, unstructured, html content layout, and html page skin templates) to get your counts of pages and templates in each page group.

  • Calling a stored workspace procedure/function in page template

    I have an unusual puzzle. I am trying to find a way to call a stored procedure or function in a page template; ie, through HTML/javascript.
    I maintain a website with several dozen applications and I currently have the page templates in all of these applications subscribed to one master template, so that changes can be made in one place and implemented across all the applications. So far, the only content I can display on every page in every application through page template subscription is static content; dynamic content (ie content generated based on data in the database) is implemented page-by-page (or application-by-application).
    I'm wondering if there is a way to call stored procedures/functions from the page template to create dynamic content (based on the :APP_USER identity, for example). htmldb_Get() doesn't seem to be helpful, because as far as I can tell it only calls on-demand application processes, not workspace procedures/functions.
    Is there any way at all that a workspace procedure/function can be called directly from the page template (eg with a javascript function of some kind)? Again, I am trying to avoid having to use any application/page-level apex entities (items, processes, etc) so that I can just put the javascript or whatever in the page template and refresh all the applications in my workspace.
    Thanks in advance!
    Jonathan Cole
    PS - I am currently using v3.1

    Just to add the owner in output :
    SCOTT@demo102> ed
    Wrote file afiedt.buf
      1  select owner, table_name, ltrim(max(sys_connect_by_path(column_name,','))
      2                     keep (dense_rank last order by position),',') as PKcolumns
      3  from
      4  (select a.owner, a.table_name, b.column_name, b.position
      5   from all_tables a, all_cons_columns b, all_constraints c
      6   where a.owner=b.owner
      7   and   a.table_name=b.table_name
      8   and   b.owner=c.owner
      9   and   b.constraint_name=c.constraint_name
    10   and   c.constraint_type='P'
    11   and   a.table_name in ('SDO_COORD_AXES','EMP'))
    12  group by owner, table_name
    13  connect by prior owner = owner and prior table_name = table_name and prior position = position - 1
    14* start with position = 1
    SCOTT@demo102> /
    OWNER                          TABLE_NAME                      PKCOLUMNS
    MDSYS                          SDO_COORD_AXES                  COORD_SYS_ID,ORDER
    SCOTT                          EMP                             EMPNO
    SCOTT@demo102> Nicolas.

  • Portal page template

    If I got a rendered portal page and I want to change just the template saving the content, how can I do it???
    My question come from the necessary of creating a print template;
    from portal rendered page with all my portlets, I need to display just the content and non the applications, so my idea is to change the template of the page and in the new one create only a region for the content and his items too.
    Anyone has got a better idea????
    Thanks

    Hi Praveen,
    do you know any internal differences between Web Dynpro Proxy Page and Default Page Template? Because I am using EP 7.0 and it is possible to add web dynpros also to the page created with Default Page Template and they seem to work fine.. The only differences I can see is the slightly different background color of embedded web dynpros and the fact that with Web Dynpro Proxy Page it is not possible for me to set the iView height type to FULL_PAGE (well, it is possible but it does not work)
    Regards,
    Tomas

  • How do i place a pages template into a pages document?

    I have created a poster from the pages template and i want to resize the poster to use as an advertisement in another pages document i have created.
    how do i do this?
    TIA

    Print it as a .pdf, drag that into the 2nd document and reduce its size as necessary.
    Alternatively you can relayout the poster, which would be normal for an advertisement, omitting some of the irrelevant detail and simplifying it. You can group textboxes, images and shapes then reduce them as a whole. The actual text within the boxes won't shrink, but you can reduce the point size and leading, preferably in named styles, to suit.
    Peter

  • Page Template Edit #HEAD#

    Hello
    Is there a way to edit what is generated in the #HEAD# substitution string in a page template?
    Thanks
    Max

    Hi,
    Is I understand there are not really good way.
    In your page attributes turn option: Include Standard CSS and JavaScript to "No".
    Then create custom page template and in page template header load what you need e.g. from standard Apex js and css files.
    I think this could be one improvement are for next Apex releases
    Regards,
    Jari
    Edited by: jarola on Jan 13, 2011 6:37 PM

  • ADF/JDev 10g - Anything comparable to page templates?

    Is there anything like 11g page templates in 10g?
    Is there no other option but to replicate common areas (headers, corp logo, copyright/legal notices) on all jspx pages?

    Hi Jang Vijay Singh,
    10g does not have this feature by default. However, you can create templates in 10g using JHeadStart tool.
    You can also check this blog, which explains something similar to page templates and see whether it fits your requirement.
    http://technology.amis.nl/blog/1709/how-adf-faces-can-do-tiles-or-sitemesh-like-push-style-templating-using-regions-with-dynamic-attributes
    regards,
    ~Krithika

Maybe you are looking for

  • InfoPath Filler 2010 will not open a form in SharePoint 2013

    I'm having a problem with the coexistence of SharePoint 2013 and Office 2010, specifically InfoPath. We are running SharePoint 2013 Standard, so we do not have access to web-enabled InfoPath forms, which is okay since all of our client machines have

  • Basic Settings before HR Org Structure

    Hello What are the basic settings required in Entreprise Structure (FI/CO) before you actually start creating an Org Structure in HR. Can you please provide step by step process. Thanks HR Infant

  • Dock notification on new msgs

    Hi. I am new to Mail (been using Entourage), and one thing keeps annoying me so much that i am thinking of switching back - that is, when i create a custom folder and attach a rule to it (for instance, i want messages from my GF to drop in this very

  • Problems with Football Manager 11

    Hallo I have just bought the new FM 11 for my Macbook Pro. However i am not able to install the game. Every time i start the installation it closes immediately and show this message "there are no compatible version of java 1.4" how do I solve this? T

  • Getting a "Connection Error" when uploading

    Im trying to post my training program on the web but getting a "Connection error". Seems only the video portion is not working but all the rest works. In one instance I posted to Weebly server and in a second case I posted to a folder on another serv