1 Reply Latest reply on Oct 11, 2006 10:42 AM by peterj

    Window title

    merlith

      Hello!

      Could u tell me how can I change portlet title (on the window) dynamically?
      Is it possible?

      regards
      MB.

        • 1. Re: Window title
          peterj

          Do something like this:

          protected void doView(RenderRequest request,
           RenderResponse response) throws PortletException, IOException{
           . . .
           response.setTitle("The New Title");
           . . .
          }