Ok, that sounds quite simple. I have a similar question: I succeeded in creating a portlet instance from of the registry information:
Entry theEntry = new Entry(); theEntry.setParent( "MyPortlet" ); Portlet thePortlet = PortletFactory.getPortlet( theEntry ); But I would rather like to create a portlet instance with a user's PSML information. How can this be done? I am obliged to any response. Matthias Wimmer > -----Original Message----- > From: Weaver, Scott [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 11, 2002 10:22 AM > To: 'Jetspeed Users List' > Subject: RE: the .xreg files by code > > > org.apache.jetspeed.services.Registry > > Registry.get(Registry.PORTLET) > > Scott > > > -----Original Message----- > > From: Raffaele Ragni [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, July 11, 2002 8:52 AM > > To: Jetspeed Users List > > Subject: the .xreg files by code > > > > Hi, i'm trying to get (by code, obviously) the list of the > portlets and > > their information (those ones in the .xreg files, included portlet > > parameters) anyone can help? > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
