Disabling Portlets

I have a portlet that needs to appear on the same page twice. I.e two instances , one provider, same page. The portlet has Next / Previous navigation options. The application is based on Struts. When the Next button is taken the Action class is invoked as expected. The action class get the RangeBinding and handles navigation. I need however to tie the RangeBinding to each instance of the portlet to prevent both RangeSets advancing together.
Can this be done?
Thanks

Hello,
If the portlets don't need to be related in any way I would try cerating two separate portlets in the provider.xml that point to the same action. This way you might get separate sessions (between the provider and the PPE). You can test this pretty easy by looking at the session id.
You may have better luck on the JPDK forum.
Good luck,
Hernando
hjbconsulting at comcast dot net

Similar Messages

  • How to disable category link in content area

    Hi,
    I have a lots of categories in a content area. As u all know, a link appears for all categories in the category header.
    Clicking that will take you to that particular category.
    I do not want to have that link. I have tried what was mentioned in earlier question to disable portlet header link.
    <a font color=white></font>
    Bue that's not working for category links.
    Please help.
    Murthy

    Hi,
    http://help.sap.com/saphelp_nw70/helpdata/en/cc/f4e77ddef1244380b06fee5f8b892a/frameset.htm you find the relevant guidelines.
    You can filter the PCD object setting the Search Layout Set of your Searc Iview.
    In System Admin > System Configuration > Content Management > User Interface > Settings > Layout Set and duplicate the "SearchResultLayoutSet" layout set.
    Then you have to duplicate its Collection Renderer "StandardSearchResultRenderer".
    In its property "Resource Types to be Filtered" set as value "-http://sap.com/xmlns/pcd/app/iview".
    Then assign the new Collection Renderer to the new Layout Set and that's it!
    Now if yuor Search Iview uses this new Layout Set, when you search a PCD object the iviews will not be shown!
    (or)
    In the entry "Predefined Properties" of the search options set, you will need to enter "resourcetype(value=http://sap.com/xmlns/pcd/app/page/default)" if you want the search to be limited to resources defined as pages. Leave out /default if you dont want the end user to be able to change the filter.
    If you want the parameter reflected in the URL, you can find information about how to do it here: /message/280371#280371 [original link is broken]
    Check and try either ways.
    Regards,
    Ponneswari A.

  • Portlet don't use my CSS

    I use Portal 9.0.4.1 and i've created a page based on a Unstructured UI template in wich i call my own css. Styles in Portal is too basic for our use.
    Everything works fine in my text element since i reference my own css style in html code. But if i add a portlet, i cannot see where or if i can tell Portal not to use any style in the portlet. I only see a dropdown with the list of Portal Style to set with the portlet. I don't want to use the Portal Style since i have my own CSS.
    How can i disable Portlet style?
    Roger

    iCloud is free providing you require no more than 5 GB of storage, which for a mail account only is more than ample.
    You do not actually need to update from OS X 10.5.8 in order to use iCloud for mail only. You could simply migrate from your MobileMe account at Move
    If you did wish to update your operating system you would need to purchase a copy of Snow Leopard on disk and install it on your computer, update it to the latest version of Snow Leopard, then purchase lion from the Mac App Store (The Mac App Store is installed when you update to OS X 10.6.8)
    Whilst I am aware that you wish to read your mail through a web browser interface, there is no reason that you cannot read iCloud mail from the mail application on OS X 10.5.8.

  • Custom Portlet Banner

    I want to be able to assign custom portlet banners to certain portlets. has anyone done this before of are there any examples of this around?

    Randy,
    What do you mean by "portlet banner"? The tiny bar above each portlet? You can disable portlet titlebars and then display anything you like in the portlet, including a banner. Or are you talking about header portlets? You can use Content Server's "branding" feature to allow a single portlet to be used in multiple locations - on the subportal for mypages, or on a community - and manage its content from content server separately, using PT_ tags (which are dynamic) to control some aspects of the portlet's content while still making it easy to manage. Finally, you can serve up a header portlet from a JSP / ASP page and make it fully dynamic.
    - David

  • Disabling the 'Schedule' tab on the Reports Portlet Parameter Form

    Hi,
    I have deployed several Oracle Reports through Portal using the built in Reports Portlet Parameter Form and I was wondering if anyone knows how to disable the 'Schedule' tab located on this form. I would like users to run the reports but not to schedule them.
    Thanks

    Hi .
    I forgot to say that, the reports is an XML report .
    regards
    rajesh
    Hi.
    I am facing a problem with the parameter form in reports 10g. The number of parameters in this report are huge. After designing the parameter form , i save and close the report. Now if i re-open the report to do changes, the width and height of the parameter form is reduced (which i increased changed previously) and if i click on any field , that specific field is repositioning itself inside the (reduced)border lines.
    I request the forum to give a remedy on this issue.
    thanks in advance
    regards
    rajesh

  • Disable "add to my page" link for an administrative preference portlet

    Is there a way to disable the "add to mypage" links for some portlets on a page.
    Maybe an adaptive tag to accomplish this?
    This would give the user that ability to add one portlet to several communities and prevent anyone from adding the portlet to a mypage.

    user11929945 wrote:
    Thanks for replying - but:
    1. if I make the portlet for "communities only" then it can only be used on that one community and no other.
    I assume you are referring to making it "communities preferrences'.You are incorrect. If you set a portlet to "For Community pages only." then it can be added to multiple communities.
    I wasn't referring to community preferences.
    >
    2. and i think the security is setup so only admins can edit, everyone else in the corporation has read, but the "add to my page" link is showing up because the portlet is for "administrative preferences".A user needs select access on a portlet and the portlet to be set to "For My Pages or Community pages." in order for someone to add it to their My Pages.
    If everyone in your company has read access then they won't be able to add it to their My Pages.
    I'm really confused about this "Add to My Page" link you are referring to. Where does that appear?
    Just to be sure, we are talking about WebCenter Interaction and not a different portal right?

  • Q: How to disable cache for a single portlet ?

    Due to performance reasons I need to set the full page cache. But I have just one custom portlet on the home tab page which will count the logins. But the cache will prevent this portlet from getting the right value out of the DB. It would be pretty sad when I have to disable the full page cache because of this single portlet. I know that there's a way to set cache calls on portlet level. Can anyone shed a light on it. Thanks.

    Hi Amjad,
    I want to remove cache completely for a portlet. Is there any easy way of doing this. I tried to disable from Administer --> Cache. No luck.
    I want to load the page every time from server. Please help me.
    Thanks
    Satyapal

  • Disable close button of a portlet?

    Hi,
    How can I disable close button of a portlet programettically? I have a requirement to disable a portlet based on some condition from another portlet. If the condition is true I have to display a portlet with close button in window bar.Otherwise display the portlet without close button.
    Thanks
    Pradeep

    We actually modified the buttondelete.jsp in frameworks.
    Kunal Mittal

  • How to disable asynchronous rendering property portlet ?

    Hi,
    Im trying to disable the asynchronous rendering property of portlet through Java code for one action. but it wont disabled. can any one help regarding this? Below the java code...
    In controller class,
    actionmethod(...){
    try {
    AsyncContentContext.push(request).setAsyncContentDisabled(true);
    } finally {
    AsyncContentContext.pop(request)
    Thanks in advance,
    Jahangeer

    surround your action or link with
    <render:context asyncContentDisabled="true">
    Refresh the entire page (wrapped tag)
    </render:context>
    Chris Jolley
    Portal Architect

  • Disable a portlet while data loads

    Hi,
    Is there a way to disable a portlet programatically? We load data at certain times of the day and would like to temporarily disable the portlets. Is there a call in the Soap API that I could use to do this?
    Thanks
    Rick

    Thanks for responding
    We are looking for a way to have the process that makes the changes disable the appropriate gadgets using the soapapi. In 4.5 we did it with a stored proc. This allows the folks modifying the data decide when they need to shut off access. I agree that this is an option but would mean modifying lots of gadget code versus one data load service.
    Thanks
    Rick

  • Portlet registry support is disabled for this Producer

    Hi ,
    I m getting these error on deployment
    <Warning> <HTTP> <portalServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>>
    <BEA-420920> Portlet registry support is disabled for this Producer
    Regards,
    Faiz

    Hi,
    Did you come to know the reason behind this warning.
    Regards,
    Faiz

  • BEA-420920 Portlet registry support is disabled for this Producer

    Hi ,
    I m getting these error on deployment
    <Warning> <HTTP> <portalServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>>
    <BEA-420920> Portlet registry support is disabled for this Producer
    Regards

    Hi,
    Did you come to know the reason behind this warning.
    Regards,
    Faiz

  • How disable a ajax portlet in portal while "Loading....." ?

    Hi,
    I have a portal application. My requirment is, while loading a ajax portlet it takes time. So meanwhile user is allowed to click other link or controls thats propegate new request but previous one is not got completed so it will throw a exception(next request is depanded on previous one).
    So, is there any way to restrict user to hold on till last request get complete.
    Thanks

    Hi,
    After deployed inside the OC4J server. Run the index page by
    Calling like http://hostname:port/earname/index.jsp
    While deploying the ear file you would have given a name for the ear file use that name in the URL.
    If so then you can see the provider displayed on the index page. Then click on the provider name it will take you to the next page where it will display all the portlet inside the provider.
    Please copy the URL and paste it while registering the Provider with the portal server.
    Because the server will try to navigate to the URL mentioned while registering if the server dint find the proper URL then registration fails.
    Try this and let me know.
    Regards,
    Vijay.B

  • Publisher trouble : Published Content based portlets disabled

    I've configured an environment with an instance of publisher. Later, I've created a publisher redirector, and republished all items in the publisher back office
    For some obscur reasons, since this last modification, I cannot create new portlets based on the Published Content web service. I always got the message "This portlet has been deactivated. Contact your portal administrator."
    I've checked the Published Content web service and it's enabled
    Where is the error ? Must I configure something in another place ?
    Another error, that has a probable relation with this previous error : I'm not able to do a "preview" of all my content items under the publisher back office, I always got an error saying me that or the page is unknown

    The exact problem is : after importing the PTE file published_content_portlets.pte, I cannot use the newly imported portlets.
    For example, when I want to create a new portlet base on the template "News" french localized, I cannot modify this new portlet : I got a popup which told me that the template is not properly configured or files are missing.
    By the way, when I open the publisher explorer, I can see all the portlets I've imported but they are not published

  • Disabling "Add Category" from Discussion Forums Portlet based on Role.

    Hi,
    In my application I've 2 different levels of Roles 1.Viewer, 2. Participant. A viewer can only have a access to Topic and he can reply back to that. He can't add Category -- > Forum etc. Where as Participant can Create all.
    How to disable Add Category, Add Forum, Add Topic tabs to Viewer.
    Thanks.

    Hi Dinesh,
    To try to provide some answers to your questions:
    1. A regular role determines what a user can do in Studio as a whole. An application role determines what a user can do within the context of a specific application.
    For example, a user with the Power User role for Studio can create applications, and automatically has an Application Administrator role for the applications they create. They can also grant Application Member or Application Administrator roles for those applications to other users. They cannot automatically view or edit applications created by other users, unless granted an application role by an Application Administrator for those applications.
    Users with only the User role for Studio cannot create applications (as of 3.1), but may be granted an Application Member or Administrator role for specific applications.
    Neither a Power User nor a User has access to the Control Panel.
    Users with the Administrator role for Studio have access to the Control Panel, and unrestricted access to applications.
    For information on user roles in Studio, see About user roles.
    For information on assigning application roles, see Managing memebership in an application.
    2. We don't really support component-specific permissions - the options are deprecated and shouldn't be used, which is why they are not documented. The Configuration option is the only option available for a component.
    3. Add Discussion is also a deprecated function that is not supported.

Maybe you are looking for