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#4186861

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186861
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to