2 Replies Latest reply on Oct 3, 2006 4:17 PM by ikazarno

    Parameterized portlet initialization

    ikazarno

      Hi,

      how can I put some parameters on my portlet during the portlet initialization (first rendering)? Our partner has a website with a link that invokes our portal application and contains some URL parameters (http://192....:8080/portal/portal/myportal?param=value). If I try to read out the parameter with renderRequest.getParameter(?param?) I get null, since it is in the scope of http-Request but not in the scope of the portelt-Request. How could I solve this problem?

      Thanks

      Igor