Re: How can I get the PortletInfo reference ?
Eric Chow wrote:
> Hello,
>
> How can I get the PortletInfo reference ?
>
> Is there any code example?
I suggest reading the portlet spec (see: PLT.6.2) if you just need portable (spec based) read access.
If you want to get hold of the actual PortletInfo object for a portlet, you'll need to hook into the portal/container specific API,
so Pluto specific, where you then can access it through PortletWindow->PortletEntity->PortletDefinition->PortletInfo.
>
> Best regards,
> Eric
>