0 Replies Latest reply on Sep 13, 2006 4:59 AM by cyril.joui

    MyFacesGenericPortlet : 1 only request and 2 request objects

      Hello,

      I have a crazy problem.
      I made a portlet with JSF / FACELET.

      When my portlet processes 1 request, the MyFacesGenericPortlet uses 2 different request object !!!!

      One when it processes : processAction method and one when it processes facesRender

      Does it normal ? It's a big problem because my managed bean with scope request is instanciated two time for 1 request !!! (not possible in specification)

      Thanks by advance !