Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: just corrected the typo HttpServletRequest to HttpServletResponse

...

Code Block
HttpServletRequest request = getWebRequestCycle().getWebRequest().getHttpServletRequest();
HttpServletRequestHttpServletResponse response = getWebRequestCycle().getWebResponse().getHttpServletResponse();