Unable to create body page

Hi
I am following examples from a ebook and every where they are mentioning that we can create body page inside a master page
however...when I try creating i do not see any option of creating a body page inside a master page??

Hi Hema,
Body Pages are not part of the master page, however they are contained inside the outermost node in the hierarchy shown in the designer on left side of layout. You can create them there and can assign them with a master page.
Every body page is assigned with a master page thats why they say we can create a body page for a master page.
Regards,
Vaibhav

Similar Messages

  • Unable to create login page

    i m trying to create login page for oracle adf (HTML) but while compile the application i am getting below error message
    [01:58:01 PM] ERROR: Unable to create user "oracleadf". Reason: MBean invoke failed: weblogic.management.utils.InvalidParameterException: [Security:090282]password cannot be null
    i m using below reference
    http://www.youtube.com/watch?v=C14FmuhTt8I
    please help me out.

    Hi arun,
    yes i provided but i found one strange this,
    when i entered my password in password then in the confirm password field.
    then confirm password field get frezzed then i click on save button after that both the password field get null automatically.

  • Unable to create a page which deleted from pages library

    hi,
    I want to create a page from my site collec's pages library. i have already created the page say one.aspx and i have deleted the same. and  again    i am trying to create the same page one.aspx. but i am getting 
    serevr error  in appln.

    Paul,
    thanks for your  reply.
    i have confirmed from the recycle bin also. 
    even i hav tested it with a console appln also : here is the code :
    namespace TestingConsoleApplication1
    public class myProgram
    public static void Main(string[] args)
    myProgram objmyprog = new myProgram();
    objmyprog.deleteonepage();
    public void deleteonepage()
    PublishingWeb publishingWeb = null;
    using (SPSite oosite = new SPSite("http://srvr1/sites/OPTC"))
    using (SPWeb ooweb = oosite.OpenWeb())
    if (PublishingWeb.IsPublishingWeb(ooweb))
    publishingWeb = PublishingWeb.GetPublishingWeb(ooweb);
    // get the pages collection
    PublishingPageCollection pages = publishingWeb.GetPublishingPages();
    if (pages[publishingWeb.Url + "/Pages/EditMetadataPage.aspx"] != null)
    // page exists so delete it
    PublishingPage page = pages[publishingWeb.Url + "/Pages/EditMetadataPage.aspx"];
    page.ListItem.Delete();
    can you pls help.
    scrn shot is attached.

  • Unable to Create a Page and an iView

    After creating a new model, I tried to create the page. But the Elements task panel at the right is empty.
    I am suppose to drag the Module icon onto the workspace. But no Module icon..
    What is missing in my installation?. Thanks
    MS XML 4.0 is installed.
    In the workspace, the Design tab, is displayed.
    I am able to connect to EP Successfully.
    When I created the model, SAP Portal User Interface Model, EP kit is selected.

    I was missing the Adobe SVG Viewer 3.0
    I have installed it and everything is working fine.

  • Unable to create a page content type

    Add-PSSnapin -Name Microsoft.Sharepoint.Powershell
    #$SiteURL = get-SPSite "http://srvr1:123/sites/ENGG/"
    $w = get-spweb "http://sRVR1:123/sites/ENGG/"
    $web = get-spweb "http://sRVR1:123/sites/ENGG/"
    try
    $cts =  $w.ContentTypes
    Write-Host "inside content types try block"
    $spId = new-object Microsoft.SharePoint.SPContentTypeId("0x010100C568DB52D9D0A14D9B2FDCC96666E9F2007948130EC3DB064584E219954237AF3900DCED8380ADA44ABB8411D56976A5F491")
    $spId
    $ct = new-object Microsoft.SharePoint.SPContentType($spId,$cts,"BIFPageCT")
    catch
      Write-Host "error occured in creation"
    Write-Host "going2 update web"
    $w.Update();
    #get all the ctypes from site collec
    ForEach($ctype in $w.ContentTypes)
    { #write-host $ctype.Name": "$ctype.ID
     if($ctype.Name -eq "BIFPageCT")
    {   write-host $ctype.Name": "$ctype.ID }else {  Write-Host "ctype not found" }}
     I  tried to create a  new content type in my new site collec in my portal. but it failed to  create.i have taken the content type id from my another site collc. where this content type is  successfully created!
    please help why i am getting content type not found error.

    Hi,
    We can use the following PowerShell script to create a page content type.
    $spWeb = Get-SPWeb http://sRVR1:123/sites/ENGG/
    $spWeb.AvailableContentTypes | Select Name
    $parent = $spWeb.AvailableContentTypes["Page"]
    $contentType = New-Object Microsoft.SharePoint.SPContentType -ArgumentList @($parent, $spWeb.ContentTypes, "BIFPageCT")
    $contentType.Group = "My Content Type"
    $contentType.Description = "BIF Page Content Type"
    $spWeb.ContentTypes.Add($contentType)
    $spWeb.Update()
    $spWeb.Dispose()
    Here is a blog for your reference:
    http://www.microsofttechnology.net/2012/03/how-to-create-content-type-site-column.html
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Unable to create a page under particular page/node

    Hi,
    I have deployed some contents from some other CQ server to my local. I am not able to create pages under lot of page/ nodes though I have all permission(admin).
    The options for creating a new page are read-only and when i open that page , the page properties are read-only as we see when the page is locked.
    Is there any problem in package creation which i deployed on my local?
    Is the property jcr:isCheckedOut has any relevance here though this value is set to true?
    Thanks in advance.

    The state of a page can be very tenacious and sometimes lingers on despite clearing cache. One thing I do to confirm the new version is not seen because of caching is to open a new incognito window within Chrome. The incognito window does not use any of the state information that already exists in the browser and is a more true reflection of the current state of your content. Be sure to close all of the incognito windows when done. If you have one open somewhere already this trick does not work.
    Deke

  • Unable to Create Insert page in OAF Using ROWID as primaryKey

    I have Taken RowID as primary Key in Entity Creation.I written following Code as follow in Process Request method
    OAViewObject vo=(OAViewObject)am.findviewObject("VONAME');
    if(!vo.ispreparedforexecution)
    vo.executequery();
    Row row=vo.createRow();
    vo.insertRow(row);
    row.setNewRowstate(Row.STATUS_ INITIALIZED);
    but
    i am getting an error like Entity Create Row Exception

    Hi,
    sorry, wrong forum. This is all about Oracle JDeveloper. OAF related questions are handled on the OAF forum
    Frank

  • Unable to print HTML pages

    After a good bit of reading, I found that printing HTML directly to the printer doesn't work for many printers. I don't want to print the code. I want the actual HTML page. I have some code here that reads the HTML file into a JEditorPane and then is rendered into a graphic for printing.
    My code compiles fine, I'm not getting any errors, but what I'm also not getting is any pages printing.
    Here is the source of my class:
    * PrintReport.java
    * @author tristan
    * Created on September 27, 2007, 4:06 PM
    package fedex;
    import java.awt.Color;
    import java.awt.Dimension;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.print.PageFormat;
    import java.awt.print.Printable;
    import java.awt.print.PrinterException;
    import java.awt.print.PrinterJob;
    import java.io.*;
    import javax.print.Doc;
    import javax.print.DocFlavor;
    import javax.print.DocPrintJob;
    import javax.print.PrintException;
    import javax.print.PrintService;
    import javax.print.PrintServiceLookup;
    import javax.print.ServiceUI;
    import javax.print.SimpleDoc;
    import javax.print.attribute.*;
    import javax.print.attribute.standard.*;
    import javax.swing.JEditorPane;
    import javax.swing.RepaintManager;
    public class PrintReport
        private FileInputStream fileIS;
        private Doc doc;
        private DocAttributeSet das = new HashDocAttributeSet ();
        PrintService defaultService;
        /** Creates a new instance of PrintReport */
        public PrintReport ()
        public void printHTMLFile (String file) throws FileNotFoundException, IOException
            PrintableEditorPane jEditorPane = new PrintableEditorPane ();
            jEditorPane.setContentType ("text/html");
            jEditorPane.read (new BufferedInputStream (new FileInputStream (file)), "");
            System.out.println (jEditorPane.getText ());
            PrinterJob job = PrinterJob.getPrinterJob ();
            job.setPrintable (jEditorPane);
            if (job.printDialog ())
                try
                    job.print ();
                catch (Exception ex)
                    System.out.println (ex);
        public class PrintableEditorPane extends JEditorPane implements Printable, Serializable
            public int print (Graphics g, PageFormat pf, int pageIndex) throws PrinterException
                Graphics2D g2 = (Graphics2D)g;
                g2.setColor (Color.black);
                RepaintManager.currentManager (this).setDoubleBufferingEnabled (false);
                Dimension d = this.getSize ();
                double panelWidth = d.width;
                double panelHeight = d.height;
                double pageWidth = pf.getImageableWidth ();
                double pageHeight = pf.getImageableHeight ();
                double scale = pageWidth / panelWidth;
                int totalNumPages = (int)Math.ceil (scale * panelHeight / pageHeight);
                System.out.println ("Total pages to print are " + totalNumPages);
                if (pageIndex >= totalNumPages) return Printable.NO_SUCH_PAGE;
                g2.translate (pf.getImageableX (), pf.getImageableY ());
                g2.translate (0f, -pageIndex * pageHeight);
                g2.scale (scale, scale);
                this.paint (g2);
                return Printable.PAGE_EXISTS;
    }I tried using a complex HTML file as well as a basic one, but everytime Total pages to print are 0 is printed back to the console. I can't figure out why it's unable to create any pages to print.

    DrClap wrote:
    I think you will find thatDimension d = this.getSize ();produces (0, 0) until you actually display your component somewhere. I believe it's possible to "display" it in such a way that it doesn't appear on the user's screen, but I don't know how.
    There's a Swing forum here where you get answers from people who are good at Swing. Posting here attracts answers from people like me who are mediocre at it.I think that calling validate() on a Container will lay it out and size it's components, even if it hasn't been made visible, but don't take my word for it.

  • How to create new page in adobe form.

    how to create new page in adobe form.

    Hi
    First Go To Layout.
    On Hicherchy Platte , rightclick on Subform and select option new body page.
    This way you can create body page for the particular subform.
    if you want to create master page , right click on page 1 and select New master page.
    Hope this will helpful to you.
    Rewards if useful.
    With Regards
    Nikunj Shah

  • Fax: Unable to create tiff

    I am trying to fax to a USB modem connected to another mac which is being shared. 
    When I try to send a job to the fax, I get the error:   "Stopped on Server - Unable to create Tiff Pages"
    I can fax successfully from the computer that is serving the fax modem, but not from clients.  I've tried faxing with a user logged in the fax server.  nothing.  Any ideas?

    On the client Mac, try this:
    instead of adding the shared modem you see in the popup menu after hitting +
    Select Add Printer or Scanner and then add it from there.
    Mine now works. Whether this was the trick or not, I don't know.
    An Apple support rep suggested this.

  • Unable to mark the box 'create Multi-page PDF from page tiles' when saving to pdf-file

    I am running Illustrator CS3 on a Mac OSX 10.5.8
    I want to print a very large illustrator-file (1000 mm x 900 mm) across mutliple pages of A4-paper (5 x 5 sheets of A4-paper) by saving the file as a multi-page pdf file.
    I first followed the instructions provided here:
    http://helpx.adobe.com/illustrator/kb/create-mutli-page-pdf-illustrator.html
    When I then tried to save the file: -> File -> Save as -> 'choose .pdf from drop-down menu'
    I get to this menu:
    I am unable to mark the box that says: 'Create multi-page pdf from page tiles'. I have made a red arrow pointing to the box I want to mark.
    I have tried changing the other drop-down menus inside this menu, to see if the box I want to mark could become available, but without any luck.
    I am not sure what I am doing wrong. I would be grateful if anyone could help me set my settings right to allow me to create such a multi-page pdf-file.
    Thanks in advance for your help

    Your ps file should be good, the problem likely resides elswehere. Maybe in your acrobat install, distillers settings. what error did distiller give?
    Mine ran good and got a multi page document, here is a screenshot to help you troubleshoot.
    On mac go to system preferences / print and fax / and change your default printer if you have another option. I know sounds like this should not help, but there are problems like Illustrator for example not making .pdfs if you do not have a printer chosen or an old or corrupt .ppd assigned.

  • Unable to create a hyperlink to a YouTube page

    I'm unable to create a working hyperlink to a YouTube page. I have permission to link to the content. What might be the issue here?

    How are you trying to add the link? The method I prefer is to go to the Youtube page and get the Embed code and put that in an html snippet as shown on this demo page: Adding YouTube & Vimeo Videos.
    OT

  • Unable to create a Site Content in Web Page Composer

    Hi All,
    I am new to WPC and would like to explore more on the same. I tried following some blogs inorder to create and publish Web Pages.
    I was stuck at a point where we need to create a site content. I guess all the permissions required to access each folder is properly set.
    When I tried to create a content like for example an article... A window pops up which says please select a document type and I dont have any option to select whereas I have a cancel and next button at the bottom of the screen. When I click next nothing happens.
    Did anyone went through this issue? What am I doing wrong? Did I fail to set some role to the author creating content?? Author has wpc_editor_role though.
    Regards,
    Rekha Malavathu

    Hi Sandeep,
    The popup window (which I suppose is an XML Editor) doesnt have any UI Element to select when I try to create any content... may it be an Article, Linklist, etc...
    I am using WAS 2004S SP 14. As I mentioned, all the xml and xsl files are available in the folder and even in the KM Configuration.
    My problem is, I am unable to create a content as the popup window is blank... No UI Element to select or enter.
    Regards,
    Rekha Malavathu

  • Mysterious files being created in pages. Unable to unlock or delete them.

    Mysterious files being created in pages. Unable to unlock or delete.

    It turns out that you cannot update or delete a Syndication Map that is currently assigned to a Port in the Repository.  You must remove the map from the Port in the Repository and then you can change and/or delete them. 
    1) bring up the MDM Console
    2) Unload the repository
    3) drill into Admin ~ Port
    4) Remove or change the map associated to the port
    5) Load the repository
    6) Then you go into Syndicator and either Update the Map or Delete it
    It had nothing to do with security.
    Thank you for your help.

  • I am unable to send an email with an attachment I created in Pages.I have installed version 5.0.1

    I am unable to send an email with an attachment I created in Pages version 5.0.1. It also prevented me from sending out any other emails with or without  an attachment. I finally fixed my email so I could send out again but when I tried to send an attachment created in Pages it wouldn't allow it.  Can someone help me, please! Thanks!

    Pages 5 is having problems with GMail, Google and Yahoo. Dropbox may have fixed their problem with an update.
    Along with this problem and others, Apple has removed over 90 features from Pages 5.
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Pages '09 should still be in your Applications/iWork folder.
    Archive/trash Pages 5 and rate/review it in the App Store, then get back to work.
    Peter

Maybe you are looking for

  • ITunes has stopped working/Quicktime uninstall HKEY error!!

    Ok so I just bought a brand new computer that is Windows Vista 64-bit. I installed iTunes and Quicktime the 64 bit version and everything was great until it stopped working. Data execution prevention will not let iTunes open. Here are the steps Ive t

  • Need help with the Modulation Toolkit to configure a QPSK Modulation

    Hi! I'm trying to build a CDMA system with the Modulation Toolkit to use it later with a PXI-RF Product as a part of my thesis (I don't remember the exact model number because it's in my university and I'm home right now, sorry). But my problem right

  • Error in Uploading doc in KM Portal.

    Hello All, My Desire to Upload some 9 PPT's in Portal in the required position that is KM Content - - >root  >  documents  >  Knowledge_Re...  >  Repositories  >  Order To Cash  >  Others  >  Training theare i have created One folder and uploaded 9 d

  • Why do I get a NoClassDefFoundError?

    When I try to run the HelloWorldApp I get the statement 'Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorldApp/java' Why do I get this error, what does it mean, and how do I fix it?

  • Ipod nano won't charge

    Hello there! I recently bought an Ipod and my problem is that when I connect it to my Pc it does not see to charge the battery! It is in the USB port and it updates and everything but the battery charge indicator never comes on! Has anyone else had t