Linking pages in Portal

Pretty new to Portal so bear with me. Under a PageGroup I have multiple pages how do I link the pages I don't want to hard code the path. Currently I used my local-system for development but if I move all the pages to some other server then I have to manually modify the links to each page as currently they are hardcoded. e.g. I have the following link to one of the page being hardcoded
http://localhost/portal/page?_pageid=75,1&_dad=portal&_schema=PORTAL
but moving it to some other server requires to modify the path, how do I make it relative so even moving to any other location I don't have to modify the path. Any help is appreciated.
Thanks

Hello ,
Assuming you have a Page Group called "Test_PG" with a Page in it called
"Page1", the you access these pages using the direct access URLs as follows:
http://<servername:port>/pls/portal/url/page/Test_PG
http://<servername:port>/pls/portal/url/page/Test_PG/Page1
Substitute values in "<>"
Also, you may pass parameters as well in the URLs as follows:
http://<servername:port>/pls/portal/url/page/Test_PG?param1=<value>&param2=
<value>
http://<servername:port>/pls/portal/url/page/Test_PG/Page1?param1=<value>&
param2=<value>
For further details refer "2.1.3.3 Adding a URL Link to a Page" section in
Oracle® Application Server Portal User’s Guide 10g (9.0.4) accessible on-
line at:
http://download.oraclecom/docs/cd/B10464_01/portal.904/b10358/contrib.htm#sthref236
Oracle® Application Server Portal User’s Guide 10g (9.0.4)
http://download.oracle.com/docs/cd/B1464_01/portal.904/b10358/toc.htm
Hope this clarifies.
Regards,
Ersan

Similar Messages

  • Link to other portal page

    Hi experts,
    I would like to link from a portal page to another portal page. E.g. in Role A there is an iView with a link "xyz". If somebody clicks on he gets to another portal page from Role B (in the same or another window).
    Any ideas how to manage this?
    Thx for time and effort!
    Sandra

    Sandra,
    check these links you may get some idea
    http://help.sap.com/saphelp_nw04/helpdata/en/f0/eca04267deb211e10000000a155106/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/314ae7a5-0c01-0010-c198-9c7c5e8cee46
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6112ecb7-0a01-0010-ef90-941c70c9e401
    Thanks
    Bala Duvvuri

  • Query : Addition of extra fields in the User Registration page of portal.

    Hi All,
    I have a query, about adding extra fields in the new user registration page of portal.
    If you can suggest the required source files in details,inorder to incorporate two more fields.
    Say, AGE and COMPANY,with the existing fields in the same page.
    Along with this,can you please send the details of retrieving those information from backend and the backend functionalities associated with the SUBMIT button on the registration page.
    Regards,
    Sudeep

    Hi,
    Your query is divided into two parts.
    The first part is adding new fields into existing form. This feature comes under Branding of portal. Plz use the link below understanding the same and related help :
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/79/affe402a5ff223e10000000a155106/frameset.htm
    The second part is retrieving the values from backend.Here it will be the UME database. You need to develop a logon.par file and replace the same in your portal.
    Happy Customizing.
    Sukanta Rudra

  • SAP brand Image change in Login Page of portal

    Hi All,
    Currently we are using Portal 7.0 SP6 version.
    we have a requirement to change the SAP standard brand image in the login page of portal with the our customer logo,
    We have the only requirement to change the sap brand image ( which is -the person is writing something on standing- this is sap brand image-at left side of login page) in the login page, which we need to change to our customer image
    Please provide supported documents and links for the same then it would be great help to me.
    Thanks in advance
    Regards,
    PortalUser100
    Edited by: PortalUser100 on Apr 19, 2011 5:46 PM

    Hi Shanti,
    Thanks for your reply.
    Can we able to change brandimage of sap portal 7.0 login screen as mentioned below?
    Is it possible to change in the same manner?
    Go to the file path
    \usr\sap\J2E\JC00\j2ee\cluster\server0\apps\sap.com
    2. Open the folder
    a. com.sap.security.core.admin
    b. Navigate Till root folder through servlet-jsp/logon
    c. Inside the root go to Layout folder
    d. In the Layout folder there exists those branding images
    e. Replace the branding Image (Keeping the same name of ur image as that of the existing one ).
    3. Restart the J2ee engine and the Portal .
    are the above steps will work out to change just the brand image in the logon screen
    Thanks,
    PortalUser100

  • Cannot view personalize link in the portal header

    I cannot see the personalize link in the portal header of the BI portal. I have already verified the two things below:
    1) personalize link is enabled in masthead iview through portal content->portal users->standard portal users->default frame work page-> select masthead-> open its properties->enable *Show Link in Masthead: Personalize *
    2) The end user role is assigned under content administration->portal content->content provided by sap->end user content->standard portal users->worksets->portal personalization.
    What else can i check, please help. I need this for end users to carry out user mapping. Or any other way they can carry out user mapping ?
    thanks

    Hi Balajee,
    He can see the masthead property Show link in Masthead: Personalize so I doubt you need to make any changes to the PAR file for masthead.
    personalize link is enabled in masthead iview through portal content->portal users->standard portal users->default frame work page-> select masthead-> open its properties->enable *Show Link in Masthead: Personalize *
    Cheers-
    Pramod

  • Global error page for portal project

    Hi
    This is regarding weblogic 8.1.
    We have a portal project which contains several portlets. For handling exceptions
    in a page flow we have a global error page at the project root level and each
    portlet redirects to this error page /error.jsp in case of any errors.
    When the user is redirected to this error page the page is displayed in the portlet
    context. How can we make this error page to take up the whole screen and display
    it outside of the portlet context so that all other links within the portal (books
    and pages) are not displayed to the user.
    In all cases, the redirection to the error page occurs from a page flow.
    Thanks in advance,
    Sameer

    Sameer,
    Please post this question to the weblogic.developer.interest.portal
    newsgroup.
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    "Sameer Dalal" <[email protected]> wrote in message
    news:3f4bd37f$[email protected]..
    >
    Hi
    This is regarding weblogic 8.1.
    We have a portal project which contains several portlets. For handlingexceptions
    in a page flow we have a global error page at the project root level andeach
    portlet redirects to this error page /error.jsp in case of any errors.
    When the user is redirected to this error page the page is displayed inthe portlet
    context. How can we make this error page to take up the whole screen anddisplay
    it outside of the portlet context so that all other links within theportal (books
    and pages) are not displayed to the user.
    In all cases, the redirection to the error page occurs from a page flow.
    Thanks in advance,
    Sameer

  • Global Error page in portal

    Hi
    This is regarding weblogic portal 8.1.
    We have a portal project which contains several portlets. For handling exceptions
    in a page flow we have a global error page at the project root level and each
    portlet redirects to this error page /error.jsp in case of any errors.
    When the user is redirected to this error page the page is displayed in the portlet
    context. How can we make this error page to take up the whole screen and display
    it outside of the portlet context so that all other links within the portal (books
    and pages) are not displayed to the user.
    In all cases, the redirection to the error page occurs from a page flow.
    Thanks in advance,
    Sameer

    Also, you could do this:
    * @jpf:catch type="Exception" method="handleAllExceptions"
    * @jpf:exception-handler
    * @jpf:forward name="errorPage" path="/error.jsp" redirect="true"
    protected Forward handleAllExceptions( Exception e, String actionName,
    String message, FormData form )
    return new Forward( "errorPage" );
    In this case, handleAllExceptions() will redirect to the error page, which
    will bring you out of the portal.
    Rich
    "Subbu Allamaraju" <subbuATbeaDOTcom> wrote in message
    news:3f4cdefa$[email protected]..
    Sameer,
    The portal rendering framework renders the error page inside portlet
    windows to address the most common scenario, where failure in a given
    portlet won't stop users from interacting with other portlets.
    Here are the options you've to address your use case:
    - Handle the exception in the pageflow itself, and do a sendRedirect()
    to the error page. This would bypass rendering of other portlets, and
    user will be redirected to the error page.
    - If the source of the exception is the JSP, you'll have to add some
    javascript in the error page to do a redirect or, better yet, replace
    the markup.
    Subbu
    Sameer Dalal wrote:
    Hi
    This is regarding weblogic portal 8.1.
    We have a portal project which contains several portlets. For handling
    exceptions
    in a page flow we have a global error page at the project root level andeach
    portlet redirects to this error page /error.jsp in case of any errors.
    When the user is redirected to this error page the page is displayed inthe portlet
    context. How can we make this error page to take up the whole screen anddisplay
    it outside of the portlet context so that all other links within theportal (books
    and pages) are not displayed to the user.
    In all cases, the redirection to the error page occurs from a page flow.
    Thanks in advance,
    Sameer

  • Creating page in Portal

    Hi all,
    I have to create a page in portal with one folder and inside folder i have to include few reports or report links. The folder should be in favorites, apart from this, nothing should be displayed in that page.
    Can anyone tell me how to create a page in portal.
    Thanks,
    Venky

    Hi Venkatesh,
    Login into the Portal with admin role,
    In the content Admin tab,
    First create a folder
    Then create iviews-> Assign them to page -> Pages to roles
    For each report link create an iview of type url iview and give the link.
    Like wise create as many iviews equal to number of links and assign all the iviews to the page.
    Thanks
    Sruthi

  • Adding a new page to portal

    Hi,
    i am new to BSP.I developed a simple BSP page in R3 side with SE80 transaction.Now i have to add the link to our company portal web page.How should i do that?Do i need to make any customizing to map my page to portal in R3 side?

    Hi Burc hasergin
    You need to user "SAP BSP Iview" for integrating BSP application in the portal.
    Refer to [BSP Application iViews  |http://help.sap.com/saphelp_nw04/helpdata/en/30/1b62799d786445a72ad85acb4fd55b/content.htm] and [BSP iview|How to build a BSP iview?;
    Hope it will helps
    Regards
    Arun Jaiswal

  • Add iview/Pages to portal favourites?

    Dear Experts.
    I am new to EP. I want to know how to add iviews or pages to portal favourites.
    Appreciate your response.
    Regards
    Shanmukha Rao Banisetti.

    go this location and add the page
    'portal content > portal user > Default Framework Page > com.sap.portal.innerpage'
    for more check this forum link as well
    Page to Favourites
    Add to Favorites Page Function
    adding iView to Portal Frame work page as a link
    Thanks

  • Opening Workset w/ Pages from Portal Banner

    I am trying to create a link in the portal banner, that when clicked, opens a workset containing 3 pages within the desktop inner page.
    Does anyone know how to accomplish this?
    Thanks!

    OK.  Well then maybe I need to "navigate to my subset of pages."  I have a link in the banner called Resources.  When you click on Resources, the resources section needs to open in the desktop inner page.  Resources, however, must have a detailed nav containing three pages.  So, when you click on Resources, you are opened to a Resources landing page, then the detailed navigation is like:
    >Resources
       Resources Landing Page
       Education
       Catalog
    If you don't use a workset in this case, how do you accomplish this?
    Thanks for your help!

  • Integrating two iviews in a single page in Portal

    Hello all:
    I am trying to integrate two iviews into a single page, in portal, but i am able to see one iview running fine and for other iview it says serivce not found.
    But when i preview the iviews seperately they work fine.
    please suggest me if i am missing something.
    Thanks,
    Ratna.

    hi,
    In second view properties, please select ENTRY POINT as Yes, then let me know
    Regards
    Srinivas

  • How to create a holiday calendar link on ESS portal

    Hi,
    Can anybody help me how to go about having holiday calendar link on ESS portal.
    Regards,
    Prasad

    Why do you need the whole Holiday Caledar in ESS?
    You can create the Iview of th Tcode SCAL

  • How to get rid of the Login page in Portal?

    Hi Guys,
    I have a newly developed intranet portal project for my company which does not need login no more. I hope you can help me how to get rid of the login page in portal which is I know in every application you create, there should be a login. Is this possible that I can just simply type in to the URL address bar my application then it will no longer ask for any logins? Please help! Many thanks!
    Russel

    Hi Russel,
    You can give public access to pages, applications etc. Users won't need to supply a username/password then, while you still can hide some of the pages to authorized people.
    Check the access tab for pages and the manage tab for applications.

  • PT 8.53.10/CS9.0 & HR 9.1, PORTAL 9.1 - Mozilla Firefox 37.0.1 & 37.0.2 are not supported ? I am not getting the log in page & If i access from portal i am not able to get the CS or HR pages in portal !

    Hello
    We are getting following error in Mozilla Firefox 37.0.1 & 37.0.2 versions, when we tried to access HR PIA or CS PIA, But we are able to get the PORTAL PIA login and able to log in to Portal PIA and If we access CS or HR pages from Portal we are getting the same error below, It was working fine with until Mozilla Firefox 36.0.4 version.
    ========================================================================================================================================================
    Secure Connection Failed
    The connection to cs.ntc.edu was interrupted while the page was loading.
         The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
         Please contact the website owners to inform them of this problem.
    ========================================================================================================================================================
    Environment details:
    PT 8.53.10/CS9.0 & HR9.1, PORTAL 9.1
    MS SQL Server 2012
    Windows 2008 R2 (64-bit).
    Weblogic & Tuxedo.
    IE  &Google Chrome works fine.
    Appreciates your help !
    Thank You

    My first guess would be because Firefox disabled insecure TLS fallback in 37.
    We have disabled insecure TLS version fallback. If a secure site isn’t working, you can try setting the “security.tls.version.fallback-limit” preference in about:config to 1 and see if it works then.
    Weblogic out of the box does not use the newest protocols and is version intolerant.  I would need detailed config info to say for sure why PORTAL might still be working.  Are they running different Java versions for Weblogic?  Is there a mix of Certicom and JSSE being used for SSL?  Check out this analysis for more details.
    http://remotepsadmins.com/2015/01/24/ssl-weblogic/
    Let us know what you find.  Others may experience the same thing if they are configured similar to you.

Maybe you are looking for

  • Why is my iPod touch skipping music?

    I just downloaded the iOS 5 on my iPod touch and it starting to skip some of my songs. And it also mixed up my album covers, like the album, Recovery, by Eminem will have the album cover, A Thousand Suns, by Linkin Park.

  • Scanning with Canon's MP520 in Leopard

    Hi folks, I bought a multifunction Canon MP520 from a local apple store and have not had any issues printing with it or copying. I have been unable to scan, however, since the Canon scanner application crashes every time. I got Canon guys on the phon

  • How can I align mask with object in Y axis?

    Hi Can anybody help me? I want to put small band on the upper arm of man in the scene, he is walking from right to left, I put my image in upper layer and made rectangle band and animated it with his arm but the problem is that I cant align the band

  • I cant download itunes version 10.5. plain and simple.

    i open it on my computer and it asks me if i would like to download it i say yes and then nothing happens. nothing pops up telling me about an error. nothing. ive checked my computer and cant find anything and cant figure out whats wrong. im far from

  • Check Clearing G/L Account

    What is the use of Check Clearing G/L Account? where do you define it in what scenario ? thanks Venkat