2 Replies Latest reply on May 9, 2006 9:32 AM by jacote

    response setHeader

      Hi to all,
      i go directly to the question : it's possible to access response.setHeader from a portlet ?
      I need to set a parameter in the header of the page because i use an closed-source applet that expect a parameter from request.getHeader("FOO") inside a portlet.
      Thanks to all

        • 1. Re: response setHeader
          theute

          From the spec:

          PLT.3 Relationship with the Servlet Specification
          "Portlets do not have access to the following functionality provided by servlets:
          ? Setting the character set encoding of the response
          ? Setting HTTP headers on the response
          ? The URL of the client request to the portal"

          • 2. Re: response setHeader

            Not the response i will expect but the end of my tries :)
            Thank you very much!