I'd like to get back a Portlet object identified by "MyPortletName". Or, any other way to access the attributes of a portlet, if returning the Portlet object is the wrong way to go about it.
-----Original Message----- From: Paul Spencer [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 27, 2001 1:09 PM To: [EMAIL PROTECTED] Subject: Re: How to set portlet topic/title Christopher, Does "new Portlet("MyPortletName");" create a new portlet or return the portlet "MyPortletName"? Paul Spencer Christopher Abraham wrote: > > I don't want to do it from the customizer...I'd like to do it inside my own > Action class. > I was hoping there would be a way to do something like (I know this won't > work, but maybe it helps illustrate what I'm after): > > Portlet portlet = new Portlet("MyPortletName"); > portlet.setTitle("NewTitle"); > > Anybody got any ideas? > > -----Original Message----- > From: Paul Spencer [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 27, 2001 12:14 PM > To: [EMAIL PROTECTED] > Subject: Re: How to set portlet topic/title > > Christopher Abraham wrote: > > > > Anybody know whether it's possible to override the title in <meta-info> > for > > the period of a session? I'd like to, for example, switch between a "New > > Thingy" portlet title and an "Edit Thingy" portlet title for the portlet, > > but stay within the same portlet. > > Possible? How? > > > The customize does not allow the title, or description, to be edited. > Based on how parameter are edited, changes are not limited to the > current session. They are saved in the user's PSML files. > > Paul Spencer > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
