I think you are correct, that it's too late at this point. I was hoping to see if I could change the ordering to effect this behavior.
I noticed that the RSS portlet sets the title in the init method and presumes that the whole portlet needs to be "expired" to update it's content. -----Original Message----- From: Glenn Golden [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 4:14 PM To: 'Jetspeed Developers List' Subject: RE: dynamic portlet titles I'm not sure, but I think that even if you were to be able to change the portlet's idea of its title in your portlet's getContent() or buildNormalContext() code, by that time the title has already been used by the control and is already generated into the HTML! That *might* be going on, and that *might* be what you are seeing... - Glenn -------------------------------------------- Glenn R. Golden, Systems Research Programmer University of Michigan School of Information [EMAIL PROTECTED] 734-615-1419 http://www-personal.si.umich.edu/~ggolden/ -------------------------------------------- -----Original Message----- From: PAVLIK,GREGORY (HP-NewJersey,ex2) [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 3:42 PM To: '[EMAIL PROTECTED]' Subject: dynamic portlet titles I'm trying to dynamically adjust the title of the portlet based on content generated within the portal itself. As far as I can tell, this is not supported by the code base (all calls to Portlet.setTitle( ) appear to be ignored). Is there a single point in the code base that I can try to adapt to this requirement? Thanks. Greg -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
