RE: Passing parameters to portlet from PSML

2005-06-27 Thread Boyce, Keith Garry
ndard implementation but that's just my thought. -Original Message- From: Chris Custine [mailto:[EMAIL PROTECTED] Sent: Monday, June 27, 2005 9:01 AM To: Jetspeed Users List Subject: Re: Passing parameters to portlet from PSML I would be happy with STORING the settings as preference

Re: Passing parameters to portlet from PSML

2005-06-27 Thread Chris Custine
he standard way to do this.. > > Psml is jetspeed specific. Preferences are standard.. > > > > -Original Message- > > From: Paul ANDERSON [mailto:[EMAIL PROTECTED] > > Sent: Sunday, June 26, 2005 5:24 AM > > To: Jetspeed Users List > > Subject: RE: P

RE: Passing parameters to portlet from PSML

2005-06-26 Thread Boyce, Keith Garry
#x27;s possible) -Original Message- From: James Liao [mailto:[EMAIL PROTECTED] Sent: Sunday, June 26, 2005 10:29 PM To: Jetspeed Users List Subject: Re: Passing parameters to portlet from PSML Yes, preferences are standard. I think you can define three portlet entity in the same porltet

Re: Passing parameters to portlet from PSML

2005-06-26 Thread James Liao
essage- > From: Paul ANDERSON [mailto:[EMAIL PROTECTED] > Sent: Sunday, June 26, 2005 5:24 AM > To: Jetspeed Users List > Subject: RE: Passing parameters to portlet from PSML > > I asked this question, and with help from the list, I now use something like: > > Page p = (Pag

RE: Passing parameters to portlet from PSML

2005-06-26 Thread Boyce, Keith Garry
, 2005 5:24 AM To: Jetspeed Users List Subject: RE: Passing parameters to portlet from PSML I asked this question, and with help from the list, I now use something like: Page p = (Page)request.getAttribute("org.apache.jetspeed.Page"); String param = ((Node)p).getTitle(new Locale("xx&q

RE: Passing parameters to portlet from PSML

2005-06-26 Thread Paul ANDERSON
tspeed-specific, but maybe this is enough for you until M4. Paul -Message d'origine- De : Chris Custine [mailto:[EMAIL PROTECTED] Envoyé : 24 June 2005 20:49 À : Jetspeed Users List Objet : Re: Passing parameters to portlet from PSML I did find your message on jetspeed-dev. Do you h

Re: Passing parameters to portlet from PSML

2005-06-24 Thread Chris Custine
I did find your message on jetspeed-dev. Do you have any code checked in to support this (current SVN)? I would love to have this available and I would offer to help test and maybe work on some small parts. I deperately need this so let me know if I can help. Chris On 6/24/05, Raphaël Luta <[

Re: Passing parameters to portlet from PSML

2005-06-24 Thread Raphaël Luta
I'm currently working to have PSML-page defined portlet preferences implemented for J2 M4. Check out the jetspeed-dev mailing-list for more information. -- raphael Randy Watler wrote: Chris, One can define properties in the psml page fragments, (see the castor page-mapping.xml file in compone

Re: Passing parameters to portlet from PSML

2005-06-23 Thread Randy Watler
Chris, One can define properties in the psml page fragments, (see the castor page-mapping.xml file in components/page-manager/src/java/META-INF). Assuming that your portlet code can access the current fragment and consume them, you should be set. I have not actually done this, so YMMV and I

Re: Passing parameters to portlet from PSML

2005-06-23 Thread Chris Custine
This pertains to J2 BTW. On 6/23/05, Chris Custine <[EMAIL PROTECTED]> wrote: > > I remember seeing this question before but I can't find any outcome > anywhere. I have a portlet that I want to parameterize so that I can use it > in several places but have slight customizations for each instanc