Custom-portlet-mode doesn't show

All,
I created a sample JSR 286 portlet and selected to show about mode (keeping view and edit) default. wizard creates a default about.jsp. However when i added another tag for preview, link to pick preview mode doesn't show in the top right corner (view actions menu) of portlet. Any idea what i am doing wrong.
Thanks,
Prasad
<supports>
<mime-type>text/html</mime-type>
<portlet-mode>edit</portlet-mode>
<portlet-mode>about</portlet-mode> <-- works....
<portlet-mode>preview</portlet-mode> <-- doesn't work
</supports>
<custom-portlet-mode>
<portlet-mode>about</portlet-mode>
</custom-portlet-mode>
<custom-portlet-mode>
<portlet-mode>preview</portlet-mode>
</custom-portlet-mode>
Edited by: Prasad on Dec 7, 2012 8:58 AM

After i de and register again the portlet producer it showed up.
However the content of this is being displayed in a completely different page. Do you know how i can keep the response within the same portlet.
thanks,
Prasad.

Similar Messages

  • ITunes' Taskbar-playing mode doesn't show itself if ObjectBar Installed

    iTunes' Taskbar-playing mode doesn't show itself if ObjectBar Installed and disabled. Stardock said that iTunes doesn't recognize Objectbar when I tell the Stardock support. The iTunes menu bar in ObjectBar won't appear unless you are using it with iTunes Multi-pluggin. Even with this pluggin. iTunes doesn't shrink into the taskbar as taskbar-playing mode. Stardock said that this feature won't be available unless Apple can recognize ObjectBar as a valid taskbar replacement.

    This is the message that I composed to Stardock Support about iTunes' compatibility on ObjectBar:
    Why ObjectBar disables iTunes taskbar-playing mode? when i install ObjectBar and I have already installed iTunes on my Windows XP PC with taskbar-playing mode enabled, I can't shrink the iTunes window into the taskbar-playing mode.
    And Stardock Support Replied at me:
    Hello Harry,
    ObjectBar doesn't disable this feature specifically. ObjectBar hides the Taskbar to reduce redundancy, but iTunes had likely been written to hardcode the taskbar-playing mode into the Windows taskbar and doesn't recognize ObjectBar.
    Unfortunately this feature will not be available unless Apple can recognize ObjectBar as a valid taskbar replacement.
    But I'm already tell these problems to Apple.

  • Oracle doc says Custom Portlet Mode are not supported

    Is it true that WebCenter does not support JSR 286 custom portlet modes unless they are predefined Oracle-PDK portlet modes?
    http://docs.oracle.com/cd/E17904_01/webcenter.1111/e10148/jpsdg_java_adv.htm#BABEAHHD
    "If you are coding portlets to JSR 286, then you can declare custom portlet modes in the portlet.xml file that map to the extended modes offered by PDK-Java, or to accommodate any other functionality you may want to provide."
    "Arbitrary custom modes that a third party or custom portlet producer offers are ignored and therefore not supported."

    WebCenter does not support custom portlet modes. I've tested and answered this.
    Oracle WebCenter supports a fixed set of custom portlet modes defined by oracle. This is bad.
    Custom portlet modes are a JSR 286 standard. How is it possible that WebCenter does not implement it.
    Therefore, it you have a custom portlet mode such as "viewBooksMode", then you must change every mention of it in your project to "about" or "preview" or "help" or "print".

  • Custom portlet mode-config

    In my Portlet class NewsPortlet i am overriding the doDispatch() method of superclass GenericPortlet if the portlet mode is Config. Like this
    public void doDispatch(RenderRequest req, RenderResponse res) throws PortletException, IOException{
    System.out.println("doDispatch");
    if(req.getPortletMode().toString().equalsIgnoreCase("config")){
    doConfig(req,res);
    super.doDispatch(req, res);
    The above porltet is standalone deployable war file.
    This is exactly as per the JSR 168 spec for the custom config mode.
    Do I need to choose some special themes/layout to get the config mode icon on my portlet or do i need to create my custom theme/layout and do it?

    Hello,
    I don't believe custom portlet modes are supported by the current versions of WLP for JSR168 portlets. Is it possible to map your custom mode onto one of the supported modes "edit", "view" or "help"?
    Kevin

  • Custom vi panel doesn't show in panel

    Hello,
    I inserted a custom vi that I created into another vi.  The problem is that the panel of the custom vi doesn't show on the new vi panel.  What do I need to do to get the custom vi panel to show in the new vi panel.
    Thanks,
    Steve

    For some reason I can't open your VI. I'm getting a daq dll error. I'm
    sure it's something on my end as I just got a new laptop and just
    reinstaled everything and something probably didn't go right.
    Subpanels are a feature that was added in 7.0 that let's you embed the
    front panel of a subVI into the panel of its top level VI. The subVI
    panel shows up in a container on the other front panel. This allows you
    to switch between several panels, but have them constrained inside the
    top level VI. Nice little feature, but since you're running 6.1, it's
    not available to you.
    Recreating the subVI on the top level VI would be just duplicating all
    the controls and indicators from the subVI to the panel of the top
    level. Probably not what you should be doing.
    It sounds like you found the "Open front panel when Called" option and that should do the trick for you want.
    Ed
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.

  • ITunes' Taskbar-playing mode doesn't show track details on mouse-over, how to fix this?

    In earlier versions of iTunes the taskbar playing-mode showed details of the current track (title, artist, album illustration) on mouse-over.
    The new version (10.6.1.7) lacks this function.
    Is this a change Apple made and will it come back? Or is it just a setting in the Preferences which I can't find?
    Thanks in advance!

    Its a bug there is nothing that you can do about that
    you have just to wait until they fix it
    I

  • Design mode doesn't show anything after import

    I just installed Flash Builder 4 and selected a small project I was working with in Flex 3.  It gave me a warning upgrading the directory which I did and loaded up the base .mxml file.  I ran it and it worked ok.  I then went into design mode to add more controls and the window is blank.  I tried to refresh and still nothing.  Any ideas on how to get around this?
    Edit: More info
    I created a new flex project and I get the design window.  Also in the original project I can add items, say a button, to the design window but it dissapears when I release the mouse button.  However, it does add it to the code and I also see it when I run the project.
    Edit: Even more info
    In the new project I created I copied over the source XMLListCollection and added it into the Declarations tags and the visual controls but left the application header intact.  I lost the ability to see the design view after I did that.  So I commented out all the code I put in place and still got the same issue with dragging a control onto the page and it dissapears.  However, it shows in code and also shows when running.  Again, everything else is commented out.   I then deleted all the code except for the original code put in place by Flash Builder 4 and encounted the same issues.

    your problem:
    chrome does not call javascript when view the page through local file system (not through web server).
    try view your page with safari.

  • Acrobat Preview mode doesn't show PMS spot colors

    Out of the blue, the preview mode in Acrobat 9 is showing PMS spot colors as black, CMYK colors show up fine. The actual pdf itself is fine. This happens when I make pdfs "High Quality" or "Press Quality" from Indesign 6. Curiously, it does not happen when I make a "Smallest File". However when I attach these pdfs to email, the spot colors appear black.
    I've been using 9 for a long time and I've been using Indesign 6 for a few months now. I'm on a Mac Pro, OSX 10.6.8. I can't figure out if there is something that was unchecked or checked that is causing this problem to come up seemingly out of nowhere.
    Any advice is much appreciated,
    Thanks!

    It was correct for Adobe to use the Lab alternate color space for display of Pantone spot colors. Why? Two reasons:
    (1)     InDesign and Illustrator are now consistent with Photoshop's behaviour with non-process color channels. This interoperability issue has been complained about for years.
    (2)     When one referred to the CMYK alternate color space values of Pantone colors, the question naturally comes up as to which CMYK color space those deviceCMYK values represent. Are those values for SWOP or Gracol or what? According to what Pantone told me personally years ago, they were SWOP, but not so-labelled. Thus, unless your output CMYK color space is SWOP, use of those CMYK colors is simply wrong!!! Using Lab alternate colors will allow whatever renders those spot colors in either RGB or CMYK to properly render them in the actual final color space!
    Unfortunately, there is nothing that Adobe can do to cause Apple's preview product to properly display these colors. By the way, this problem also afflicts the built-in PDF viewer in the iOS products as well as MacOS X. Fortunately, under MacOS, you can easily download and install the free Adobe Reader and have it do all the PDF display in lieu of Apple's preview. Although we do have Adobe Reader available for iOS, Apple does not let us replace preview in iOS for PDF preview. You must view in preview and send the file to Adobe Reader.
    Of course, if enough Apple users complained to Apple management about the numerous anomalies of its preview program, maybe after all these years, they might actually fix it to properly handle Lab colors (as well as transparency).
              - Dov

  • Layer blend mode doesn't show in export

    Hi,
    I am trying to export a composition from After Effects CC, I am using a Multiply blending mode in most of my layers to give it a better look.
    When previewing in after effects it looks as I want it too look but when I add to AME and export it to youtube and vimeo the Multiply blending mode does not work and it shows the composition as if all the layers had NORMAL blending mode.
    How can I fix this?
    Thanks a lot!

    Render a normal Image sequence or Quicktime clip directly from AE and convert it in AME, which would be smarter, anyway.
    Mylenium

  • My ipod touch wont turn on!! i have tried EVERYTHING!!! rebooting , trying to put it in DFU mode , pressing volume , power and home buttons , charging it but nothing works!it doesn't show up in itunes. my warranty is expired. what to do please help!

    MY ipod touch 5 wont turn on. i tried holding the power and home button together to reboot but didnt work. i tried pressing only the home or power button but no response . it doesn't show up in itunes. i tried keeping i in charge but it doent even show the charging icon! it does not show the no battery icon either. i tried leaving it with no disturbance for a few hours but still no luck . it has no response . My 1 year warranty is already expired. is my ipod officially and completely DEAD????

    See if you missed anything here
    Try:                                               
    - iOS: Not responding or does not turn on           
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable                     
    - Try on another computer                                                       
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order. The appointment is free. No warranty required
      Apple Retail Store - Genius Bar                              

  • Pages import doesn't show portlets

    hi,
    we have 3 pages with multiple portlets.
    portlet contains forms and reports and other components.
    we exported pages with pageexp utility.
    when we import it , we cannot get the whole page,instead it shows only the tabs not the content and application components inside the tabs.even we click the tabs, it doesn't show anything.
    pl. help us
    thks in advance.
    regards
    kathir
    null

    You need to export the components also. For this, you can export the application(s) having the components, save the .SQL file. Run the .SQL file in your new installation.

  • IPhone 5 is in lost mode but doesn't show last known location

    HI there. My iPhone 5 was stolen a couple of weeks ago and it finally got put into Lost mode today. The problem is that it doesn't show the last known location of the phone! I thought it had to since it had to connect to get online to get put in Lost mode and to show location? Any help?

    Hello townout
    It all depends on the situation, but if it entered into Lost Mode for only a brief moment, then your iPhone may have gone offline after that and will not show a location. The phone would still need to be connected to either a cellular network or Wi-Fi network to be tracked.
    iCloud: Use Lost Mode
    http://support.apple.com/kb/PH2700
    Regards,
    -Norm G.

  • Custom logo doesn't show up in Admin.jspx

    All,
    Uploaded a custom logo graphic file to the $OIM_HOME/server/apps/oim.ear/iam-consoles-faces.war/images folder.
    Made the following changes to Admin.jspx
    1. Below <af:document title.....> line
    <!-- customization starts -->
    <af:resource type="css">
    .TnsSsoCustomBrandingLogo {
    background-image:url('/oim/images/TNS-black-square-logo.gif');
    background-position:center;
    </af:resource>
    <!-- customization ends -->
    2. under <af:pageTemplate>....IdmShell.jspx....> line
    <f:attribute name="brandingLogoCls" value="TnsSsoCustomBrandingLogo"/>
    Cleared cache under tmp folder.
    Logo Image doesn't show up. Any ideas why this is happening? Is there anything that i am not doing correctly.
    Thanks in advance.

    appears to be a stylesheet class issue. Added height width specs and background-no-repeat attributes to the class and image showed up correctly.

  • Flash CS5 - code hinting doesn't show custom class constructor parameters

    Hi I've got other strange problem my code hinting works almost fine the  problem is that when I create my custom class object code hinting  doesn't show what kind of parameters can be passed to the class  constructor. It shows only "MyClass()", when i call a method like this  class_object.methodName( - parameters show correctly. What can be the  problem?

    I do not work for Adobe, just a fellow forum dweller.
    The example was made quickly because you said this:
    I've tried flash builder but if there is a way to associate code directly from it to symbols on the timeline I haven't been able to find it.
    Now you know how.
    I'm sorry but I don't even have Flash CS6. I still use CS5.5 because I use Flash Builder 4.6 for everything I do. I merely use Flash Pro to generate quick libraries full of goodies and export a SWC to use in Flash Builder.
    I realize it's obvious but you did ensure your preferences had hinting both enabled and the delay set low (or zero)? I can only show you a CS5.5 preference panel, I'm not sure if it's the same. Note one important thing in this photo which is "Cache size". I have mine on 800 files which seems to be fine. If you're pointing toward a HUGE library of classes you may want to increase that number and check completion again.

  • Album Artwork doesn't show up in vertical mode but does in Coverflow

    I have an iPod Touch 4g and im running the newest version of iOS, 4.3.3, and the newest version of iTunes.  Also running OS X Lion 10.7.  The album artwork doesn't show up in vertical mode but does in Coverflow.  Any suggestions on how to fix this?

    Did you already try to activate the artwork visualization in iPod?

Maybe you are looking for

  • Cups filter problems?

    upgrade to cups has my network printing broken: logs Leave this: [Job 292] Running /usr/bin/gs -dQUIET -dPARANOIDSAFER -dNOPAUSE -dBATCH -sDEVICE=pxlcolor -sstdout=%stderr -r600 -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 -dMediaPosition=0 -dBit

  • Modify Key Field Values of a table through Table Maintenance Generator

    Hi All,    I have created a z table with below structure. In this fields upto Valid To are all key fields. This is to ensure that consistant valid record get stored in the table. MANDT     MANDT     CLNT     3     0     Client VKORG     VKORG     CHA

  • External battery, don't know why I didn't think of it earlier!

    I just got an external battery for the MBA (with MagSafe), and I don't know why I didn't think of it. What a great addition for longer use. Its pretty small, and so far it looks like I can run the MBA for almost 4 hours from the external battery befo

  • Error when trying to reinstall MBAM with SCCM

    We have SCCM 2012 R2 installed and I installed MBAM 2.0 SP1 with all the components on the same server.  Well that was a mistake as the website for MBAM took over and SCCM communication with all the clients was broken.  So I found a TechNet article t

  • Premiere Pro cs4 Windows 7 64bit 再インストールの途中で以下のウインドが出て先に進めません

    お世話になります. 以下の場所で CS4製品のダウンロード をしている途中で上の図が出て先に進むことが出来ません. どうしたらいいか教えて下さい. よろしくお願いします.