Getting a page title from a page label

I need to get a localized title of a page using a page definition label. The page is not in the current presentation context, but is on a different page and inside a book. I've tried using the recursive calls in the Desktop Backing Context and the Desktop Presentation Context, but since the page is not currently displayed, I can't get the context by using the recursive calls.
Is there a way to get the page's title without iterating through all of the children on the desktop?

I have the following code:
CustomizationContext customizationContext = new CustomizationContext(Locale.ENGLISH);
InitialContext ic = new InitialContext();
DesktopDefinitionManagerHome ddHome = (DesktopDefinitionManagerHome)PortableRemoteObject.narrow(ic.lookup("java:comp/env/ejb/DesktopDefinitionManager"),DesktopDefinitionManagerHome.class);
DesktopDefinitionManager deskMgr = ddHome.create();
DesktopDefinition[] defns = deskMgr.getDesktopDefinitions(customizationContext,"EnterprisePortalWeb");
If I use a webapp name that doesn't exist, defns comes back without error but empty. If I use an existing webapp name, I have the following error:
<May 20, 2008 1:19:01 PM CDT> <Error> <org.apache.beehive.netui.pageflow.PageFlo
wPageFilter> <BEA-000000> <Exception occurred while handling exception java.rmi.
RemoteException. The original exception will be thrown. Cause: java.lang.Asser
tionError: org.apache.beehive.netui.pageflow.scoping.internal.ScopedRequestImpl
Throwable: java.lang.AssertionError: org.apache.beehive.netui.pageflow.scoping.i
nternal.ScopedRequestImpl
Stack Trace:
java.lang.AssertionError: org.apache.beehive.netui.pageflow.scoping.internal.Sco
pedRequestImpl
<May 20, 2008 1:19:01 PM CDT> <Error> <netuix> <BEA-423405> <An exception [EJB E
xception: ; nested exception is:
        java.lang.NullPointerException] was thrown while rendering the content a
t [portlets/overviews/accountManagement/AccountManagementController.jsp].
java.rmi.RemoteException: EJB Exception: ; nested exception is:
java.lang.NullPointerException
at weblogic.ejb.container.internal.EJBRuntimeUtils.throwRemoteException(
EJBRuntimeUtils.java:101)
Edited by btiminey at 05/20/2008 11:22 AM

Similar Messages

  • Get the page title from definition

    Hi, If I have the page definition label, how can I get the page title from jsp page or java class? Thanks

    If the jsp is on a portlet on that page then use
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/javadoc/com/bea/netuix/servlets/controls/page/PagePresentationContext.html
    If you want to find out for some other page (i.e. the current page is different from the page you want the title of) then use
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/javadoc/com/bea/netuix/servlets/controls/application/DesktopPresentationContext.html
    getPagePresentationContextRecursive...

  • Cannot a get JSP page instance from a page being destroyed

    We have a J2EE app, using Struts + Tiles (build 1.1-b3), running on Win2KPro, Ora9ias v9.0.3. The application is roles-based, and different users see different versions of the same page based on their role authorizations. Occasionally, when multiple users in different roles are requesting the same page, the app returns the following exception:
    OracleJSP:
    JSP Error:
    Request URI:/fast/WEB-INF/jsp/tiles/layouts/baseLayout.jsp
    Exception:
    javax.servlet.ServletException: Cannot a get JSP page instance from a page being destroyed
         at oracle.jsp.runtimev2.JspPageInstFacade.getInstance(JspPageInstFacade.java:147)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:303)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at com.gal.fast.portal.web.SessionInitializedFilter.doFilter(SessionInitializedFilter.java:105)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:556)
         at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:119)
         at org.apache.struts.tiles.TilesUtilStrutsModulesImpl.doInclude(TilesUtilStrutsModulesImpl.java:124)
         at org.apache.struts.tiles.TilesUtil.doInclude(TilesUtil.java:161)
         at org.apache.struts.taglib.tiles.InsertTag.doInclude(InsertTag.java:703)
         at org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.java:818)
         at org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:467)
         at web2d_inf._jsp._tiles._layouts._baseLayout._jspService(_baseLayout.java:445)
         [SRC:/WEB-INF/jsp/tiles/layouts/baseLayout.jsp:149]
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at com.gal.fast.portal.web.SessionInitializedFilter.doFilter(SessionInitializedFilter.java:105)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:556)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
         at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1033)
         at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:269)
         at org.apache.struts.tiles.TilesRequestProcessor.processTilesDefinition(TilesRequestProcessor.java:249)
         at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:303)
         at org.apache.struts.action.RequestProcessor.processActionForward(RequestProcessor.java:401)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1422)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:505)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at com.gal.fast.portal.web.FastActionServlet.service(FastActionServlet.java:110)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at com.gal.fast.portal.web.SessionInitializedFilter.doFilter(SessionInitializedFilter.java:105)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:556)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:148)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:536)
    All the code in the two custom classes above ( com.gal.fast.portal.web.SessionInitializedFilter and com.gal.fast.portal.web.FastActionServlet ) has been commented out to the point that they are NOOP stubs.
    We only see this with multiple near-simultaneous requests for the same page with differet roles. It smells like a threading issue to me, but I'm no expert (hence this post). Any thoughts?
    --matt

    We have a J2EE app, using Struts + Tiles (build 1.1-b3), running on Win2KPro, Ora9ias v9.0.3. The application is roles-based, and different users see different versions of the same page based on their role authorizations. Occasionally, when multiple users in different roles are requesting the same page, the app returns the following exception:
    OracleJSP:
    JSP Error:
    Request URI:/fast/WEB-INF/jsp/tiles/layouts/baseLayout.jsp
    Exception:
    javax.servlet.ServletException: Cannot a get JSP page instance from a page being destroyed
         at oracle.jsp.runtimev2.JspPageInstFacade.getInstance(JspPageInstFacade.java:147)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:303)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at com.gal.fast.portal.web.SessionInitializedFilter.doFilter(SessionInitializedFilter.java:105)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:556)
         at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:119)
         at org.apache.struts.tiles.TilesUtilStrutsModulesImpl.doInclude(TilesUtilStrutsModulesImpl.java:124)
         at org.apache.struts.tiles.TilesUtil.doInclude(TilesUtil.java:161)
         at org.apache.struts.taglib.tiles.InsertTag.doInclude(InsertTag.java:703)
         at org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.java:818)
         at org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:467)
         at web2d_inf._jsp._tiles._layouts._baseLayout._jspService(_baseLayout.java:445)
         [SRC:/WEB-INF/jsp/tiles/layouts/baseLayout.jsp:149]
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at com.gal.fast.portal.web.SessionInitializedFilter.doFilter(SessionInitializedFilter.java:105)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:556)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
         at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1033)
         at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:269)
         at org.apache.struts.tiles.TilesRequestProcessor.processTilesDefinition(TilesRequestProcessor.java:249)
         at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:303)
         at org.apache.struts.action.RequestProcessor.processActionForward(RequestProcessor.java:401)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1422)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:505)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at com.gal.fast.portal.web.FastActionServlet.service(FastActionServlet.java:110)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at com.gal.fast.portal.web.SessionInitializedFilter.doFilter(SessionInitializedFilter.java:105)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:556)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:148)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:536)
    All the code in the two custom classes above ( com.gal.fast.portal.web.SessionInitializedFilter and com.gal.fast.portal.web.FastActionServlet ) has been commented out to the point that they are NOOP stubs.
    We only see this with multiple near-simultaneous requests for the same page with differet roles. It smells like a threading issue to me, but I'm no expert (hence this post). Any thoughts?
    --matt

  • How do I get text to flow from one page to the next in Pages 5?

    How do I get text to flow from one page to the next in Pages 5 with the Maverick system?

    What may be overlooked in Pages v5 is the notion of combining Text Boxes via the Menu > View > Show Arrange Tools. When you select two Text Boxes, an extra panel unfolds at the bottom of the Arrange Tools window. Uncheck one Text Box and this panel abruptly disappears.
    One can achieve text flow effects between Text Boxes differently based on how one positions the Text Box overlap, and choice of effect above. Though not the accustomed flow found in Pages ’09 v4.3, flow does occur. Consider the possibilities of combining a Shape and a Text box to cut an irregular Text box.
    If I create two Text Boxes and position them side by side with outline touching and choose Unite, this creates one larger Text Box and text flows across and down. On the otherhand, if I overlap the upper left corner of a lower Text Box over one above and to the left, then choose Union, pasted text fills the first Text Box and then flows across and down into the other box. Here is a Union example:
    Intersect will leave a small Text Box where the two overlap, so not much value there. Subtract will cut a chunk out of one Text Box that is the size of the overlapping piece of the second Text Box:
    And Intersect will leave an island in the center where the two Text Box overlap, with flow jumping over this bridge.
    Clearly, this is not what we were accustomed to in the past, but with imagination, style, and layout tuning, it does offer alternative Text Box creativity and layout. Of course, there is the option of simply returning to the previous Pages version for true Text Box linking that most will want to use.

  • How can we set page title from resource bundle

    Hi friends ,
    how can we set page title from resource bundle,
    <%--
        Document   : MARC008Music
        Created on : Aug 4, 2008, 6:27:06 PM
        Author     : root
    --%>
    <%@page contentType="text/html" pageEncoding="UTF-8"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
        <head>
    <title>All Transaction Log Details </title>
          </head>
        <body>
            <f:view>
                <f:loadBundle basename="#{utility.resourceBundle}" var="rb"/>
                <f:loadBundle basename="#{utility.messageBundle}" var="mb"/>
                <h:form>
                </h:form>
            </f:view>
        </body>
    </html>i want set title( All Transaction Log Details ) from resource bundle.

    My problem is solved , Thanking you Sir.
    Thanks & Regards,
    Edukondalu Avula

  • Animatioin get distbub while navigation from previous page and next page

    animatioin get distbub while navigation from previous page and next page

    To get the value from dropdown list:
    For example:
    <b>In Layout</b>
           <htmlb:dropdownListBox id                = "country"
                                   nameOfKeyColumn   = "land1"
                                   nameOfValueColumn = "landx"
                                   selection         = "<%=country%>"
                                   onSelect          = "displayregion"
                                   table             = "<%=iland%>" />
    <b>Oninputprocessing:</b>
            CALL METHOD REQUEST->GET_FORM_FIELD
              EXPORTING
                NAME  = 'country'
              RECEIVING
                VALUE = country.
    <i>*Reward each useful answer</i>
    Raja T

  • Access page fragment from a page or vice versa

    How can you access (get and set) the components of page fragment from a page?
    I have a page fragment with a drop down box, which is shared across many pages. Now the value of the drop down list (in the page fragment) needs to changed based on the table columns of the page. I can easily do that if the drop down is on the same page as the table component, but I can't figure out how to do this if drop down is on a page fragment and the table is on a page. In other words, how do we make the page "see" its page fragment programmatically or vice versa? When you use this.xxxx, you only get access to page components and it does not include the comonents of the page fragmant which is embedded in the page.
    Thanks
    Message was edited by:
    Sabir

    What happens if a user were to have multiple browser windows open under the same session?
    Let's say I had a header like this example and I disabled some of the links on given pages. If a user had 2 pages open, and both has an instance of this header page fragment being rendered, which page's header would have its link disabled? Would it be both or would it somehow know to only affect the fragment within the page that's calling .disabled(true)?

  • Internationalize Page titles added through page hierarchy

    Hi All,
    JDev + Webcenter : 11.1.1.5
    Is there a way to Internationalize Page titles added through page hierarchy in web center portal ? Title property of page hierarchy does not seems to recognize bundle files.
    Thanks
    Amit

    currently there is no provision to set page titles in page heirearchy.
    Same topic has been discussed earlier on -Re: Multi language portal
    You can very well set the page titles in navigation model and in page level also through af:document tag.
    Regards,
    Hoque

  • Set page title for all pages

    Hi
    Can I set page title for all pages in project, by using filter or something else? Or the only way is to specify the name in each page?
    Michal

    Might be possible with filters, but that would be a rather expensive task. Just create an include file which you include in all pages. This way you also have a single point of maintenance.

  • How to start the page count from second page (first is title)

    Hi all,
    I have been using Livecycle for a little while now and think I have got to grips with quite a bit of it to make some fairly simple interactive forms, but I have started to make more complex forms now and although I am able to work a lot of things out, one thing has stumped me. There are lots of threads about page numbering, but none seem to address my problem: I wish to have a 'page number' on the master page (done that) but I have 2 master pages, one is used for the first page (then not at all) and the second master page is used after that, that is the one with the page count on, that way the page number appears at the bottom on every page, apart from the first one. I need a way for the count to 'skip' the first page (as this is a title page and I do not want that numbered) and start numbering from page two of the form, but have it numbered as page 1.
    So basically the document will be Title page (no numbering), then pages after that of the form, starting from '1' shown on the bottom- it is a dynamic form that may change length as the user adds to it. Is there a script that I need to use, and if so how should I implement it? Any help would be appreciated, apologies if this is not very clear!

    Use the Custom object "Master Page n of m" on the second master page.
    Steve

  • Where can I get a book printed from a Pages document?

    Ok, I know of dozens of service bureaus/labs happy to print photo books for people from a series of jpeg image files. Pages does not output jpeg files. I know of one that will do it from a PDF (Blurb, actually), but it must be a PDF/X-3 file, which Pages does not do, either. Where can I get a photo book printed from either a Pages document, or from a Pages-created PDF?
    I don't really want to layout my book in InDesign -- Pages is so much easier and faster.

    It isn't impossible to use Pages for book printing.
    Do search on the matter here in the forum
    Go to this site http://pagesfaq.blogspot.com/2006/12/how-does-pages-handle-pdf-x-files.html
    and this one holds a lot of information
    http://i-work-in-pages.blogspot.com/p/pdfs-professional-printing.html
    Good luck with the book!

  • How to get requested (target) URL from login page jsp.

    Hi,
    How can I get requested (target) URL from within login jsp page where unauthenticated user was redirected.
    IN other words I need to get target URL that user requested before he was redirected to login page.
    In Weblogic there is "j_target_url" session attribute for this purpose.
    Does NetWeaver have analogue?
    Thanks in advance.

    hi Alex,
    NWDS provides Authentication through Pre defined properties,
    We can trap unauthorised user.
    To know more about this,
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4ecd6eb1-0301-0010-61bd-a3d6bee102c0
    thank you

  • How to get back to Text from an Pages ePub footnote on an iPhone!

    I have noticed that there does not seem to be a way to return to a page that one has left to read a "footnote" that has been coverted to a endnote in export to ePub. It all looks great, but I can not find the way to return to the page I was reading on after I follow a footnote link from that page to the end of the document where the footnotes are cataloged... short of going back to the table of contents and then manually finding where I left off reading in the document before I clicked on the footnote number in ePub.
    Any suggestion... maybe this is a fault of ePub or of iBooks reader?

    I have noticed that there does not seem to be a way to return to a page that one has left to read a "footnote" that has been coverted to a endnote in export to ePub.
    It depends on the software used to create the ePUB file. Some applications may not support returns, others return by pressing the "footnote number" associated with the specific "footnote" that sent you to the "Endnotes," and still others (e.g., Legend Maker), employs a separate symbol placed at the end of the "footnote" entry to return you to your sending text.

  • Once I access email either on start page or from email page, I can not back up without restarting Firefox, Mac OS 10.4.11

    Email from start page won't open more than one time, once I go back it won't open again no matter how many times I click on it.
    Email from email page won't back up once opened. It only goes back to start page after multiple clicks. Running Mac-Mini with OS 10.4.11.
    == This happened ==
    Every time Firefox opened
    == After last "MANDATORY" update.

    re "Apple should have the control panel report the proper IP address"
    On clicking Personal web sharing, you get information to the effect:
    View this computer’s website at http://10.1.1.4/ or your personal website at http://10.1.1.4/~user/
    This is wrong to a user. Others could not enter this URL and get access to the website using this information. This is what I meant by "wrong"--its NOT the IP address that the user should use to view/use the web site. The software already knows its using DHCP, etc., so it should know to present the modem's IP and from memory in the past it did. As a wrote earlier, I used to be able to just copy the IP address given.
    What Apple probably need are two statements:
    To view this computer’s website from the local network use ...
    To view this computer’s website from the internet use ...
    Even, then I'd question the use of 10.1.1.4.

  • Can't start page count from third page

    I have a 90 page document I want to start page i after the Cover and *blank Back Cover*, page 3 is the *Table of Contents* should be i. Page 4 Forward should be ii and page 5 should be page 1 a short Introduction and the beginning of the story. I can't seem to to find a place to format the page numbering. The book starts numbering the cover as 1 (the number does not show as the cover photo bleeds across the margins.) the blank back cover is labeled as page 2 and the Table of Contents reads as page 3. I would accept the the numbering starting page 1 as the Table of Contents even though book layouts normally start the front matter as lower case roman numerals.
    Dick Deaton

    Hi, fruhulda
    Got it fixed in a fashion: I got page 1 to start where I wanted it to but the first four pages (1-4) were blank. I could not insert pages i and ii in page 3 and 4 after several tries I typed the two lower case roman numerals from a different application on a white background and pasted the in place.
    When I tried to insert ( i ) it appeared on both pages 3 and 4 when I inserted ii it replaced i with ii so that both pages had the same number. I forgot to mention that I'm using Pages 8 not Pages 9.
    Dick

Maybe you are looking for

  • HP G62 Laptop Keyboard.

    This Laptop is, without a doubt, the worst product I have ever owned, which is most probably why Telus offered it as one of their loyal customers 'Specials'. After all, why would any Company, especially one as established as HP, decide to introduce a

  • Power supply retailers near Philadelphia? G5 won't turn on anymore.

    When I went to bed last night, my Mac was on and running fine. This morning, it was off, and would not turn back on. When I press the power button, absolutely nothing happens. I plan to replace the battery first, as I have seen recommended. If that d

  • Insert statements using function are slow in 10.2.0.3

    I am migrating our data warehouse server to newer more powerful hardware, both server and disk are far superior. As part of the migration the oracle rdbms version is also changing from 10.1.0.3 to 10.2.0.3 on RHEL4. We have some jobs that run and pop

  • How to recover IDSM-2 password (without know any password)

    Hi, We have a IDSM-2 system card in 6500 system. Unfortunately, we lost tracking the login/password. I have read Cisco doc# 13837. It req to know either admin username/password or service username/password to do password recovery. I do not have those

  • IPhoto won't go in dock

    Have a friend that has a iMac the won't let iPhoto put a icon in the dock. Other things will go in it but not iPhoto. He is running Snow Leopard. Not sure about anything else. thanks .