How to center page designed in Edge

Hi, Can someone please tell me if there is a way to make a page created in Edge to center vertically on the browsers? It seems to default to top left.
Thanks

I read thru all the suggestions posted, and I don't think the following is one of them. Apologies if it is.
What about a simple table, and, following the instructions of the video called "working with existing html", -
http://tv.adobe.com/watch/learn-edge-preview-6/working-with-existing-html/
(using my test webpage coding as example)
you copy/paste the runtime preloader script part in the head within the adobe edge runtime section
<<script type="text/javascript" charset="utf-8" src="i-imagine-3h_edgePreload.js"></script>
and the
<div id="Stage" class="EDGE-4442444"></div>
part in the horizontally-vertically middle or centre cell ? - Or, where-ever one wants their composition to display on specific web page.
With overflow hidden, none of the offstage elements are seen till you want them seen.
Worked for me, I hope the following link shows properly to any viewer.
http://www.homemovies.ca/edgetest-dreamweavertable2.html
view the source code to see what's what.
Seems a lot easier than the other suggested options, - still - quite the pain in the behind.....
As much as I quite love Edge, they are going to HAVE to figure out how to make 'placing' as easy as everything else.
Message was edited by: Steve Hartwell

Similar Messages

  • How to center page in Pages

    Hey im used to the word templates and i dont like how the actual page in Pages is aligned to the left, how would i get it in the middle?

    I think what you all are saying is a blank document opens to the left side of the screen and that you'd prefer it to open in the middle. Right?
    If so, I've never thought much about it. Where windows open is part of the human interface guidelines. You can read some of that here.
    Pages may not completely adhere to the letter of the link above but it seems there's a reason: it leaves space for inspectors. So, when a window opens, the window is slightly to the left because you open inspectors and they go in the space to the right. I don't remember the default - if inspectors open the first time you use Pages - but the logic is clear.
    This is coded. I suppose ou could move the window, make an applescript - e.g., record one in Automator - and apply it each time you open Pages. Or you could drag the window anywhere you want, which is what almost everyone does without thinking.
    The Mac desktop metaphor is slightly different from the Windows metaphor. With Windows, which I've used extensively, you tend to minimize, maximize and switch from application to application, document to document in either full screen or minimized. The Mac metaphor is more like a real desktop on which you can have a bunch of documents from a bunch of applications all available at the same time, overlapping, etc. (BTW, I suggest using Spaces to organize work.)

  • How to center page in Split and Design view?

    When I look at my template in Design or Split View, it is flush right on my screen with a top margin of 20 px or so. But when I check it in Live View, or when I preview it on Firefox/Safari/Chrome/Opera, it is centered and flush against the top of the screen.
    I should add that the template was fine in Design and split, until I started mucking about the a spry menu. My page fell apart, I deleted the spry with plans ot start over. But then I discovered my template flush right (in Design and Split, anyway).
    Can anyone please tell me how to correct this? I suppose it's more of a nuisance than a tragedy, as long as the page is centered when it goes online. But it is a nuisance to work on the right side of the screen.
    Coding follows:
        margin-top: 0px;
        margin-left: 0px;
    #wrapper {
        background-image: url(../template%20images/mainBody.jpg);
        background-repeat: repeat;
        overflow: hidden;
        width: 800px;
        background-color: #CCC;
        margin-right: auto;
        margin-left: auto;
    #wrapper #header {
        height: 150px;
        width: 800px;
        background-color: #CCC;
        background-image: url(../template%20images/header.jpg);
    #wrapper #navBar {
        height: 55px;
        width: 800px;
        background-color: #666;
        background-image: url(../template%20images/navBar.jpg);
    #wrapper #mainBody {
        width: 80%;
        margin: 0 auto;
        padding-top: 20px;
        font-family: Arial, Helvetica, sans-serif;
    #wrapper #footer {
        background-image: url(../template%20images/footer.jpg);
        width: 800px;
        height: 60px;
        text-align: center;
        font-size: 16pt;
        clear: both;
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>2000_template</title>
    <!-- TemplateEndEditable -->
    <link href="../CSS/layout.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    -->
    </style>
    </head>
    <body>
    <div id="wrapper">
    <div id="header">
    </div><!--close header-->
    <div id="navBar">
      </div><!--close navBar-->
    <div id="mainBody"><!--begin mainBody--><!-- TemplateBeginEditable name="mainContent" -->
      <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dolor libero, aliquam vitae scelerisque in, malesuada non neque. </p>
      <p>Phasellus dignissim arcu eget velit posuere vel varius magna dapibus. Phasellus pharetra imperdiet nunc, vel interdum dolor fermentum id. Integer luctus mollis tempor. Nunc lacus urna, blandit sollicitudin cursus at, ultrices et erat. Sed rhoncus, ipsum vitae dictum scelerisque, diam felis euismod augue, a facilisis massa augue ut nibh. </p>
      <p>Sed ac ante magna. Nulla consequat posuere ullamcorper. In interdum, elit sed tempor suscipit, quam mauris egestas justo, sed lobortis sem magna a mi. Etiam tincidunt fringilla sapien, congue condimentum augue adipiscing ut. Nam pretium egestas lacus in elementum. Vivamus eros erat, varius nec aliquam quis, congue at orci.</p>
    <p>Vivamus eget felis purus, in porta tellus. Nullam ac orci eu arcu luctus ornare. Aliquam quis ligula metus. Morbi congue cursus justo, et sagittis sem adipiscing blandit. </p>
    <p>Quisque sed bibendum nisi. Curabitur ultrices imperdiet lacus in ullamcorper. Etiam pulvinar magna et neque congue eu aliquam metus semper. </p>
    <!-- TemplateEndEditable --></div>
    <!--close main body-->
    <div id="footer"><!-- TemplateBeginEditable name="footerPage" -->
      <p> &#8249; &#8249; Previous    1 :: 2 :: 3 :: 4    Continue &#8250; &#8250;</p>
    <!-- TemplateEndEditable --></div><!--close footer-->
    </div><!--close wrapper-->
    </body>
    </html>

    Get rid of this.
        margin-top: 0px;
        margin-left: 0px;
    The universal selector (asterisk) applies whatever styles you give it to  EVERY PAGE ELEMENT regardless of where it is.  So unless you know  exactly what you're doing, don't use universal selectors.
    To center your page
    body {
    width:900px /**some width in pixels, ems or %}
    margin:0 auto;
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • How to center page in any size browser window

    How do I center a page in any size browser even if page is too wide to display - I still want the page displayed from the center and hide the edges as the browser width gets narrower. E.g. I have 3 columns and want to always see the central column - the outside columns will be visible only on a wide screen, but only the central column is visible on a narrower screen such as a smartphone. I have set the margins of my wrapper div to auto, but this only centralises the page until the wrapper width is the same width as the browser window. Help me please !

    Thanks Nancy O,
    Using the % as a width does now allow the page to remain centred.
    Is there a way to keep the web page size as original even when the window gets smaller - i.e.you will only see the outside edges of the page by using the slidebar left or right if viewing in a smaller window. Ioriginally set the wrapper div width to 700px rather than 90%, but when I reach a browser window of 700px, the page then reduces in width towards the left rather than reducing it centrally.
    I don't know how to link to my page as it is not yet a live page, so can't show you specific code. Hope the above explains what I am trying to do. Basically, the two outside columns will be less important info, so I don't need this to always be visible, but if viewing my page on a smartphone, I want the central area to be seen in full (approx. 450px wide), and not reduce in size.
    Thanks for your help,
    ActivePlanner.

  • How to center page

    I have been messing around with this template only to find it
    isn't centered. When working in CS3 it appeared centered. Where did
    i mess up? Any help would be appreciated.......also any feedback
    would be great.
    http://richlandmtg.com/site.html

    > Do you think the page loads off to the side because of a
    broken stylesheet
    > link or is it code related?
    With so many broken links in your page it's likely a
    combination of both.
    > I was moving some files around
    Never, ever do this outside of DW. If you use DW's Files
    panel to move your
    files, you will not have a problem since DW can then manage
    the links. If
    you do it outside of DW, well, you see the result.
    At this point, you must fix every link on the page in DW by
    remaking it.
    > How do you know which go
    > with each version i've worked on and changed?
    Sorry - I don't understand what you are asking, but as the
    person who built
    the pages, wouldn't you know this?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "annuse" <[email protected]> wrote in
    message
    news:ge5hs0$ui$[email protected]..
    >I used a validation website
    http://jigsaw.w3.org/css-validator/
    told me It
    > couldn't find my stylesheet. I was moving some files
    around and must have
    > gotten some stylesheets from other templates mixed up.
    How do you know
    > which go
    > with each version i've worked on and changed?
    > My browser compatibility shows a lot of "unsupported
    value-text bottom" &
    > "expanding box problems" Not sure how to correct those.
    > Do you think the page loads off to the side because of a
    broken stylesheet
    > link or is it code related?
    > Thanks
    >

  • Adobe Livecycle Designer ES 2 - how to repeat page layout in the form?

    How would you repeat page layout design randomly in a form, means how the same page layout can be repeated on non-consecutive pages of an LC Form? For e.g. I want to repeat Page1 layout on Page 5 and Page 6 of an LC Form. How to do that. Please reply.

    You use Master Pages to set layout that you want to use on multiple pages.
    Design what you want in a Master Page and then assign it to the pages you want in Object>Pagination>Place: and choose On Page> whatever you called your Master Page.

  • In Pages, How to duplicate a design (multiple text boxes

    In Pages, How to duplicate a design (multiple text boxes & graphics) which is on the top half of the page, onto the bottom half? I appreciate anybody's suggestion!
    Alan

    Hi alanhome,
    Not trying to be cheeky, but a copy and paste doesn't work?
    Cheers,
    GB

  • How to layout beans for single page design

    Hey guys. I'm designing a site that uses the Icefaces framework. I've been reading a book called Real World Java EE patterns. I'm kind of confused how to layout the pages. Normally I would have just a POJO class implement serializable for a bean. This bean would then back each page. With a single page design I'm going to have a bunch of elements on the page. Datatables, trees, inputs, calendars etc. Is it normal or best practice to have separate beans for each datatable, calendar, etc or put that all in one bean? I'm not sure how to approach this. Right now each element is a bean and I'm using the @Inject annotation to have the data table talk to the tree and vise versa. This creates really bad code and if I put this as a member of the class I will get a circular reference because the data table bean has to inject the calendar and the calendar has to inject the data table.
    Thanks for any help.

    'best' practice is to not follow blindly what other people say, but to reason yourself what works best for you. It has been stated many times before and I will state it again: best practice does not exist. Only personal opinions about what is best exist. Personal opinions are not facts.
    So choose what works for you. Is the code easy to maintain? Is it readable? Can you perhaps re-use parts of it? Then I'd say you have a winner.
    I'll give you my personal favorite. When working with a page that has input elements, I tend to have two or three beans. Replace XXX with a logical and context sensitive name.
    XXXForm - this is a simple request scoped bean that has the action and event methods and will hold some data for reading purposes for the view, possibly taken from a database.
    XXXStorage - this is a session scoped bean that holds information from the form; if it is an editing function I initialize it with the current state first. Storing this stuff in a session bean makes it very easy to do Ajax stuff and create input cycles that span multiple requests. Also when data is split in multiple pages, the storage class is the one to remember which page is being displayed.
    Optionally, I also have an XXXSearch object, which is a session scoped bean that stores search/sort/filter parameters. I make this session scoped so the information is remembered for the duration of the user's visit, meaning he can navigate away from the page in question, come back and all his choices will still be in place.
    So no, I don't have beans specifically for each component, although I might make simple POJOs to hold information gathered from several sources (for example, information gathered from several database tables). These beans are generally used to fill the rows of a datatable and are just created from within the form class, for example in a @PostConstruct annotated method.

  • How can I center pages for browsers and screen rez

    Hi.
    I purchased an html template web site. Im trying to have the
    pages center themselves depending on the screen , resolution and
    perhaps the type of browser it will be viewed in. Right now it just
    shows up to the right hand side. This goes for all the pages in the
    template.
    here is the link for the site
    Sample page
    Im ok with Dreamweaver, no experience with CSS.
    Thanks

    Asked and answered here almost daily. You can find all the
    info you need
    starting here:
    http://groups.google.com/groups?as_q=center+page&num=10&scoring=r&as_epq=&as_oq=&as_eq=&as _ugroup=macromedia.dreamweaver&as_usubject=&as_uauthors=&lr=&as_drrb=q&as_qdr=&as_mind=1&a s_minm=1&as_miny=1981&as_maxd=21&as_maxm=10&as_maxy=2008&safe=off
    WARNING: This requires CSS code so it's time to step up.
    Without
    understanding HTML & CSS you will be very limited in what
    you can
    accomplish.
    Walt
    "mannsma" <[email protected]> wrote in
    message
    news:gdlo8u$ef$[email protected]..
    > Hi.
    > I purchased a html template web site. Im trying to have
    the pages center
    > depending on the screen , resolution and perhaps the
    type of browser it
    > will be
    > viewed in.
    >
    > here is the link for the site
    >
    > https://filmlesscafe.com
    >
    > Im ok with Dreamweaver, no experience with CSS.
    >
    > Thanks
    >

  • Centred page design using layers

    Hi I use layers to design my web pages but would like to
    centre them, so they always
    appear in the centre of the page by default rather than
    aligned to the left hand side as positioned.
    (if you vierw my site you will see how its aligned to the
    left but would like to centre it )
    http://www.chrisleslie.co.uk)
    I know if you design with tables and you centre the page
    design it always appears centre but
    ist his possible with layers?????please, any help much
    appreciated. im using dreamweaver 8......
    chris

    > Hi I use layers to design my web pages
    This is usually a very poor choice - here's why....
    http://www.great-web-sights.com/g_layer-overlap.asp
    > ist his possible with layers?????
    Certainly.
    Change this -
    </head>
    to this -
    <style type="text/css">
    <!--
    body { text-align:center; }
    #wrapper { text-align:left; width:760px; margin:0
    auto;position:relative; }
    /* 760px will display on an 800px screen maximized browser
    window without */
    /* horizontal scrollbars. */
    -->
    </style>
    </head>
    change this -
    <body ...>
    to this -
    <body ...>
    <div id="wrapper">
    and this -
    </body>
    to this -
    <!-- /wrapper -->
    </div>
    </body>
    and see if that helps.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "chrisleslie" <[email protected]> wrote in
    message
    news:fj0pl2$oh3$[email protected]..
    > Hi I use layers to design my web pages but would like to
    centre them, so
    > they
    > always
    > appear in the centre of the page by default rather than
    aligned to the
    > left
    > hand side as positioned.
    > (if you vierw my site you will see how its aligned to
    the left but would
    > like
    > to centre it )
    >
    http://www.chrisleslie.co.uk)
    >
    >
    > I know if you design with tables and you centre the page
    design it always
    > appears centre but
    > ist his possible with layers?????please, any help much
    appreciated. im
    > using
    > dreamweaver 8......
    > chris
    >
    >
    >

  • How to insert page numbers in a PDF document?

    How to insert page numbers in a PDF document using Adobe Acrobat X Pro 10.1.2?
    Thanks.

    OK, I found it myself:
    1. Tools - Pages - Edit Page Design - Header & Footer - Add Header & Footer.
    2. Select the font and size, etc, place the cursor on the appropriate site to insert the page number, click the "Insert Page Number" button, and click OK.
    That is!

  • How to get page one to animate only once in interactive pdf?

    how to get page one to animate only once in interactive pdf? I like when the document opens up in acrobat and the the page animations work but when I go to one of the pages and hit my designated home button it goes back to page one but it reloads again. As a user it would drive me crazy to have to wait for all of it to load......anyway to have that page one load once as the opening page?

    I don't think you really mean animations (unless you have a placed SWF file) because things created with the Animation panel don't work in PDF. Nonetheless, you're talking about some kind of interactivity which is set to happen On Page Load.
    So when you return to that page, of course the interactivity loads again.
    There isn't a On Page Load Once command.
    Perhaps you need to rethink why the interactivity is there. If it's important, maybe it should be triggered by a rollover or by clicking a button.

  • 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.

  • How to create page zero in oracle apex 4.0?

    Hi All,
    How to create page zero in oracle apex 4.0?
    Regards
    Mani

    Hi,
    Home > Application Builder > Application xxx > Create Page
    At bottom center on wizard there is Page Zero
    Regards,
    Jari
    Edited by: jarola on Aug 25, 2010 7:28 PM
    And here is chapter about in documentation
    http://download.oracle.com/docs/cd/E17556_01/doc/user.40/e15517/ui.htm#BGBFFFGH

  • Account and contact person search in more Work Center pages

    Hi All,
    I have to face the following problem. Currently I am at customer and the customer wants to have four different work centers (broker, cedent, original insured). The work center pages should show the AB SEARCH. In those ABs the links Search Brokers, Search Broker Contacts; Serach Cedent, Search Cedent Contacts etc.)
    I Use the Target IDs MD-BP-SR and MD-CONP-SR for all searches.
    Everything went fine (I checked simultanously in WebUI). After I entered the third ORIGINAL INSURED the AB of all Work Center appeared the same. All had Cedent Accounts, Cedent Contact Person as links in the AB Create. When I make the Cedent links unvisible no Work Center has them in.
    How can I solve this problem? I work on that since two days. Has anyone an idea? Even here in SDN I couldn´t find a solution for that.
    The CRM is a brandnew one? Could it be that the search MD-BP-SR can only be used in one workcenter??
    Thanks to all for your help,
    Martin

    Hi Pieter,
    thx for your answer. AB=Assignment Block. This Search Block.
    I would like to have 4 WC for Cedent, Broker, Original Insured an Prospect (XXX). These WC should have all an AB / Work Center Link Group that includes Search XXX Accounts and Search XXX Contacts. I have an developer here, that would add the role, so that we can search role specific (Roles: Broker Original Insured, Broker etc.). An better idea for that?
    But my problem is, that the WC pages look all the same. Even if I go to WC Prospect, that should incl. the Work Center Linkgroup Create (Link will be Create Prospect) it doesn´t appear, because all work center pages look similar.
    I entered all (LogLingID, WC Link Groups etc.) from scratch, but I compared with standard.
    I would love to help, but it is not really clear to me what you are doing.
    You mention you have 4 workcenters, all with an option to search for accounts and a search for contacts.
    CORRECT.
    How are you planning to differentiate between them all if you use the same target id's (MD-BP-SR and MD-CONP-SR)?
    Is your issue that you changed the description of the links, and they appear the same?
    You also mention 'AB'. What would that be?
    Yes. The Links all have Search Cedent Accounts in every WC Link Group. But why?
    Regards Martin
    I would upload a screenshot or send it, but don´t know how...first time posting a thread.

Maybe you are looking for

  • Orientation of ABAP printout

    Hi, i'd like to change the orientation of the print output of an ABAP report (Report print output on the screen using write). Currently the output is landscape, but i need it in portrait. Is there any way in doing this? I tried changing the format ty

  • Service desk message not seen in SOLMAN

    Hi Gurus! We are creating a service desk message in R\3 system that should be displayed in SOLMAN. But it is not displayed in solution manager. Could you please specify what steps shouls i have to do inorder to get that message displayed. Thanks in A

  • No Load Option for ASE Files in PS 7.0?

    I am still using photoshop 7.0, and was looking to load some swatches from kuler, but I cannot! The only swatch files supported by this version of photoshop are ACO and ACT... am I missing something here.. or is this true? If it is, how can I make it

  • What are the 5 Most Useful Shareware programs you've come across?

    I wanted to lighten the mood on the forum with all of the complaints about the MBP with something potentially useful to current users as well as potential users like myself. I was just wondering what were the 5 most useful shareware programs people h

  • Failed Windows Server 2003 Enterprise SP2 to Windows 2008 Enterprise OS Upgrade

    Attempted to upgrade the OS on our Primary Domain Controller which is running Windows Server 2003 Enterprise with Service Pack 2 installed on a HP ProLiant DL360 G4P Server with 2GB of ram, 3.2 GHz Processor and 53.2 GB of free space on C.  I took th