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>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186861#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...