t: Wednesday, May 17, 2006 10:14 AM
> To: jetspeed-user@portals.apache.org
> Subject: init-param portlet.xml
>
> Is there a way to make one init-param element and reference it in
other
> portlet elements? For example, I have two portlets that need the
exact
> same
> init params,
That's what I did, in web.xml.
> -Original Message-
> From: Brice Lambi [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 17, 2006 10:14 AM
> To: jetspeed-user@portals.apache.org
> Subject: init-param portlet.xml
>
> Is there a way to make one init-param element
Is there a way to make one init-param element and reference it in other
portlet elements? For example, I have two portlets that need the exact same
init params, but instead of putting the same thing in two places I would
like to reference it in one place. Like the context-param element in
web.xm