On Mar 21, 2007, at 8:17 AM, Melchior, Joris wrote:

Thanks David,

I get that bit except for how I get a handle to the portlet instance ID
from within the portlet itself (in doEdit for example).

There is no standard way to get the portlet instance ID.
That said, try this:

((ContentFragment)request.getAttribute (PortalReservedParameters.FRAGMENT_ATTRIBUTE)).getId();

What do you need the unique id for ?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to