You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by bu...@apache.org on 2003/06/18 18:19:03 UTC

DO NOT REPLY [Bug 20878] New: - AbstractPortletControl - setTitle() doesn't work

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20878>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20878

AbstractPortletControl - setTitle() doesn't work

           Summary: AbstractPortletControl - setTitle() doesn't work
           Product: Jetspeed
           Version: 1.4b4
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Portlet Container
        AssignedTo: jetspeed-dev@jakarta.apache.org
        ReportedBy: pk@comactivity.net


if (getPortlet()==null) getPortlet().setTitle(title);

should read:

if (getPortlet()!=null) getPortlet().setTitle(title);

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org