Audrey MORELLE wrote:
"It sounds like you would like to dynamically add content to the Jetspeed decorator header from a portlet, is that correct?"
  That's right.
Thank you for these informations.
  I'm not sure that I can wait after the new portlet spec so I'll see to find 
another solution.
Another question about layout. How can I define a layout with JSP ?
  I tried to change in decorator.properties
  template.type=jsp
template.extension=.jsp
  And made header.jsp and footer.jsp
  But it didn't work.
  Did I missed something ?
Audrey
The Jetspeed layouts would need to be extended to include JSP decorators
The columns layout includes decorator content as:

    #parse($f.decoration.template)

which is a Velocity specific solution

The layouts are also only written with velocity, although it would be possible to write a JSP-based layout, since a layout is a portlet.

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

Reply via email to