1 Reply Latest reply on Nov 12, 2006 7:22 AM by bdaw

    How to access the Portlet Properties?

    rabi_sultan

      If you set a property in the admin console for a portlet instance, how can one access that value using a JSP page without having to use a Servlet?

        • 1. Re: How to access the Portlet Properties?
          bdaw

          I think you talk about preferences and you use them in the same way that portlet specification desrcibes in PLT.14 chapter.

          You set preferences on portlet (portlet.xml), portlet instance (portlet-instances.xml) or user (API) level but it's still the same set of preferences.

          PortletPreferences prefs = request.getPreferences();