Default Region on Pages

Hi, I have many portal pages that have various tabs and portlets on the tabs. We just upgraded our Application server to 10g release 1 (9.0.4) from 9ias Release 2 (9.0.2).
Before I use to be able to call http://servername:7778/pls/portal/url/page/<page_group>/<page_name> and Portals would remember what the last tab I was on. If this was the first time going to the page it would default to the first tab on the page.
Now with 10g, it will go to the default region, not the last tab visited. Does anyone know of this problem? and is there a fix that I could implement?
Thanks

Hi Richard -
In the next major release of Portal page groups will have a property to specify whether tab selection should be persisted or not.
Regards,
Candace

Similar Messages

  • Referencing the default region via URL

    I need to expand the URL region= call to work with a template. I am creating a template for my users that will allow them to upload a file to the default region of the page. Normally I would simply use the region id, however, I do not want the file uploaded to the template, but to the region of the individual pages.
    Is there a way to dynamically generate the region id? Is there a region=DEFAULT option? Can anyone help?

    The Problem when used in conjuction with a template is that an item added to the template give the TemplateID instead of the pageID when you specify the associated function. The solution is to figure out the page ID yourself instead of passing it to the procedure. You can use the following code to do this:
    v_page := p101202_050720.wwpro_api_parameters.get_value('_pageid','a');
    v_page := substr(v_page, instr(v_page, ',')+1);
    This code is meant as a sample ... if you have tabs you will need to further substring to just get the pageID ..wwpro_api_parameters.get_value('_pageid','a'); returns in the following format:
    pagegroupID,pageID
    if there are tabs then:
    pagegroupID,pageID,tabID
    Please keep in mind that scraping the page off the URL is not a supported use of this procedure and may break in future release if Oracle changes the structure of the URL.
    Hope this helps,
    Candace

  • Defaulting % in search pages using personalizations

    Is it possible to default % in search pages of SSHR using personalizations?

    Hi,
    Try to extend the controller where the search region is there, and get the handle of the search item
    and set the value % in the process request.
    With regards,
    Kali.
    OSSI.

  • How to change default font in Pages?

    how do we change the default font for Pages??

    Usually create your own template using the font you want in the Styles.
    What version of Pages are you referring to?
    Peter

  • How do I set the zoom at a particular level as the default to ensure pages are not too small and that i don't have to change the zoom for each page? in English

    How do I set the zoom at a particular level as the default to ensure pages are not too small and that i don't have to change the zoom for each page? in English
    == This happened ==
    Every time Firefox opened
    == From the beginning

    Some add-ons:
    Default FullZoom: https://addons.mozilla.org/en-US/firefox/addon/6965 (I use this one)
    No Squint: http://urandom.ca/nosquint/
    Also:
    http://support.mozilla.com/en-US/kb/Page+Zoom
    http://support.mozilla.com/en-US/kb/Text+Zoom
    http://kb.mozillazine.org/Browser.zoom.siteSpecific

  • How do I change the default setting from Pages to MS Word for Mac?

    How do I change the default setting from Pages to MS Word for Mac?

    https://discussions.apple.com/message/13008817#13008817

  • How do I change the default color in pages.

    How do I change the default color in pages.  Everytime I try to copy and paste a passage, I am unable to do so because it seems that the ink is always white on white.  Sometimes I am lucky and can change it using the color box in the format bar, but it's a rarity when I'm able to do it.

    What version of Pages & what version of OS X are you using?
    A problem with an early Software Update for Snow Leopard caused a lot of problems. The problem is not whether or not your system is the current version but how it got there. You must use the combo updater, not the one from Software Update unless it specifically states it is the combo. Software Update will only offer the combo if your system is two or more versions behind.
    If you're not running the latest versions of the iWork apps & Software Update says your software is up to date, make sure the applications are where the installer initially put them. The updaters are very picky. If the location is not where the updater is programmed to look or if the folder doesn't have the name the updater looks for, it will not work. The applications cannot be renamed or moved. If you installed from the downloaded trial or the retail box, they must be in the iWork '09 (or '08 if that's what you're using) folder in Applications. That iWork folder must be named iWork '09. If it doesn't have the '09 Software Update won't find them & the updaters won't work.

  • Setting default language in Pages '09

    Is there a way of setting the default language in Pages '09?
    Each time I want to begin a new document that is not from my templates, I have to change the language to Australian English. With MS Word it was not a problem to change the default language.
    I read in another post to change the settings in the international pane of the system preferences. My iMac no longer has that option.
    Thanks for your assistance.

    I read in another post to change the settings in the international pane of the system preferences. My iMac no longer has that option.
    10.6 just changed the name from "international" to "language & text". Go to system prefs/language & text/languages and move Australian English to the top of the list. Also in system prefs/language & text/text/spelling set it to Austrialian English.

  • Acrobat X Standard Bookmarks - How do I make the Zoom Level action default to "Fit Page" when combining to one pdf?

    Acrobat X Standard Bookmarks - How do I make the Zoom Level action default to "Fit Page"?
    When I combine multiple pdf files into a single binder, Acrobat creates a bookmark for each file.  In the properties for each bookmark, there is an action created to go to the page in the document and has the zoom level at "fit width".  Question is, how do I change this apparent default zoom level to "fit page" when Acrobat creates the bookmarks when combining the pdf files?

    Is there a way to do it in one step instead of individually on each bookmark?  This gets VERY cumbersome when I have upwards of a hundred bookmarks to change.

  • Preview has defaulted to 2 page view, how do I change it?

    My Preview has defaulted to 2 page view, how do I change so that it opens PDFs in single page view?
    Obviously I can do this every time I open pdf but that's crazy. I can't seem to find any preference files to delete.
    Preview Version 4.2 (469.5)
    Any ideas ?
    thanking you very much in advance...

    Welcome to the Apple discussions.
    If nobody comes up with an easy adjustment, when Preview is not loaded, go into your library/preferences and rename com.apple.preview.plist and com.apple.preview.ImageSizingPresets.plist. Bring up Preview and you should be back to it's basic defaults, as it will recreate those files when it loads. If everything is OK, go back and drag the renamed files to the trash.

  • SharePoint 2013 implement simple logout button which do not redirect to default sign out page using JavaScript client object model

    I am using windows authentication in my web application.
    My requirement is to implement a sign out button which will sign out the user without having him to close the browser and application should not ask him to login again.
    I tried following two options:
     1. Redirecting the user to default signout.aspx page " /_layouts/15/SignOut.aspx "
     2. Using "Sign In as a different user" URL " /_layouts/15/closeConnection.aspx?loginasanotheruser=true "
    In first case, user is redirected to default sign out page but he can press "Go Back to Site" link to revisit the site. Another major issue is that the user has to close the browser to sign out from the application completely, which is not desirable
    in my project requirement.
    In second case, the the current user is signed out of the application but if the user has saved the password in browser, he gets signed in automatically to the application.
    I also came across the solution where we replace the default sign out page with a custom sign out page, but I am not sure whether it can be implemented using JavaScript Client Object Model of SharePoint.

    Hi 
    I'm basically looking for the exact answer for the query.
    Meanwhile you need to go through the link mentioned below in order to understand how to do it.
    Debugging and Logging Capabilities in SharePoint 2010
    Indul Hassan
    Microsoft Community Contributor
    http://www.indulhassan.com
    You Snooze.. You Lose !!

  • APEX Bug: Page Copy with Items in Region on Page 0

    I've created a region on Page 0 which is a common place holder for items. On all the pages developers will link several items to this region.
    If I copy a page that has items associated to a region on Page 0 those items are not copied. Items that are associated to regions on the current page get copied
    Martin
    http://www.talkapex.com

    Hi Martin,
    I have filed bug# 10386419.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Create regions at page level

    Hello,
    I've made a template which contains navigation, search and some style elements (images).
    Some pages which will use this template will have 3 regions (columns) for content, others will only need one.
    Is it possible to base these two kinds of pages on the same template with one main region, and create extra regions at page level when necessary?
    Thanks,
    Ton

    Hi Ton,
    Using the page template locks down the ability to create new regions in pages that use the template with one exception - a 'hidden' feature when the page region on the template is configured with tabs. In this config, you can create new tabs at the page level and within these new tabs define page unique region layouts.
    Another option to consider is to build your nav, search, style elements as nav pages, expose them as page portlets, place them on your template, create your end user facing pages using the template and disconnect the page from the template. This way changes to the nav, search, style elements you make in the nav pages will update all the end user facing pages constructed this way.

  • Default font for Pages

    In Pages for iPad, It´s posible to change default font type in blank tempate?

    I am only posting this in hopes that some developer at Apple will see it.  I really think that there should be a way to change the default font in Pages on any iPad.  I don't like the fact that the default has to be Helvetica.  Sure I can change it and set up documents I don't need.  The simple fact is that this should be a part of any processor.  Again, I just hope someone at Apple reads this and makes the argument.  This should be a simple thing to do that would make many customers happy (I guess I can only speak for me).  Surely, if they can figure out how to put in 3D graphics for charts, a default font selected by the customer is not an impossibility.  Change this please!!!

  • OS X defaulting to 2 pages per sheet in "layout" tab

    Hello,
    I have a problem in printing from my unibody Macbook running Leopard. All printers that I have installed (all networked in my University - Xerox Phasers and HP Jaserjets) default to 2 pages per sheet (or per side) in the "layout" tab. (i.e. not the same as Duplex). That means each sheet is printed at 50% or so, rendering it unsuable for my needs. This is not a default from the University - others dont seem to get this problem. How do I change this default back to 1 page per sheet? (Duplex can stay).
    thanks!
    Ninad

    I was using a preset called "Duplex" - I assumed that it shipped with OS X - and it printed 2 pages a side. Perhaps my university IT installed it for me - but it appears to be the thing that created this issue.
    I deleted that particular preset and made a new one for "duplex" - 2 sided printing, but only 1 page a side. It appears to be working fine.
    Thank you so much!

Maybe you are looking for