> -----Original Message----- > From: Glenn Golden [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 09, 2002 7:30 PM > To: 'Jetspeed Developers List' > Subject: RE: Portlet.getID() returning NULL > > > David - > > Nice to hear your "voice" again! > > Damn about getID(). All my code is based on this! I have to fix it. > > The question is how far do we go now. > > How much of this do you understand and can layout / have a chat about?
I don't have time this week. Do you want to set aside an hour or so sometime next week? Lets start by looking at JetspeedPortalToolkitService.getSet. Also BasePortletSet, which is currently the container for the delivered portlet tree. I need to spend some time re-introducing myself to the problems with PortletConfig again. The burrito you are speaking of is really a PortletInstance, isn't it? It then can delegate to the actual portlet when necessary for the getContent(), and then delegate to the PortletEntry to get PSML state (like the id). The instance can also be used to get session state, using the PortletEntry's id to generate the session key into the state manager. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
