Hello all! I've problems finding documentation for decorating single portlets. The only information I found ( http://portals.apache.org/jetspeed-2/guides/guide-decorators.html) only discusses writing Layout decoration.
Is there any place where I can find more information? Is there a reference about the Velocity Context Attributes available in a portlet decorator? For the moment, I've got the following problem: I want to pass arguments from my portlet's Java code to the decorator of this portlet. How should this be done? Putting attributes into the request does not seem to be the right way since the request is the same for all portlets - the last put value is used for all portlets with this decorator. Can you help me? Regards, Marcus.
