Foros de discusión

Get Messageboard's Instance ID

thumbnail
Chris Whittle, modificado hace 13 años.

Get Messageboard's Instance ID

Expert Mensajes: 462 Fecha de incorporación: 17/09/08 Mensajes recientes
I have created the code to change the parent category on messageboard per instance but the preferences that are used are being stored by the porlet id and not the instance id like most portlets are.... So my need is to create a set of perfernces that is instance based... I know how to do preferences but not how to get the instanceid on the backend
In the configurationAction I've tried
ParamUtil.getString(actionRequest, "portletResource");

but it only gives me the portletID

Any ideas?
Whitt