This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: How do I display/modify the Porlet Modes in the Window Cpeterj Nov 4, 2008 7:26 PM (in response to anishv)To get the help icon to display you need to indicate that the portlet supports the help mode. In portlet.xml: <portlet> <portlet-name>SomePortlet</portlet-name> ... <supports>\ ... <portlet-mode>HELP</portlet-mode> </supports> ... </portlet> 
 
    