3 Replies Latest reply on Apr 21, 2008 5:04 PM by rohit000

    Getting Request Parameter in Facelet Portlet

      Hi,

      From tabs.jsp I'm calling a portlet in a page.

      When I use a portlet which is directly created by inheriting Generic Portlet, I can pass on easily the request parameter to the Portlet (with action=1) from the tabs.jsp.


      However when I create the portlet using JSf facelet, the request parameters are not getting passed. For this portlet I'm using com.sun.facelets.faceletportletviewhandler. This I believe only handles the RnderRequest. May be this is the reason why I don't get access to the request parameter.

      Any idea how to address this isue ?

      Rohit