Different pages in a portal aplication

Hi all,
I am using EP on Abap site and want to develop different tabs(Pages Eg. Home, forum, wiki etc..). I already created a page, Iview and a page laout and it's working fine.
Now my query is:
1) How to create different tabs on ep and assign different options inthese tabs.
2) How the URL generates for whole portal application.
Please suggest.
Thanks
Sanket

I yet not created any Role and workset, if you have something regarding this please provide me.
I log on to the EP as an administrator and create a user here. But when I logon with that user the error comes out that "password is not correct". Then I go to the User Administration and Generate password but still I face the same problem.
Can you suggest what I will do for this.
Also If you have some e-laening sessions for Workset and Role.please provide me it will be highly useful for me.
Thanks again.

Similar Messages

  • How do I create a link to a different page in my portal website

    This is probably a no brainer for someone. I've got Oracle Portal 10.1.4, and I'm writing a portlet. I want to create a link in that portal to another page in the portal. How should I do that in Java? Currently when I put in the link to the other page it just loads in the current portlet cell.
    Thanks mucho!
    ft

    >Would the following be a part of it:
    >
    >Outer join
    Probably not. When updating/inserting/deleting from 2 tables you perform each seperately. Table updates may join two or more tables to resolve the correct row(s) but you still only update one table at a time. Procedurally you would create a transaction, update the first table, update the second table and then commit the transaction.
    EDIT: Well I take back my last comment. I see that MySQL does seem to support multiple table updates. I don't use MySQL so I can't really help you on that but the MySQL manual gives pretty clear syntax.

  • Page navigation same portal different portlet applications

    Hello OTN,
    I have a question regarding the best way to perform page navigation using the ActionResponse.sendRedirect method.
    There is one Webcenter Portal, and in it are multiple pages. Each page has portlets from different 286 PortletProducer applications.
    I can copy the url out of the browser and remove the params, and use that string in my controller to redirect me successfully to the home page of the portal.
    However that URL does not reference a non-home page, i.e. one not hooked up to Root.
    I tried constructing the page url by appending the path from pages.xml to the portal context, but got no love from that either.
    If i want to redirect to a different page, what is the best way to specify the page so I can use the sendRedirect method?
    Thanks,
    PowerUser 862605

    if you use sendRedirect method ,then make sure the following conditions are satisfied.
    This method only accepts an absolute URL (e.g. http://my.co/myportal/mywebap/myfolder/myresource.gif) or a full path URI (e.g. /myportal/mywebap/myfolder/myresource.gif). If required, the portlet container may encode the given URL before the redirection is issued to the client.
    some good examples are her -http://www.javadocexamples.com/javax/portlet/ActionResponse/sendRedirect%28String%20location%29.html
    Personally , I haven't checked it .so try this and see what's the results is .

  • Setting portlet properties on different pages

    Hello,
    New to Personalization so I apologize if this is obvious.
    Is there a way to have the same portlet available on multiple
    pages and allow a user to set different properties in a profile
    based on the page the portlet is in? For example, if portlet X
    is available on page A and page B and the edit tab allows the
    user to set value Val1 in a property, is there a way to qualify
    the Val1 property with a namespace so that it is associated with
    the page it is on? Currently if I have some properties defined
    in a profile and I set those profile values in an edit page
    and get them in the top portlet, then those same profile values
    will be associated with that portlet on all pages. That is with
    using the um:getProperty tag. Is there some way through roles
    to namespace profile values based on the page the portlet is on?
    Thanks,
    Curt

    Curt,
    Sure you can.
    Just define separate user property sets and store the information based on
    the page the user is on.
    You can easily determine the page id using portal API (for example look at
    the jsp which renders the page tabs in the framework directory).
    Regards,
    Michael Goldverg
    "Curt" <[email protected]> wrote in message
    news:[email protected]..
    >
    Hello,
    New to Personalization so I apologize if this is obvious.
    Is there a way to have the same portlet available on multiple
    pages and allow a user to set different properties in a profile
    based on the page the portlet is in? For example, if portlet X
    is available on page A and page B and the edit tab allows the
    user to set value Val1 in a property, is there a way to qualify
    the Val1 property with a namespace so that it is associated with
    the page it is on? Currently if I have some properties defined
    in a profile and I set those profile values in an edit page
    and get them in the top portlet, then those same profile values
    will be associated with that portlet on all pages. That is with
    using the um:getProperty tag. Is there some way through roles
    to namespace profile values based on the page the portlet is on?
    Thanks,
    Curt

  • Eventing between iView on different pages and different models

    Hi guys,
    Though I read carefully as many related posts as possible,
    I haven’t been able to determine a definite answer to the following question.
    I am creating an ‘application’ that will show several graphs about a month n in the portal.  Each graph is an iView in a different page, and I want the iViews to be completely independent.  I mean, I can’t go for the option of having all the iViews in the same model.
    Therefore, I have to design each iView with an event in,
    They would receive as parameter, the month n issued as event out of a first iView.
    I have not been able to have those iView communicating with each others up to now.
    I saw that maybe Guided Procedure would be an alternative, but fear that I then have to pass in the graphs in the exact same following order each time, which I want to avoid.
    Any pointer is welcome.
    Ch

    Thanks for your trial, Jan.
    Using one single model is not an option (and I know how to do it should I decide to go that way).
    Think about authorizations, for instance : user1 can see graph a b c and user2 can see graph a d e. 
    If the graphs are all in a big iView, I can't segregate graphs b c d e that are not common to the two users.  If each graph is in a different iView/page, I can assign them one by one.
    Another application of the concept : if I have a 'summary' page and a 'detailed' page, showing the same graph but at a different size, for instance : going for the 'indenpendancy' solution allows me to re-use exactly the same iView, just the layout properties would be changed at 'portal' level.
    Ch

  • Hiding Portlets in Different page

    Hi All,
    This is my requirement..
    I have portal which has two pages Page1 and Page2..And each page has a portlet in it
    Initially when the portal gets loaded, Page 2 needs to be hidden which i have done it by setting the property hidden=true for the page2
    Page1 has a portlet A which has a button.. When i click on that button, the portletB in the page2 should be visible..
    Usually hiding portlets is easier when it happens in the same page but how do we implement the above scenario across the pages
    Any help is appreciated
    Regards

    Hello,
    Setting portlet visibility is possible (regardless of what page the portlet is on) from inside the portlet's event handling method by getting the PortletBackingContext and calling the setVisible() method.
    I'm guessing that what you want is to have the page that the portlet is on get automatically displayed when the button on your first portlet is clicked. To cause a different page to be displayed, the easiest way is to send an event, and have a portlet on the page you want to change to listen for that event and "activate" the page. For example, in your .portlet file on the page you want to change to:
    <?xml version="1.0" encoding="UTF-8"?>
    <portal:root xmlns:html="http://www.w3.org/1999/xhtml-netuix-modified/1.0.0" xmlns:portal="http://www.bea.com/servers/netuix/xsd/portal/support/1.0.0" xmlns:netuix="http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/servers/netuix/xsd/portal/support/1.0.0 portal-support-1_0_0.xsd">
        <netuix:portlet title="Sample Page Activating Portlet" definitionLabel="eventsLinkDef1">
            <netuix:handleCustomEvent event="SampleCustomEvent">
                <netuix:activatePage />
            </netuix:handleCustomEvent>
            <netuix:titlebar>
                <netuix:minimize/>
                <netuix:maximize/>
            </netuix:titlebar>
            <netuix:content>
                <netuix:jspContent contentUri="whatever"/>
            </netuix:content>
        </netuix:portlet>
    </portal:root>This means that when the portlet receives "SampleCustomEvent", the page that this portlet is on will automatically be displayed (and the portlet will be displayed as well as long as it hasn't been set to be invisible).
    Kevin

  • How Do I Create A Link To  A Different Page?

    I'm using the v10.1.2 Portal.
    I created 6 Oracle Portlets implemented using JSP. I then created 2 pages within the same page group.
    On page 1 I put Portlet_1a, Portlet_1b and Portlet_1c. On page 2 I put Portlet_2a, Portlet_2b and Portlet_2c.
    In Portlet_1a I want to create a link that, when clicked, will bring the user to Page 2.
    Can someone explain how I can go about doing this? What classes/api should I use? How do I specify a different page within the Page Group?
    Thanks,

    Hi,
    Its can be done, Im also using this.
    There are 2 ways how I do it
    1) I have a .properties file on the app server where I've put an attribute eg page2URL= http:\\......
    In Portlet_1a I read this attribute and use it for navigation. Every portlet instance will read the same attribute value.
    2) You can have a Personalization Object and put the page2URL attribute in the portlet defaults. This will store a seperate attribute value for each portlet instance
    PL/SQL portlets do it differently again, each page has a (unique) name, you can look up the name inside the portal database and build the url from there. I never done this trick though.
    There is a big difference in how the links work on the new portal version and the older one. Friendly links vs identified links.
    Classes you can use to help build an url
        try {
          //url = UrlUtils.constructHTMLLink(pr, UrlUtils.PAGE_LINK, "dummy", "", new NameValue[] {}, false, false);
          //url = UrlUtils.constructLink(pr, UrlUtils.PAGE_LINK, new NameValue[] {new NameValue("eventid", ""+1)}, false, false);
          url = pr.getRenderContext().getPageURL();
          pageLink = url.replaceFirst("<[aA] href=['\"]?(.*?[^'\"])['\"]?>(.*?)</[aA]>", "$1");
          pageLinkEnc = URLEncoder.encode(pageLink, "UTF-8");
        } catch(Exception e) { e.printStackTrace(); }Orcale API already creates a <A....link for me, I didnt want that, so I filtered the actual link from it
    Hope this helps a bit

  • How to create a Dynamic Logon pages for a portal.

    Hi all ,
    Is it possible to create a dynamic logon pages for a portal.My requirement is when ever we enter the Portal url in the browser we will get logon page ..now when we reenter the Portal link the logon page should change. is it possible .
    thanks
    Rajeev.

    Hi Rajeev,
    Your requirement isn't very clear here.
    Do you meant that is userA is trying to logon, he must see different logon pages at different tims he tries to logon?
    Thanks  Hermann, I too was thinking about the same...just need to have some clarity on what really needs to be achieved.  Also unless the whole logon page needs to be different then cookies are best -- if its just some images then some javascript would be good enough.
    Thanks,
    GLM
    Edited by: GLM on Sep 26, 2008 12:11 PM

  • Activity search page in BAM portal

    Hi All,
    How we can change the back ground color of the report in activity search page in BAM portal?
    For example :
    If i select ALL in Business Data drop down list  or
    items to show list box in activity search page of BAM portal (Like Started ,in progress,Completed and Exception of the messages in biz talk)
    Each message information in report should generate with different colors .

    Hi Vittalaranga,
    You can do that by customizing the .css file associated with the portal, for more information have a look  at Customizing the BAM Portal Configuration
    Maheshkumar S. Tiwari| http://tech-findings.blogspot.in/

  • Different Pages in Multiple tabs of Content Area

    Hi,
    I have one window with for iview for transactions for se16 and se11.
    I want these two windows to open in different tabs of content area.
    at present when i click on the second the content area is over wrtten on the first window content.
    please suggest any configuration missing / workaround for displaying different pages on different tabs of content area.
    Thanks
    Sneha

    I wonder why do you want to create portal pages for se16 and se11 transactions from portal. However one option is to develop a custom iView using PDK to display two tabs.

  • How can i redirect to with one button to different pages!

    Hi All,
    For any application, for the first time,if a new table exists then there will no data in that table.
    based on this scenerio,in my application,i am handling apex validation staying that "you have no data. Please click here to go Reset symbol page.
    when it redirects to Reset symbol i am providing a text box and with a button. Once there enter a symbol and click on button it will inert in that table and again redirects to Home page for say-39.
    simillarly what are the functionality available in home page i had implemented same thing but only it differs page no for say-115.
    In both the scenerio's i will be redircting reset Symbol page where there can insert a symbol explained in above scenerio case.
    My problem is when i am throwing the error msg from page-39 i am redirecting to Reset symbol and when there enter symbol and click on button again i will be redirection t page -39 because the error had came from page-39.
    If the same error comes from page-115 then also i will redirecting to same Reset Symbol where there will be entering symbol and click on button, in this case it should redirect to page-115 instead of page-39 because i have got error from page-115 but not from page-39.
    How to handle the above scenerio, please help me out.
    Thanks in advance,
    Anoo.

    Hi Andy,
    Thanks for your suggestion, it is working fine..But i am facing one problem in page 115, i have two regions and both regiosn have same name but only difference is items names.. when i had tried to rediect to page-115 the umwanted one regions is showing instead of expected region. It is getting failed here bec it is rediecting to differnet region.
    Any suggestion on this!
    Thanks,
    Anoo..

  • Setting different pages widths in different sections - Pages 5.2

    In Pages 5.2, how does one set different page widths (margins) in different sections?

    You can't. Margins apply to the entire document.
    What you can do is set the margins to their max width and then use left and right indents for the sections you want narrower.
    Peter

  • How to create a report with different page sizes

    Hi,
    I would like to create a report with different page sizes, it's possible to do it with diadem?
    When I change the layout parameters, changes afect to all sheets...
    Is there a way to change page size individually for each sheet?
    Thanks in advance.
    Marc

    Hi Marc,
    You can use the DocStart and DocEnd commands along with the PicPrint command to spool multiple print commands to the same output PDF file using the direct printer approach.  This should enable you to programmatically specify the page size differently for each sheet that you add to the print job.
    ' Print PDF Page by Page.VBS
    OPTION EXPLICIT
    Dim i, Path, OldPrintName
    Path = AutoActPath & "2D Stacked"
    Call DataDelAll
    Call DataFileLoad(Path & ".TDM")
    PDFFileName = Path & " Page by Page.pdf"
    IF FileExist(PDFFileName) THEN Call FileDelete(PDFFileName)
    OldPrintName = PrintName
    PrintName = "winspool,DIAdem PDF Export,LPT1:" ' Set to PDF printer
    PDFResolution = "72 DPI" ' "2400 DPI" , "default"
    PDFOptimization = TRUE
    PDFFontsEmbedded = FALSE
    PDFJPGCompressed = "high"
    PrintOrient = "landscape" ' orient paper
    Call PrintMaxScale("GRAPH") ' auto-max, see alternative margin setting variables below
    PrintLeftMarg = 0.181
    PrintTopMarg = 0.181
    PrintWidth = 10.67
    'PrintHeigth = 7 (read-only)
    Call WndShow("REPORT")
    Call DocStart ' Begin multi-page document/print job
    FOR i = 1 TO 4
    Call PicLoad(Path & ".TDR")
    Call GraphSheetNGet(1)
    Call GraphSheetRename(GraphSheetName, "Page " & i)
    Call PicUpdate
    Call PicPrint("WinPrint") ' Add a page to be printed
    NEXT ' i
    Call DocEnd ' End multi-page document/print job
    PrintName = OldPrintName
    Call ExtProgram(PDFFileName)
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • Hi, I managed to publish my website on the server. The server recognize the different pages when I write the url, but when I use the a tag to surf to the next page it doesn't recognize the link.

    Here below you can find my coding > And I highlighted the links that refer to my different pages:
    <div id="Main_navMenu">
        <ul>
            <li><a href="/index.html">HOME</a></li>
            <li><a href="#">NIEUWS</a>
            <ul>
                <li><a href="/pages/nieuws.html">ACTUALITEIT </a></li>
                <li><a href="#">ACTIVITEITEN</a></li>
                <li><a href="#">ARCHIEF</a></li>
            </ul>
        </li>
        <li><a href="#">ADVIES</a>
            <ul>
                   <li><a href="/pages/contract.html">CONTRACT</a></li>
                    <li><a href="#">CHECKLIST</a></li>
                    <li><a href="#">UITKERING</a></li>
                    <li><a href="#">JURIDISCH</a></li>
            </ul>
        </li>
        <li><a href="#">WIE WE ZIJN</a>
            <ul>
                    <li><a href="#">BESTUURSLEDEN</a></li>
                    <li><a href="#">WAT WE DOEN</a></li>
                    <li><a href="#">ONZE LEDEN</a></li>
            </ul>
        </li>
        <li><a href="#">INFORMATIE</a>
            <ul>
                    <li><a href="#">STATUTEN</a></li>
                    <li><a href="#">FAQ</a></li>
                    <li><a href="#">LINKS</a></li>
            </ul>
        </li>
        <li><a href="#">LID WORDEN</a>
            <ul>
                <li><a href="#">INSCHRIJVEN</a></li>
                <li><a href="#">INLOGGEN</a></li>
            </ul>
        <li><a href="#">CONTACT</a></li>
        </ul>
    </div><!-- end navMenu -->

    Maddy dOliveira wrote:
    Hi,
    Thanks and yes, this is a test website.
    The link for news (nieuws) works now, but the link for Advies - contract gives this as result: http://www.maddydoliveira.com/DeActeursGilde/pages/pages/contract.html
    As you can see the link is looking for pages within pages.
    Is there a possibility to solve this issue? I've tried now for a small hour,.. and didn't manage to find a solution.
    Thanks in advance,
    Maddy
    If you just change the links to point to the 'pages' folder in the 'DeActeursGilde' folder instead of them pointing outside of the folder to the site server root which a / leading slash does that should solve your issue. With the leading slash the browser is looking for a folder named 'pages' outside of the 'DeActeursGilde' folder instead of looking for a 'pages' folder inside of it.
    <a href="pages/contract.html">CONTRACT</a>
    Contract
    I think when you create links in Dreamweaver you have an option to choose 'site root relative' links or 'document relative' links - well you always want document relative links.

  • Target Named Anchor in a Spry Collapsible Panel from a different page

    Let me start by saying I have combed this forum (and others) looking for a resolution to this.  I am familiar with David Powers solution on Foundationphp.com and am using that code in project to open the collapsible panel from a separate page and it works beautifullly.  The problem I have is that I want the browser to move down to a specific named anchor inside that opened collapsible panel when clicked from a different page.
    Snippets of my current code here.
    Below is the code that I have on an image that when clicked goes to the correct page and opens Panel1.  Works Perfectly!
    <a href="bamboo-species.php?col1=open#CollapsiblePanel1"><img src="images/Content/Photos/HomeScroll/blackTmbor.jpg" width="227" height="175" /></a>
    Below is the link to the .js file and the script in the head of the target page
    <script type="text/javascript" src="SpryAssets/SpryURLUtils.js"></script>
    <script type="text/javascript">
    // Grabs the values of the URL parameters for the current URL.
    var params = Spry.Utils.getLocationParamsAsObject();
    </script>
    Below is the code that I have on the target page for Panel1
    <script type="text/javascript">
    var CollapsiblePanel1 = new Spry.Widget.CollapsiblePanel("CollapsiblePanel1", {contentIsOpen:params.col1 ? true : false},{duration: 1000});
    </script>
    If I have a named anchor say <a name="species1" id="species1"></a> down in the page, how do I target that named anchor from my link on the separate page.  I have tried adding the #species1 to the end of the link on the link page (see below) but with no luck. I believe those were the instructions on foundationphp.com site.
    <a href="bamboo-species.php?col1=open#CollapsiblePanel1#species1"><img  src="images/Content/Photos/HomeScroll/blackTmbor.jpg" width="227"  height="175" /></a>
    I hope (and suspect) that this is an easy fix, I just do not know what it is.  Any help or direction where to look is greatly appreciated.

    I once had the same issue can created a small function that allows me to "jump" to a element.
    function scrollTo( element ){
         var stylize = function( element){ return !+"\v1" ? element.currentStyle : document.defaultView.getComputedStyle( element , null ) },
              getPosition = function( element ){
                   // based on the SpryEffect's module:
                   var computedStyle, tryComputedStyle,
                        position = { x: 0, y: 0 };
                        if ( element.style.left  && /px/i.test(element.style.left) ){
                             position.x = parseInt(element.style.left, 10); // without padding
                        } else {
                             computedStyle = stylize( element );
                             var tryComputedStyle = computedStyle && computedStyle.left && /px/i.test( computedStyle.left );
                             if (tryComputedStyle)
                                  position.x = parseInt( computedStyle.left, 10 ); // without padding, includes css
                             if(!tryComputedStyle || position.x == 0) // otherwise we might run into problems on safari and opera (mac only)
                                  position.x = element.offsetLeft;   // includes padding
                        if ( element.style.top && /px/i.test(element.style.top) )
                             position.y = parseInt( element.style.top, 10); // without padding
                        else
                             if ( !computedStyle )
                                  computedStyle = stylize( element );
                        var tryComputedStyle = computedStyle && computedStyle.top && /px/i.test( computedStyle.top );
                             if ( tryComputedStyle )
                                  position.y = parseInt( computedStyle.top, 10 ); // without padding, includes css
                             if( !tryComputedStyle || position.y == 0 ) // otherwise we might run into problems on safari and opera (mac only)
                                  position.y = element.offsetTop;   // includes padding
                   return position;
              scroll( 0, getPosition( element ).y );
    So now we have a scrollTo function that accepts a pure HTML element as argument, all what is left to do is figure out if we have a hash, and if the anchor exits on the page.
    ( hopes this works, i wrote it without testing, but you get the general idea ):
    if( window.location.hash ){
         var hash = window.location.hash.substr(1), // remove the # from the hash
         element;
         // as anchors can also be used with id attributes, check that first,
         element = document.getElementById( hash );
         // maby we used name="" attribute
         if( !element && ( element = document.getElementsByName( hash )) ){
              element = element[0];
         // if we have a match:
         if( element ){
              // give the collapsible panel some time to init and update the DOM;
              setTimeout(function(){ scrollTo( element ) },0);
    \o/

Maybe you are looking for

  • Acrobat XI Pro crashes after scanning

    I upgraded to the Abobe Cloud  and now I can't scan(HP 4200) documents without the Acrobat crashing.  I never had a problem when I was using Acrobat 9.  It does the scan and I can see it but then it crashes. I'm using Windows 7 and have seen a few fo

  • ASM installation on AIX?

    We are installing Oracle 10gR2 on a new AIX server, we want to use ASM for a single instance on this server. I am told that you need to install ASM instance first and I see some threads that elude to an option from the Orcle Installer to "install and

  • Doubt  easy program  with a class and cicle for

    im creating a class which target is.... i set a sentence and a key that encrypt that sentence. It depends os de characters of key : example->1234, i ve to create a switch with the four cases and character by character it must change the sentence. cas

  • HT5868 ipad trust computer failure --  still not recognizing ipad (or iphone either)

    After upgrading itunes, intunes no longer recognizes ipad or iphone.  "Trust computer" comes up on both ipad and iphone , but still not recognized.

  • Database link not working

    Hi, I created a database link and i added a tns entry also. But when i try to connect to a database using db link it throws me an error ORA-02019: connection description for remote database not found. Oralce 10g version on Windows 2003 NT. Thanks and