We have a requirement to manipulate the portlet's title in JSP. The
jetspeed javadocs
(http://jakarta.apache.org/jetspeed/api/org/apache/jetspeed/portal/portl
ets/JspPortlet.html) seem to imply the following should work, but it
doesn't.

<%
  Portlet portletData = (Portlet)request.getAttribute("portlet");
  portletData.setTitle("Fiddle Sticks");
%>


Any one have any ideas either why this doesn't work or how to set the
title from within JSP Portlet.

thanks,

boyd

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to