Disappering content in folder portlets (3.0.9)

I built a page with multiple (3) levels of tabs. On the lower level of these tabs folder portlets and portlets of content areas folders are defined. When developing all looks well in that session and so all content is shown correctly.
When I log in later with any user, so also as the owner of the page and content, the folder portlets won´t show up! But when I edit the page and hide and unhide the portlets in most times the missing show up again.
Help me understand the problem and find a solution.
Thanx, Dolf-Jan Mulder

May be a problem with caching. I suggest you report this problem to Oracle support for assistance in determining the problem. But first, make sure that you have applied all the 3.0.9 patch sets available on Metalink.
Regards,
Jerry
PortalPM

Similar Messages

  • Link to content area from a folder portlet

    We have deployed a folder portlet and a perspective portlet on a portal page. Each portlet is part of a small region on the page and rather than navigate through the folders in the portlet, we want to open the folder in the content area. So when a user selects the folder link in the folder portlet, the folder in the content area is opened.
    At present the sub-folders are displayed in the small portlet region until we select an item which opens in a new window...
    Thanks

    Unfortunately, the only way to do this would be to not show the sub-folder region and add URL items in another region that link to the folder page in question.

  • Portlet as item in content area folder?

    I was wondering if anyone has thought of adding a new item type of type portlet to the folder container?
    Is is possible now or coming down the road?
    My problem is that I have 260 portlets that the user needs to navigate through in an artificial hierarchy of sorts. Tabs appear to work, but they are ugly when I do lots of nesting.
    Any ideas?

    The folder portlet offers only a subset of edit actions. We did
    this to conserve space. This will be changed in the next
    release of Portal, planned for December.
    Regards,
    Jerry

  • Link to Folder in Folder Portlet

    We display our folder contents within a portlet. It's important that all of those links present their contents in the portlet. This typically works.
    However, if an item is linking to another folder, the link presents its content on the entire page, not within the portlet.
    How can I link from one folder to another and keep the result within my portlet?

    Luke,
    For inplace display, use parameter passing. The only drawback is that the parameters will be seen in the address bar.
    You will need to use an intermediate handler procedure, which accepts your folder display call and builds the page URL
    with the parameters attached. In your folder portlet, use wwpro_api* to get the parameters.
    Check out the parameter passing portlet for tips on how to implement parameter passing in plsql portlets.
    We display our folder contents within a portlet. It's important that all of those links present their contents in the portlet. This typically works.
    However, if an item is linking to another folder, the link presents its content on the entire page, not within the portlet.
    How can I link from one folder to another and keep the result within my portlet?

  • Restrict number of items in folder portlet

    how can I restrict the number of items showed in a folder portlet?
    i only want to display 15 items. And show a next link to view the others??????
    Is this possible?
    Thanks in advance

    No, there is no way around this limitatin at this time.

  • Layout of folder portlets

    When I display a folder portlet on a page a category linkon a banner and a link showing the path to where I am are automatically created. Is there any way I can remove these links/banner? I would really appreciate to get an answer ASAP. Thanks.

    Unfortunately "page" or "line" layout options are the only ones available from the Sun RI. I found that out the hard way last week.
    There are a couple of options. The MyFaces (tomahawk) checkbox component supports a "grid" layout. Although I did not use that option, it might be worth trying if you want to go that route.
    I ended up extending the Sun RI renderer for both checkboxes and radio buttons. It's not too difficult, especially if you're using Facelets (no tag class required). Extending an RI renderer is risky because new versions can break your subclass, but it's a fairly easy solution if you're willing to put up with that risk.
    I posted some brief notes on my solution. It's not complete, but it should be enough to get you started.
    http://forum.java.sun.com/thread.jspa?threadID=5176296&tstart=0
    Tom

  • Problem using content from content server in portlet.

    Hi all,
    I create a JSR286 portlet project, add a content server connection then drag content from those connection to jspx by selected create > document - content presenter.
    Problem occur when i deploy the project to portlet managed server.
    I'm not sure any mds they required because while deploying the Deploymeny Configuration was poped up to prompt me select mds repository.
    I don't know what mds repository they required.
    Please help.
    Regards.

    Hi ngsankar,
    Thanks for your reply.
    I have no idea about any schema ;(
    on the integrated weblogic server i can't deploy too.
    Is it possible to use any content from content server in portlet like on portal?
    Regards.

  • Content Server News Portlet major design flaw ?!

    I ran into a Content Server 6.1 issue which is really frustrating me. I am wondering if I am doing something wrong or if it is a design flaw: 1. I created a content server news portlet "out of the box" and added it to my MyPage.2. I created and published 2 news articles.3. I edited the 1st article and just saved it. I did NOT PUBLISH it.4. I edited the 2nd article and PUBLISHED it. The news index is re-published automatically to reflect the changes of the 2nd article which has been published. But the index now displays the changes of BOTH articles, even the unpublished! Furthermore the 1st article can't be opened from the index anymore if the name property has been changed. As the published file name changes with each version and especially when the name is updated, the news index links to the new published file name - but it has never been created as I didn't publish the 1st article! I understand why this is happening: The index content item holds a list of all article content items and is published whenever an article is published / deleted / expired. But until now I thought that content server is holding the last published version and includes this into the list until a new version is published. That's not the case! Imagine this on a production environment with workflow activated: one article was approved and published while the other still needs to be reviewed, but it's (unreviewed) index data like headline etc. is already displayed in the index?! And in worst case the article can't even be opened. You just get the server error "page not found". Many of my content items for a current big project follow the idea of the news template, e.g. HR Staff Overview (persons = articles, overview = index), so I am kind of stressed by what I found out. Has anybody made similar a experience and found a workaround for this? Perhaps one of the support people could explain how the news portlet is intended to be used with this severe behaviour? Am I expecting too much? Is updating an already published article not possible? But why are version mechanisms included for content items then? I appreciate your comments. Thanks.

    Thanks for the quick reply.
    We are using Content Server 6.1 with all Hotfixes installed and we are not planning to upgrade to G6 at the moment.
    As far as I understood the 'filtered.published' property contains the date the content item was published the last time. So it will always be 'true' if the item has been published in the past, no matter if it's currently published or not.
    The index template with the code snippet you sent will display the currently not published (but changed) item properties whenever another item was published. Have you changed the design in 6.2 so that properties of an item in a list property of another item are just copied and not linked?
    As a workaround I now compare the 'modified' property with the 'published' property and if it is greater or equal I don't display it in the index. But that's not the way Content Server was designed to behave, is it? With this solution I can suppress the item in the list if it has been modified after the last publishing, but of course I rather want to have the data of the last published version.
    Isn't that possible? Is it possible in 6.2? Is there any way to update Content Server to 6.2 without acquiring G6?
    RegardsStefan

  • FPN - NetWeaver Content Producers Folder is empty

    Hi,
    I am trying to implement RRA scenario in the FPN.
    I am able to register consumer portal in Producer and the connection test was successful. I am able to see the consumer portal entry in Producer portal. Both the portals are in same domain and haing same SPS level.
    I am trying to assign the role in consumer portal from Producer portal and getting the message 'No Element Found'.
    In the consumer portal under "NetWeaver Content Producers" folder I am not getting "Business Objects" and "Portal Content" folders.
    What could be the reason and how to resolve this.
    Also I tried to remove the unregistered producers (I have 3 entry and having different name) entry from "Manage My Producers" and not able to remote. It is keep on trying to remove. I don't know why it is not allowing me to remove. I am using admin id.
    Thanks,
    Padman

    verify the checklist mentioned below
    Prerequisites
    ●    add the producer, tested the connection, and registered your portal.
    ●     Do You have administrator read permission on the producer object from which you want to retrieve content. For more information, see Assigning Administrator Permissions to Producer Objects.
    ●     Do You have at least administrator readpermission on the remote content on the producer. For more information, see Setting Permissions on the Producer for 'Remote Delta Link' Mode.
    ●      Do You have access to the standard Content Admin role on the consumer portal
    check the below link for more information
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/2231590bb93fece10000000a11466f/frameset.htm
    Points are welcome if it is useful
    Koti Reddy

  • Load content of folder located in /content/dam/

    Hi,
    I'm trying to load the entire content of folder "/content/dam/myFolder". Is it possible? I've tried this piece of Java code
    File folder = new File("/content/dam/myFolder/");
    File[] listOfFiles = folder.listFiles();
    if(listOfFiles == null){%>
         NULL<%
    }else{%>
        NOT NULL<%
    but I allways get the NULL message.
    Also if I try
    folder.exists();
    it returns false
    Thanks for any help.

    Hi,
    I don't think using the standard File API is a good way to access the repository.
    Instead you should use the repository API to find the Node for your path and its children. For assets you can also extend your code to use the DAM API to get actual asset functionality such as renditions.
    Hope this helps.
    Regards,
    Freek

  • The contents of my portlet can not be displayed...

              I can't see the contents of my portlet...
              My config is WLCS 3.2 and WL 5.1 sp6...
              Thanks... it urges...
              

    Your iPad cannot be two years old. They came out on the market in Aplril 2010 as far as I can recall.
    Use the power adapter and plug it into a wall socket. Don't try to charge connecting to your computer. Try another cable as well. Yours may be defective. Try plugging into another wll socket.
    If all those dont help You can try to reset the iPad and see if it will charge - hold down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple logo appears - ignore the red slider. See if you can charge it now. 
    If none of this works you may need to restore your device.
    http://support.apple.com/kb/ht1414

  • Oracle Seeded Providers Shared Objects Folder Portlet

    Hi,
    I was wondering if there was an api, or some other way of setting the folder that will be displayed in the Folder portlet in the Oracle Seeded Providers: Share Objects area.
    Thanks,
    Tom

    I was able to find the API for this. I was able to use the wwpre_api_value API. I have two issues still. The first is with setting the value for titleid though the API.
    The second is when I login as the user I'm testing, there is nothing in the folder portlet. If I click on the customize link, the folder I try to set with the API is in the pop-up window. So it seems like I'm setting almost everything correctly since it is seeing what I set in the pop-up window, but I'm missing something because it's not making it all the way to the portlet.
    Any ideas would be great.
    Thanks,
    Tom

  • Rewrite Portal Folder Portlet

    I am trying to rewrite the Oracle Portlet Folder Portlet to add the simple functionality of showing the last Update Time of each item/folder that the portlet is displaying.
    Has anyone done this already? Any words of wisdom in pursuing this? Why the heck does Oracle have to wrap all their code? Is this a realistic thing to attempt?
    Thanks for any comments or feedback.
    Daniel Wintschel

    James/Daniel,
    Any luck finding anything on this? I'm about to do the same thing (we need to display just a little bit more on each item than the out-of-the-box components will let me do), so if this has already been done and I can just "borrow" the code, that would be great!
    - Bill

  • Make content area Folder Names within Portlets non-linkable fields

    We would like to only allow the administrator to be allowed link to content areas so as to maintain a consistent look and feel and not allow the user to leave Portal.

    Thanks for the info, however, turning off the header region also
    eliminates the "customize" feature -- which is something I would
    like my users to have. Also, I think you may be mistaken (or
    maybe I wasn't clear) about the approval icon. It does NOT
    appear when a folder is rendered through a portlet, regardless
    of folder ownership. It only appears when a folder is rendered
    as a page.
    I am looking forward to the next release.
    p.s. I see the new find feature has been added since my last
    post.
    John

  • Folder Portlet will not display edit (or anything else)

    I am portal30.
    I created a new content area.
    I clicked the "Edit Root Folder" link of my content area, and published it as a Portlet.
    I created a new page.
    I added my newly created content area as a portlet to the page.
    I saved my page.
    WHen I view the page (as Portal30), the page is blank where my content area should be displayed.
    Can you give me some hints. I have been playing around for a while and can't "get it right".
    Thanks!

    Hi
    U got to check the 'Access' settings under 'Edit Root Folder', u have to give appropriate access rights to enable the users to view/edit the content area.
    Hope this helps
    Regards
    Kumar

Maybe you are looking for

  • No sound from Project, note

    I had this problem happen: http://discussions.apple.com/thread.jspa?messageID=9447199&#9447199 where there's no sound coming from my project unless I solo the tracks. So I created a new Track but it wasn't soloed. Stymied. Finally I created a new Sof

  • ECP Characteristics value table

    HI All, In which table the characteristics value in ECP costinm model get stored? Thanks

  • Relationship between tables in a module(urgent)

    Hi , Am new to this domain(SAP)... I want to move datas to SAP through codes... For example,i want to add datas to ItemGroups module of Inventory module....But it failed...On the other hand,i was able to add datas to Item table of the same module...

  • 10.5.7 update: Bluetooth gone, disks won't mount

    Installation of the 10.5.7 update sort of worked. My system says it installed, but I did get a message saying something like "Update was not completely succesful". The one reason for updating was that I hoped to be able to use my wireless mouse again

  • Wifi module not work in win8

    TuochSmart 600-1135it, modulo wi-fi non viene attivato con win8.1, e non mi dà nessun errore. This question was solved. View Solution.