Default/Return page

I am new for Oracle Portal. We are using Oracle Portal 10g (904) to create a company page. There are three tabs, Welcome tab for public users and registered users, and other two tabs, Product and Contact, for registered users only.
I have problem for setting default tab -- Welcome page.
When an user login, will see the Welcome page, then go to other tab, either Product or Contact tab, then logout. After click Return button, only see an inactive Welcome tab there without page content (We can see the Welcome page after click Welcome tab.). If the user login again even not same user, he/she will be the tab before the user logout.
We want to see the active Welcome tab with page content anytime the user login/logout.
I am not sure if I explain clear. Please help me to solve the problem. Thanks a lot for any help.
Jane

Hi Jane -
I tested on a newer version of Portal, but it should work the same. To be sure I understood your issue - I tried the following:
1) created a page viewable to Public
2) added login portlet to page
3) created 3 tabs
4) tab1 made available to public
5) tab 2 and tab 3 set to AUTHENTICATED_USERS to view
6) viewed page ... ensured tab 1 was selected and copied the URL in browser
7) go back to edit mode on the page and edited the login portlet and pasted the URL of Tab 1 selected in the success and Cancel URL's for the portlet
tested by viewing the page, clicking to tab 2 or three and click logout ... when return tab 1 was shown and I could see the text item on the tab.
I suggest checking that your URL's to make sure they reference tab 1.
Regards,
Candace

Similar Messages

  • How do I set the default welcome page for PUBLIC user

    gurus,
    i'm using -
    Oracle 9i Database
    Oracle 9ias Portal Release 2
    QUESTION => how do I set the default welcome page for the PUBLIC user.
    i did the following to achieve this -
    1. logged into portal
    2. clicked on builder
    3. clicked on administer tab
    4. selected PUBLIC user in the Portal User Profile portlet
    5. went to the preferences tab
    6. in the default home page selected a custom page group
    7. logged out of portal
    8. open a new browsere session
    9. type the portal URL and i get the login page ....??
    i'm unable to understand this behavior ... shouldn't i be getting the page group that i set for the PUBLIC user in step 6 above ....
    the second QUESTION is => when the user logs out he/she should see the PUBLIC page set in step 6 above ... but, instead the user sees a page that is as follows -
    Partner Application Name Logout Status [Logout Status]
    Oracle Portal (portal) logout status
    The SSO Server (orasso) checkmark
    buzz.resva.trw.com:7778 checkmark
    infrastructure.happy.resva.trw.com checkmark
    portal1.buzz.resva.trw.com checkmark
    portal2.sylvester.resva.trw.com checkmark
    sylvester.resva.trw.com:7778 checkmark
    so, how can i set the default page for the PUBLIC user and also a page when he user logs out.
    ideas anyone ....?
    thanx a bunch.
    hero

    Hi,
    The sequence of operation you are doing to set the home page for public users is correct. You are getting the login screen as the "custom page group" selected as "home page" has not been granted to public.
    Also, while logging-out, it is normal behaviour to get the screen where it shows the list of partner applications from where user has been logged-out. When you click on "Return" button, you will get to the "home page" set above.
    Hope it clarifies the things.
    Regards,
    Ved

  • Default.aspx page reverting

    I am the administrator for a custom SharePoint application.  The application is developed in-house.  There appears to be an issue with one of our current solutions.  The solution should be updating the default.aspx page under the STS template.
     It appears that when I deploy this solution, it works fine for a short time - however, at some point in time, the default.aspx page under "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\SiteTemplates\sts" reverts,
    and the default page that came shipped with sharepoint returns.
    The shipped custom default.aspx adds a custom zone to the page layout, and the result is that any user who has placed a web part in the zone has their web part shifted to another zone, messing up the page layout.
    At the suggestion of the development team, I copied in the default.aspx from the solution file.  This corrected the issue - but again, it was only for a short time.  I go back and look now and it has reverted back to the same date/filesize, etc.
    as a backup I took of the default.aspx before deploying the one from the solution.
    Is there a way that I can update the SharePoint content DB with the appropriate default.aspx, after deploying it manually?  I think what is happening is that the SharePoint content DB is deploying it's copy from the database - so i would like to update
    the database so that the solution deployed default.aspx becomes the authoritative copy.
    Thank you

    Because Microsoft may at any time override your changes with any patch (e.g. security hotfix, Cumulative Update, Service Pack) and you're back to where you've started.
    It is just bad development practice, as well.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Table where default home page is stored

    Hi,
    Does anyone know which table the default home page for a user is stored in? I presumed that it would be WWSEC_PERSON$ but this doesn't seem to be the case.
    All help is greatly appreciated.
    Thanks,
    Roger

    This is stored in the customization tables. It can be got only by using APIs.
    Sample Code to get the default page for the user. This returns the most specific value. That is, if the User has specified a home page Otherwise, the Group
    home page if one has been specified. If neither has been specified, then use the System home page.
    l_value := wwpre_api_value.get_value_as_varchar2(
    p_path => 'Oracle.Portal.Page',
    p_name => 'default');
    Sample Code to get the home page for the given entity (a specific user,
    a specific group, or the system default) at the system level
    l_level_type varchar2(50) := < portal_schema>.wwpre_api_value.SYSTEM_LEVEL_TYPE,
    l_value := wwpre_api_value.get_value_as_varchar2(
    p_path => 'Oracle.Portal.Page',
    p_name => 'default',
    p_level_type => l_level_type,
    p_level_name => <name of the user>
    Sample Code to get the home page for the given entity (a specific user,
    a specific group, or the system default) at the user level
    l_level_type varchar2(50) := < portal_schema>.wwpre_api_value.USER_LEVEL_TYPE,
    l_value := wwpre_api_value.get_value_as_varchar2(
    p_path => 'Oracle.Portal.Page',
    p_name => 'default',
    p_level_type => l_level_type,
    p_level_name => <name of the user>
    Thanks,
    Sharmila

  • Setting the System Default Home Page

    Hello everyone... i've created a root page with some portlets on it...
    what i am trying to do is to set this root page as default for a particular user.
    i found some steps online but it doesn't seem to work...
    here is what i was trying to do:
    To set a user's default home page:
    In the Portal User Profile portlet, in the Name field, enter the user name of the user for whom you want to assign a default home page.
    By default, the Portal User Profile portlet is on the Administer tab of the Portal Builder page.
    Click Edit.
    Next to the Default Home Page field, click the Browse Pages icon to see a list of pages from which to choose.
    Click Return Object next to the page you want to make the default home page for this user.
    Click OK.
    please let me know how to do this correctly...
    thank you

    Hi,
        You can change  for example the Branding image, instead of the SAP logo. Refer to this [Thread|MI client homepage log change in MI 7.0;
        Is this what you mean by changing the home page?
    Thanks & Regards
    Veerabhadram

  • How to show "ALL" Values by default in Page Drop-Down Lists in Pivot Tables

    Hi Everyone,
    Iam stuck with 1 problem please can any 1 help me if u know the solution.
    Here is my problem:
    How to show "ALL" Values by default in Page Drop-Down Lists in Oracle BI Pivot Tables?
    For example, if you place Region in the pages area, a Region drop-down list allows the user to select a particular region, and see the data for only that region, rather than seeing all the Regions,But by default its not showing "ALL" option in the drop down list ,rather than doing that its showing result for only 1 region by default.
    And an other problem with this pages area is, if we palce the multiple attributes in the Pages area in the pivot table, the (Fields)result is showing in vertically, the attributes 1 by 1(Every attribute in a new line) ,rather than showing like that, is there any way to show the results in horizantally?(We want to have it as a seperate drop drown list for every field horizantally not as a concatenated list).

    Thanks Nikhil. But I am fetching the values from the LOVCache.java.
    I am using <af:selectManyChoice>. Is there any way I can use LOVCache.java value for selecting default values instead of hard coding?
    I mean to say can I write
    unselectedLabel="#{LOVCache.entityTypeSelectionList.anyValue}"
    where LOVCache.entityTypeSelectionList is used to populate the drop down box.
    Regards,
    Aseet

  • How to change the default code page in SAP?

    My colleague tries to download a report in Excel but she is having some problems with the output as each of the lines are all included in one cell. When I download the same report, my output is fine and the columns in the lines are properly aligned in various columns in Excel.
    I noticed that her code page is 4110 and mine is 1160.
    4110     Unicode UTF-8
    1160     Microsoft 1252, Superset of ISO 8859-1
    As a workaround, I just asked her to modify the code page to 1160 everytime she downloads a report. I want to know how this setting is derived.
    My questions are:
    1) Is there a way to set the default code page?
    2) Is this a problem with the SAP version? If she downloads another SAP GUI, will the issue be gone?
    Thanks!
    Joey

    1, You can change the codepage in SAPGUI: Select the system => Properties => Others
    2, Could be, best is to have the same and most up to date SAPGUI for all

  • How can I set the default home page for all new users in Firefox 4

    I'm trying to deploy FF 4.0rc1 in a corporate environment but I can't find a way to set the default home page or any other settings for that matter.
    Is there a way to set the default home page for all new users and lock it so that the users can't change home page?
    Best regards
    Jonas

    In Firefox 4 the template folder for new profiles (C:\Program Files\Mozilla Firefox\defaults\profile\
    ) doesn't exist. You can create that \defaults\profile\ folder and place a file user.js in it with the prefs that you want to initialize.
    See:
    *http://www-archive.mozilla.org/catalog/end-user/customizing/briefprefs.html
    You can also use a mozilla.cfg file to set the default value for prefs.<br />
    See: http://kb.mozillazine.org/Locking_preferences
    defaultPref(); // set new default value
    pref(); // set pref, but allow changes
    lockPref(); // lock pref, disallow changes

  • Creating a default web page and using WEB_API

    Hi ,
    I want to create a default html page to be displayed in html viewer control.Where I should create this html page and how to
    call this in my program.It is mentioned that
    'This page can be designed with the SAP web repository.' How to design this page with SAP web repository.
    Also it is mentioned that COM_PRDCAT_WEB_API(701) can be reused .Where to find this COM_PRDCAT_WEB_API.Can anyone help me out in this ?

    Use Tcode SMW0.
    The object  COM_PRDCAT_WEB_API which you mentioned is the package, i think its available only in 701 release.
    Goto SMW0 , press F8, you can see the SAP web repository objects.
    Raja

  • Can I set a default home page when people use my router?

    Can I set a default home page when people use my router?
    Can I set it to my web site for example so that people have to go there when they connect?
    Thanks,
    Paul

    Hello EireReality. Welcome to the Apple Discussions!
    Can I set a default home page when people use my router?
    No, at least not that I'm aware of. Setting a "default home page" is typical feature of a web browser, not an Internet router.

  • How do you set a default Home Page in the Safari Applet?

    How do you set a default Home Page in the Safari Applet?

    How do you set a default Home Page in the Safari Applet?

  • "Oslo.Master" set as the The default Master Page, but when record selected in "List View Web Part" page shifts to the right.

    Hi All,
    I have set "Oslo.Master" as the The default Master Page for the site.   I have a page with a List View web part and an InfoPath Web Part connected.  When the page loads is it displayed correctly.  However, when a record
    is selected and the infopath web part is updated, the content on the page shifts (indents) to the right.
    Is there something I am missing?   Does anyone know how to correct this?
    Thanks in Advance!

    Hi Dwayne,
    I could reproduce this, as a workaround, we can use javascript code as below to hide the element in the following image.
    <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
    <script>
    $(document).ready(function(){
    $('#contentBox').prev().hide();
    </script>
    Thanks
    Daniel Yang
    TechNet Community Support

  • My default home page does not come up and my navigation bar is grayed out. I can't seem to fix it.

    In the last few days, I have noticed that when I open my browser, I don't get my default home page, even though it shows under my options. When I conduct a search, I have navigation buttons, but once I open a page from the search engine results page, I have no navigation anymore. They are all grayed out.

    This can be caused by a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    It is also possible that there is a problem with the files [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    Delete [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.
    Deleting sessionstore.js will cause App Tabs and Tab Groups to get lost, so you will have to create them again (make a note).
    See:
    * http://kb.mozillazine.org/Session_Restore

  • How to customize default login page of FBA

    Hi,
    I have implemented a SharePoint 2013 Portal with Form Based Authentication.
    I want to customize the look and feel of default login page.
    How could i do that?

    Hi,
    For your requirement, you can take a look at the three links below for a quick start:
    http://sivarajan.me/post/SharePoint-2013-Enabling-Custom-Login-Page-and-Mixed-Contents-Part-2
    http://blogs.msdn.com/b/kaevans/archive/2010/07/09/creating-a-custom-login-page-for-sharepoint-2010.aspx
    http://mysharepointsolution.wordpress.com/tag/custom-login-page/
    What’s more, The deafult login page is located here: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\IDENTITYMODEL\LOGIN\default.aspx, you can
    make a copy and modify it.
    Thanks
    Patrick Liang
    TechNet Community Support

  • Unable to change the default login page

    I would to change the default login page (to /content/ethz_ch/Login)
    I configured tha page by "Day CQ Login Selector Authentication Handler":
    In ./launchpad/config/com/day/cq/auth/impl/LoginSelectorHandler.config I see
    auth.loginselector.defaultloginpage="/content/ethz_ch/Login"
    as expected.
    I then configured a page (/content/ethz_ch/de/auth_test.html) with a closed user group and left the login page field blank.
    Instead on the newly defined login page I am redirected to
    https://..../system/sling/cqform/defaultlogin.html?resource=%2Fcontent%2Fethz_ch%2Fde%2Fauth_test.html&$$login$$=%24%24login%24%24
    Any idea on what I am doing wrong?

    Try 1 & 2 if does not work please file a daycare for further assistance.
    1.   In "Day CQ Login Selector Authentication Handler" for path info add an empty row then verify.
    2.   Delete the existing entry for "Day CQ Login Selector Authentication Handler" , Configure your custom at repository level & verify

Maybe you are looking for

  • PowerMac G5 vs iMac Intel Core Duo

    Hello, I currently have a PowerMac G5 Dual Core and am thinking of getting another computer. I have a question. In terms of performance, what is faster, the G5 (Dual) on the PowerMac or the Intel Core Duo on the iMac (running at the same speed). And

  • View with SAP tables fails with "No Owner" error

    Dear experts, We have created a view (VIEW_MARA_MAKT) on Information Steward (4.2 SP1) using SAP tables MARA and MAKT.  This view is working perfectly.  Next we create another view to join with our previous view (VIEW_MARA_MAKT) to table MARC.  The v

  • Setting path for "Content-disposition" filename

    I'm trying to figure out how to set the filename in the following: String path = "/usr/local/jakarta-tomcat-4.1.29/webapps/myapp/my_images.zip"; response.setContentType("application/octet-stream"); response.setHeader("Content-disposition","attachment

  • How to i implement a constructor?

    im having trouble coding this piece of work it is for my assigment can some 1 help me?? create a class name studrec that has two private member variable. studname of type string and test of type float.ok implement an accessor method test() that retur

  • How can I store songs on two drives on same Powerbook?

    My Powerbook is running out of hard disk space while my ipod has plenty left. Is there a way to use a USB pocket drive on my Powerbook to hold additional songs? THX