Navigating Content Area on Page

I want to create a page with a folder within column 2 of my page.
In column 1, I want a navigation bar. I would like to select a
category or perspective from the navigation bar, and have the
content in column 2 (the folder) updated automatically.
Does anyone know how to do this?
If this isn't possible, are there ways to emulate the process, so
it appears to the user that there is an automatic refresh?

I am trying to do this under Tabs. How do I link to a subpage
and keep that subpage within the main page tabs? I have the
navigation portlet that will open the subpage, but it opens it
up outside of the main page.
Thanks for any help,
Amy
You can do this with a custom navigation portlet or a template
that provides a list of categories and/or perspectives (use the
views WWSBR_ALL_CATEGORIES and WWSBR_ALL_PERSPECTIVES to
construct the list). When the user selects a category or
perspective, go to a page that contains the corresponding
category or perspective portlet.
This means creating a page for every category and perspective.
If you use proper naming conventions, your custom navigation
portlet can dynamically construct a direct access URL to the
right page
(e.g. "http://myserver/pls/myDAD/url/page/mycategory1",
where "mycategory1" is the name of the page containing the
mycategory1 portlet).
Regards,
Jerry

Similar Messages

  • Content Areas and Pages

    Hi,
    Is there a way to exporte pages and/or content areas from Portal? Is so how can i do it?
    Pedro

    Pedro,
    Please read the white paper on export/import.
    Regards,
    Jerry

  • Content Area Export / -page switch

    I am using Portal Production 3.0.7.6.2 under NT.
    If I try to export a content area using the "-page" switch, then I get the following error in SQLPLUS:
    SP2-0310: unable to open file "pagename.sql"
    any ideas what is wrong?
    tks!!

    On Windows NT, the content area export script when invoked with the -page option looks for a script file named pagename.sql which was left out of the install (it has been fixed in 3.0.8). Using a text editor, save the following into a file named pagename.sql and place it in the <PORTAL_HOME>/admin/plsql/wwu directory:
    /* --- Cut Here --- */
    select 'set page_name='&#0124; &#0124;name from wwpob_page$
    where id = (select pageid from wwsbr_sites$ where upper(name) = upper('&&1'))
    set serverout on
    set echo off
    set feedback off
    set verify off
    set newpage 0
    set pagesize 0
    set space 0
    set heading off
    set trimspool on
    set termout off
    spo pagename.bat
    spo off
    exit
    /* --- Cut Here --- */

  • Exporting content areas/pages

    Help please!!
    I have created content areas and pages on the Oracle's hosted portal demo site and need to export them to our own server.. Can anyone advise on how this process is done and if its possible? your help is appreciated...
    thanks

    Hy, there is a white paper about export import.
    But here comes how to do it:
    in $ORACLE_HOME\portal30\admin\plsql\wwu, you can find the import export utilities:
    - contexp.cmd
    - pageexp.cmd
    also the import utilities are here. Use all the parameters in the same order as they come in the example (just type in contexp when you are in the right directory). Do the same for pages. Use -security options if you want to keep the security and the same for contexp with his own -page option. This should be done if you changed the page of the content area. They make a security.dmp and a pobpage.dmp in the current directory ($ORACLE_HOME\portal30\admin\plsql\wwu). If you export 2 content area's don't forget that the -page & -security option will overwrite the pobpage.dmp and security.dmp file, so it will be better to do the export import immediatly after each other. Or copy the files after the export.
    Very important is to check the portlets from the content area's if they exist. If you have a portlet provider in the content area and the portlet repository doesn't show that (refresh in the repository can help) then the corresponding portlets in pages will be deleted.
    Search on Metalink for the Whitepaper Fill in : Oracle9iAS Portal Export/Import White Paper and you will find all the information.
    Good luck

  • Advice on content area layout & subfolders

    Hi all!
    We're just starting to use content areas for real document management, and I was hoping someone could offer some advice on the layout of one or more of these content areas.
    I'm trying to build a typical corporate "Document Library". Parts of the library will be available to "Public" corporate users (corporate users who have not logged on to the app yet), other parts will be available to all authenticated users, and other parts will be available to only certain groups. (Relatively easy so far...)
    So far I have these all in a single content area called DOCLIB, with two folders: PUBLIC and CORPORATE. (Ultimately there will be a third high-level group for FRANCHISE users -- non-corporate stores.) PUBLIC is accessible to public users; DOCLIB itself and DOCLIB/CORPORATE are accessible to AUTHENTICATED_USERS. PUBLIC contains subfolders such as NEWS, HELP, FAQS, HRDOCS ("public" HR docs), PRESS_RELEASES, etc. CORPORATE contains subfolders such as NEWS, PLANNERS, IT_DOCS, HRDOCS ("logged on only" HR docs), etc.
    A few questions:
    1. Does it make sense to break out the PUBLIC and CORPORATE folders at the very top level, or are do people generally put the private folders as subfolders of the corresponding public ones? (Ideally I'd rather put these both into the same folder and simply show more documents once the user logs on, but I couldn't get this working properly.)
    2. I currently have the "DocLib" content area showing on the main portal page, defaulting to the PUBLIC folder. However, once the users log in, I'd like to switch the focus to the root DOCLIB folder instead of the PUBLIC subfolder. As it runs now, the focus remains on the PUBLIC folder, and the user must click on the folder path to move to the root folder. Is there any way around this short of creating two different tabs, one for public users and the other for logged-on users? (Once they log on now I show an additional 3-6 tabs on that page.)
    3. I'd like to show certain folders (such as "News/System News" and "News/Company News" in their own portlets (in addition to inside the overall Document Library portlet). Unfortunately, once the user logs in, the folder path is displayed, and the user can navigate to parent folders while inside this portlet. (This will horribly confuse some of our users...) I know I can turn off the folder path for this folder, but then it is also gone when this folder is displayed inside the overall "Document Library" portlet (where I'd like to still show the folder path). Is there any way around this?
    4. Is there any straightforward way to display the same document in more than one folder? If I use perspectives, it looks like I then give up control over how the page gets formatted, if I use a Folder Link, the folder opens up in its own page instead of inside the portal area, and if I use a URL to point the "second" copy back to the first, this will be difficult for later content managers to maintain. Am I missing another easy way to do this?
    I know how to do all this via the PDK, but we're trying to use as much of the built-in content-management tools as possible instead of building more PDK-based code.
    btw: We are still in Portal 3.0.8, although we're moving to 3.0.9 as soon as possible.
    Sorry for the length of the post, but any insight anyone could offer would be greatly appreciated!
    - Bill

    Hi All
    We are using release 2, and we are looking into using a page template containing a JSP portlet for a consistent navigation bar/header. What do you think of this approach?
    Regards
    Harry
    Jon,
    There are a variety of ways to do this:
    One way is to modify the page that the content area is on to contain the portlets that you would like on your page. Those portlets would contain your banners, links, logos, etc. Note that the page under a content area can not contain tabs.
    Another way to do this is to create separate pages and link to those pages from your navigation bar manually.
    Note that in release 2 of Oracle9iAS Portal we have combined the content area and page concepts so that there is no more 'drill out of the portal page' loss of context, so you could use Oracle9i Application Release 2 also.
    Rich

  • How I can erase the components that I have created in a content area?

    hello. Somebody knows how I can erase the components that I have created in a content area. I have created an area of content and the archives, categorias or perspective that I generate not let erase. The same it happens to me to the forms, reports and other components created under a certain application

    goto portal navigator --> content areas --> next to the content area --> click Edit Properties --> Items tab --> last button on the page is Purge..
    this should take care of it

  • URGENT : On clicking back button of IE error message in the content area

    Hi all,
    On clicking of a link in my navigation area KM folders are displayed in the content area via a KM iview. On 1st level navigation in this iView and clicking the explorer back button there is no problem. But if we navigate to inner folders and click on back button I get a warning in the Content Area:
    " Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you.
    To resubmit your information and view this Web page, click the Refresh button."
    This is not the case when I navigate through Bread Crumb.
    The isolation method for my iView is Embedded and for my Page is also Embedded.
    Please reply soon.
    Thanks and Regards,
    Sweta.

    I am pretty sure that nothing can be done about this. A Lot of other websites/applications also have this same problem. You try playing with the browser cache settings so that the back button doesn't try and get the page from the cache. You could also try and experiment with the cache-control and expires HTTP headers, to see whether this has any effect.
    Other than this, I am unsure as to whether it can be resolved
    Sorry
    D

  • Cant find "Content Areas"

    Hi Guys,
    Very basic question, i cant find "Content Areas" under Navigator in the Portal (ver. 9.0.4). Is this called somthing else in this version ("Shared Objects??").
    Could someone point me to a step by step guide to configure "Content Areas", my requirement is pretty simple - to provide shareable content to portal users.
    Thanks in anticipation
    Gaurav

    Hi Gaurav,
    since Portal 9.0.2 there are not Content Areas any more. This is a functionality we had in Portal 3.0.x. Since Portal 9.0.2 and onwards we have a new and much enhanced model: Content Areas became Page Groups.
    Read everything about this new concept in the documentation:
    http://www.oracle.com/technology/products/ias/portal/documentation.html
    Find more information on Portalcenter on OTN:
    http://www.oracle.com/technology/products/ias/portal/index.html
    hope this helps.
    regards,
    christian

  • Content Area doesn't appear although Import Successful

    I am testing an export/import of some Portal objects to prepare for a migration from development to production. I am using Portal 3.0.9.8.3. I am exporting using Doc ID: 146645.1 as a guide (exporting and importing in the documented order). Everything indicates a successful Export/Import. Both the export and import logs show records being exported and records being imported with the message "Import terminated successfully without warnings." in both logs. When I get back into Portal on the Prod machine, the Content Area and Page are not there. Also, the tables which indicated records being imported by the import log file, have no rows in them. What's going wrong?
    John

    I have this same problem. I am trying to export/import certain parts of my development portal to my production version. I have successfully run the scripts to export a content area from my development machine and then sucessfully ran the import script on my production machine. Yet I can't see the content area on my production version. I suspect this is because the two portals have different DAD's. The development DAD is crp1_portal30. The production DAD is imsi_portal30. I have tried going into the Listener Gateway Settings Page, but it comes up asking for authentication. I have tried every username/password in the system and can't get in.
    1. What is the default username/password for this. We didn't set this up. It was set up by 11i Rapid Install.
    2. Do you think that's why my content area won't show up?
    3. How can I create a new instance of portal, i.e. have multiple portals on the same machine.

  • Import Of Content Areas Muddles up Content

    We are in the process of exporting our portal applications,components, content areas and pages from our development server to the live environment.
    We are using the contexp.cmd for export and contimp.cmd for the import of the content areas but after it has been imported the contents areas are all jumbled up. We have ran the process several times and used 2 different live servers but each time the content areas come across and the majority of contents are jumbled. Each time we have ran the same process we get different results.
    Has any one experienced this or has any idea how to prevent it from happening.
    null

    Database are 8.1.7.1.1
    Portal = 3.0.7.6.2
    What happens is the folders will have the correct names and some of the items within the folders will be correct but randomly items from separate folders will appear. There seems to be no pattern and we have tried the import \ export several times each time with an incorrect but different result.
    This has now been raised as a Tar.
    Thanks

  • How to hide content area name in portlet?

    When I add category portlet, it'll show content area name as
    sub banner. I want to hide it. But I want to hide sub banner
    only this portlet. What should I do? Please tell me.
    Thank you,
    Sirin

    Hi Sirin,
    Try this:
    Go to Navigator -> 'Content Area' tab select 'Edit Root Folder'
    click the 'Style' tab click the style properties link ->
    'Folder Layout' tab click on 'sub folder' edit link, unmark
    display region banner check box.
    You can do the same procedure when you edit your folder and
    click 'Folder style' follow the above next steps
    Hope this meet your requirement
    Regards

  • Content Area Builder Background

    Hello,
    It's possible to set the Content Area Builder page background and style? Because if I change the OS Setting (Aspect) my page change the background color and I want to fix it.
    Many Thanks
    Giuliano Lo Iacono

    Not sure if this is what you're looking for, but please refer to Note:204507.1 on Metalink.
    Regards,
    Jerry
    PortalPM

  • Exporting Content Areas

    Has anyone managed to export content areas or pages in Oracle Portal30?
    I have looked at the scripts contained in the document 133135.1, but they donot work. Any ideas??

    Josh,
    What kind of errors are you getting? What version of Portal are you running?
    Please refer to the white paper Oracle9iAS Portal Export/Import.
    Regards,
    Jerry
    null

  • How make the Top-level Navigation and Content Area in one page as a whole?

    I want to make the Top-level Navigation and the Content Area in the one page as a whole displayed in user interface.In the default framework,the Top-level Navigation and the Content Area were contained  in 2 pages, So the vertical scroll bar could only control the Content Area. I want to control the full page with  one vertical bar like the page of "www.sdn.sap.com" Web.

    Hi Jianguo,
    One advantage of the external facing portal solution (SP14) is that the framework page is displayed in a single frame. Perhaps this could be of use to you.
    Hope this helps.
    Daniel

  • I am having major issues with links in keynote! Even though the links (a navigation system) are on the master page, they are only working on some of my slides. Anyone have ideas on how to fix this or similar issues? Help!

    I am having major issues with links in keynote! Even though the links (a navigation system) are on the master page, they are only working on some of my slides. Anyone have ideas on how to fix this or similar issues? Help!
    I have created a navigation system on the master pages and set the presentation to links only mode. I also have other links scattered throughout the program, like a linkable table of contents, etc. Some of them work, some of them don't. Not sure why. Anyone out there having similar issues? Or have any idea on how I can solve this issue? Any help would be appreciated!
    Thanks!

    Links should not create any problems in Keynote.  If they are set up correctly on text, the text will be underlined. Objects that have links will have a curved arrow bottom right, if you click the arrow a popup will display the link information.
    Try this repair for Keynote,  ensure you complete all the tasks and in the order shown:

    delete all the iWork applications if you have them, not just Keynote, using Appcleaner from Mac Update, its a freeware application

    empty the trash:  Finder > Empty Trash

    Shut down your Mac, wait 30 seconds, then power on the Mac, immediately after the start chime, hold down the Shift key
    When you see the grey Apple symbol and progress indicator (a spinning gear), release the Shift key.
    If you are prompted to log in, type your password, then hold down the Shift key again as you click Log in.
    4  
    Let the Mac fully boot up, it will take longer as the OS is repairing the drive

    when fully booted, go to Applications > Utilities > Disc Utility; click on the boot drive then First Aid tab and click  repair disc permissions

    when complete, restart the Mac normally, Apple menu > Restart

    install Keynote from the Mac App Store
    let us know if this helped

Maybe you are looking for

  • Reset Loop

    I have a problem. I have a first generation, 160GB iPod Classic, the first one to have the anodized aluminium cover. The reason I have a 160GB iPod is because I have a large collection of music, video , podcasts and other audio stuff that I like to h

  • Upgrade Processors from 1.8 ghz to 2.4 ghz of my Windows Hyper V 2012 R2 Host Server

    If I get new processors, do I  need to re-install the Host OS, or can we power it down, swap them out, and we're back in business with out issue on my guest machines?

  • Do I need to configure Open Directory before I configure mail?

    I am doing a slow step-by-step configuration of a new 10.6.2 box and I am marginally skilled. Before I migrate a handful of accounts from the old server to the new, I want to make sure mail services work on the new server. Later I would like to try e

  • Can i tell Yaourt to just build packages?

    I'd like yaourt to just build my packages, but not install them and i'd like this to happens without user interaction. Is this possible? Thanks.

  • K8N Neo Platinum not passing POST

    Hello, I have just bought an MSI K8N Neo Platinum OEM and it will not pass POST. I have gone through all the items in the Sticky section, but still it won't pass. I don't know what to do. Here's the hardware I have hooked up: MSI K8N Neo Platinum mot