Page information API's

Are there any api's available to obtain the page and tab ID for a specific portlet ?
I want my portlet to check what page/tab it is stored in and render accordingly.
Thanks,
Mark

http://mako.kcp.com/servlet/page?_pageid=54,56&_dad=portal&_schema=PORTAL30&_mode=3
In the above URL pageid=54,56 the 54 is the current page and the following 56 represents the current tab that is selected. If there are tabs inside of tabs more numbers will be added to the comma separated list. In the java world you can use a request.getParameter("pageid") to get the values associated with _pageid.

Similar Messages

  • Dynamic page information from the portal database?

    Is it possible to get information about existing dynamic pages from the portal database? We're upgrading our portal from 9.0.4 to 10.1.4 and because we will be running the new version on a different platform, we can't run any upgrade scripts and need to build again from scratch. I was hoping I could pull dynamic page information from a portal view or table into a spreadsheet, to save our developers having to click into each dynamic page application in the old version to get the pl/sql code to copy and paste into the new version. The generated dynamic page packages just have api calls, so it may be possible that there's an api to do this. Does anyone know if this is possible, and if so, how to do it? Thanks.

    closing the thread

  • Adjusting the page information in pdf presets?

    Hi,
    Is there a way to adjust the information in the "Page information" when creating pdf-files from Indesign (i.e. in the pdf presets)?
    As you know the defalt is file name and page number and date and time. I would like to include total page number, like page 1/100 or page 1 (100) or something like that.
    Does anyone know if I can adjust the page information area to include things like this?
    With kind regards,
    - Johan.

    In English it's called the Slug.
    I'm not sure, though, that it will help you because there is still no easy way to get the absolute page x of n pages automatically. There are page number markers that deliver the current LOGICAL page number, and a Last Page Number text variable, which in theory can be set to use absolute page numbering, but you must also set the document prefs to use absolute numbering, and then you get logical page x of absolute n, which may work for you if your sections are all using unique number styles, or you have only one section, or you can set the doc to use Section Numbering, and set the variable to use sections as the scope and your variable will return the last page number of each section, so you get logical page x of section length n. If you don't start the section on page 1, it becomes even stranger.

  • InDesign CS2 - Can't print with Page Information Selected..

    I am unable to print in InDesign CS2 with the "Page Information" turned on in the "Marks and Bleed" section of the print dialog window. InDesign will do what it normally does when it prints. It goes through each of it's stages and the file reaches the printer. When the printer is getting the information from the Mac it all of the sudden stops. I have run several tests to narrow it down. It is for sure that exact problem and not fonts or images or color profile problems. Is it possible for the font that is used in the page information to be corrupt or missing? Please help. Thank You in advance!

    I've got the same problem with CS3. I have to turn off Page Information to print to an HP5500PS plotter but same file prints okay to a Canon Color Printer with a Fiery RIP 800.
    I too, think it's a font issue but I can't figure out the exact problem.
    PowerMac G5 1.5gb RAM, Adobe CS3, network printers

  • Why Does Illustrator CS2 print Page Information Backwards & Garbled?

    We just upgraded my comptuer & had to reinstall my CS2 suite. Im using Windows XP and my problem is occuring in Illustrator CS2.
    When I check off the "Page Information" box in the Marks & Bleeds printing preference it previews onscreen as it should print. However when I print, the page information prints backwards & the characters are all overlapping so its all garbled and illegible.
    Does anyone have a clue how to correct this? I've not been able find anything in my searches.
    Prior to my upgrade, this was never a problem.
    Thank you.

    Neither CorelDRAW nor Adobe Illustrator are PDF file editors. The only PDF files that CorelDRAW can reliably and successfully open, edit, and/or print are PDF files created directly by CorelDRAW. Likewise, the only PDF files that Adobe Illustrator can reliable and successfully open, edit, and/or print are PDF files saved directly from the same or later version of Adobe Illustrator, assuming the “retain editability” option was specified.
    The only safe program to open and print all PDF files from is Adobe Acrobat. Alternatively, a PDF file may be safely printed from a print system that natively RIPs PDF.
    The fact that your “printer” is attempting to print your PDF files via CorelDRAW or even Adobe Illustrator demonstrates that your “printer” is very sorely lacking in knowledge of PDF workflow. I most strongly recommend that you find a better-educated “printer” with reliable workflows.
              - Dov

  • Page Information Issue When Printing

    Hello everybody,
    I'm a first-time user of the Adobe forums, so please try and bear with me, in case this question has come up way in the past. I didn't find anything while searching.  I'm currently trying to print some documents with InDesign, and the Page Information feature seems to not be working (this feature is a check box located under Marks and Bleed in the print settings). When checked, it's supposed to print at the bottom of the file, the filename and the date it was printed. Obviously, a simple workaround would just be add a date and version in the master page, but since this is an internal project and it will be getting updated constantly, I'd like to try and avoid that.
    I would note that not all of my files aren't cooperating with this feature, just a select few. Most of the files that use this feature work just fine. Anybody have any suggestions? Thanks in advance.

    That information prints outside of the live area. (Along with the other options listed - crop marks, bleed marks, registration marks, color bars)
    Items in the Marks and Bleeds are not intended to be on the finished piece.
    You DO want to include the information on the master page as a Variable.
    Type > Text Variables

  • Which table stores the default page information?

    We'd like to know which system table is holding the people<>page or group<>page information so that we can have our own program customization to assign some user to a particular default page for them.

    Hi,
    Please post your question in portal security and login server forum.
    Thanks,
    Sharmila

  • Issue using Page Service APIs

    Hi
    Based on instruction provided in the document below I have created a simple java class to pull back all pages created through the Page Service API.
    http://download.oracle.com/docs/cd/E14571_01/webcenter.1111/e10148/jpsdg_page_service.htm#BABFEDAH
    Unfortunatelly the code keeps coming back with nothing even though I can confirm that there are few pages previously created for scope "s8bba98ff_4cbb_40b8_beee_296c916a23ed".
    I need help how I can sort this issue out.
    Thanks in advance
    package project1;
    import java.util.Iterator;
    import java.util.List;
    import oracle.adf.share.ADFContext;
    import java.util.Map;
    import oracle.mds.core.MDSInstance;
    import oracle.mds.core.MDSSession;
    import oracle.webcenter.page.model.PageDef;
    import oracle.webcenter.page.model.PageService;
    import oracle.webcenter.page.model.PageServiceFactory;
    import oracle.webcenter.framework.service.Scope;
    import oracle.webcenter.page.model.config.PageServiceConfig;
    import oracle.webcenter.page.internal.model.PageTreeNode;
    import oracle.webcenter.page.internal.model.PageServiceDC;
    import oracle.webcenter.framework.service.ServiceContext;
    public class Class1 {
    public Class1() {
    super();
    public List<PageDef> getPages()
    List<PageDef> pages;
    List<PageTreeNode> listPageTreeNode;
    String DEFAULT_SCOPE = "s8bba98ff_4cbb_40b8_beee_296c916a23ed";
    PageServiceConfig config = new PageServiceConfig(mdsSess, DEFAULT_SCOPE);
    PageService mPageService = PageServiceFactory.createInstance(config);
    pages = mPageService.getPageList();
    System.out.println("Size " + pages.size());
    System.out.println("Pages 0 Name = " + pages.get(0).getName());
    return pages;
    public static void main(String[] args) {
    Class1 class1 = new Class1();
    class1.getPages();
    }

    I am able to create new pages using the button added by dragging dropping the Page - Create New task flow.
    I can confirm that since the table shows all the pages created using the Page service.
    This SR is raised to request for some example java code that is needed to redended the new pages created using the PAge service as Tabs.
    I've added the followind lines to the jspx page source
    Rendering Pages as Tabs Using af:navigationPane
    <af:navigationPane id="tabs">
    <af:forEach var="tab" items="#{MyPageServiceBean.pages}">
    <af:commandNavigationItem text="#{tab.title}" id="cni1"/>
    </af:forEach>
    </af:navigationPane>
    This relies on a Managed Bean and the POJO associated to it that uses the getPages() method available in the Page Service API to pull back all pages.

  • Page information location ?

    Hi
    I have a Quick question (sorry if a simple easy one), is it possible in indesign when exporting a PDF to change the location of the Page information so its lower down?.
    To the location of the PINK text in the image below ?
    Many Thanks
    Mike

    I think that in theory it is possible to create a custom marks file which might be able to do this (it was something discussed in Real World InDesign), but I was never successful at making such a file.

  • Search Preferences: Where is Results per page information stored?

    I need to update the "Results per page" information for all users, and have been trying to find the field in the database. How is it stored??

    Yannick -
    Thank you for the reply. Do you know which table is used in OID? Basically why I need to do this is we hire many new employees every week and create accounts in AD. We sync AD -> OID but the people who create the new users never inform me that they have been created so they never get a default group assigned. This causes them to go to the 'Portal Builder' page when they login to the portal.
    To fix this issue Im writing a powershell script to automatically update the default group of all employees that do not have a default group assigned. Do you know if a better method I can accomplish this for bulk OID records automatically? I'm very much open new/better ideas this was the best method I could think of currently.
    Thanks again.

  • Send Pager Information (Urgent)

    Hi all,
    Can anybody tell me how i can send pager information from my program.
    Is it possible to send a page from a workflow?
    all helpful answers will be appreciated.
    Thanks,
    Sonal
    P.S. This is urgent!

    Either try www.rentacoder.com
    or...
    What is your specific question?
    Edited by: meacod on Jun 17, 2008 10:40 PM

  • Changing spec of 'page information'

    IDCS3 v5.0.2, WinXP
    Is there a way to get into the 'page information' from print menu or pdf menu to change typeface, size & number styling of the pg info that prints at bottom of pg?
    thanks
    sandy

    Sandy,
    Why not add a slug area to the page and put a text frame on the master page to hold the page number? You'll need to have the text frame extend into the actual page area for this to work, but if you put it on the bottom, for example, you can make the frame deep enough to get the number text beyond the bleed and set the frame options to bottom-aligned. Insert a current page marker in the frame and it will report whatever the page number is in terms of the sectioning and the numbering format in use.
    Peter

  • Print Page Information Outside the Bleed? CS3

    Is there any way to print page information outside of the bleed? I know I don't need to have this on the page. But, it makes me feel more comfortable being easily able to check my pagination information (the documents I'm printing don't have page numbers on them).
    CS3 prints page information right across the bleed. So, I have to leave it off with any documents which do bleed.
    Thanks,
    Gary

    Sorry for being such a noob. But, it's not working for me. I add a slug to the page and I place a text box inside it with the page number special character. But, that character doesn't display a page number. Instead, it says "PB" for pasteboard. Only when I move the box onto the page does it display the page number.
    Will I have to manually enter each page number or is there some automatic way to do this?
    Thanks,
    Gary

  • How to Create SEO Needed Page Information...???

    Hello!
    How you can create page information with iWeb?
    There should be:
    1. File Name (http://www.something.com/page.html,
    2. Page Title,
    3. Keywords, and
    4. Description.
    How can I create above information?

    Hello,
    All of this is already present in iWeb, even on a blank template.
    When you add a page and give it a name in the left pane of iWeb, that will be the filename.
    When you hover your mouse over the placeholders, you'll see a pop-up text explaining what to enter into them. (ex. Type a heading... and Type the title...)
    Type a description containing specific keywords in the main text box .
    Is this helpful or do you want more info?
    Kind regards,

  • Scrambled wording and page information

    On my Macbook Pro 15" recently I have been having problems with scrambled text and page information especially on the internet. As far as the web content I have tried several browsers and it still does the same thing. I also have noticed it happening when I am using macmail and doing emails etc. What am I looking at here? I have heard that there is a problem with some of the macbook pro's which contain the Nvidia GeForce 8600M GT which my unit has. Is this the problem or am I looking at something else and if that is the case then what do I need to do? Thanks for any imput.

    That information prints outside of the live area. (Along with the other options listed - crop marks, bleed marks, registration marks, color bars)
    Items in the Marks and Bleeds are not intended to be on the finished piece.
    You DO want to include the information on the master page as a Variable.
    Type > Text Variables

Maybe you are looking for