0 Replies Latest reply on Feb 20, 2006 11:07 PM by sweeheng

    Disable caching in portlet

    sweeheng

      How do i disable caching in portlet beside using

      <meta http-equiv="cache-control" content="no-cache" />
      in the header and using
      response.setProperty("portlet.expiration-cache", 0);
      in my
      doView()
      method?