I need to get the portlet preferences of a portlet meanwhile i'm in another portlet.
Is possible to get portlet preferenses from another page?
Take a look to the class PortletPreferencesLocalServiceUtil, the get* methods should work for you.
Maybe this one getPortletPreferences(long plid, String portletId)
Regards