On Jan 30, 2007, at 1:07 PM, Vitaly Baranovsky wrote:

What I think could be a solution is to set a property on the
PortletResponse that communicates back to the portal our instructions

I have thought about something like this... Can you help me with name of the classes and methods that I must to modify in my jetspeed source code? And
can you give me some suggestions about algorithm of modifications?

Thank you!


The portlet calls:

portletResponse.setAttribute (JetspeedConstants.DISPLAY_PORTLET_DECORATOR, new Boolean(false));

Looking at the Jetspeed code, the first thing I noticed is that we do not implement one of the Pluto callback services, the PropertyManager service.
So we would need to implement that for starters.
From there, you can lookup the properties by portlet window
I think the best place to tie this in would be on the LayoutPortlet -- and make a velocity variable for the current decorator being parsed Seems like a lot of work to go thru just to hide the title bar... but the feature isn't there, so someone needs to do the groundwork




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

Reply via email to