0 Replies Latest reply on Aug 31, 2007 2:29 PM by jhuertas

    Get portlet preferences from onEvent method of the portal AP

    jhuertas

      Hello There!!

      I need to get the portlet preferences of a portlet for an user. I can do it from the portlet(doview, doedit, etc etc), but i need it from the onEvent method(portat APi)
      public void onEvent(PortalEventContext eventContext, PortalEvent event)
      {
      ...I need to get it from here
      }
      Is there any way?

      Thanks in advance