Re: init-param portlet.xml

2006-05-18 Thread Aaron Evans
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,

RE: init-param portlet.xml

2006-05-17 Thread Sie, Yang
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

init-param portlet.xml

2006-05-17 Thread Brice Lambi
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