Foren

Get Messageboard's Instance ID

thumbnail
Chris Whittle, geändert vor 13 Jahren.

Get Messageboard's Instance ID

Expert Beiträge: 462 Beitrittsdatum: 17.09.08 Neueste Beiträge
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