Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning

Do not use ActionContext.getContext() in the constructor of your Action class. The values may not be set up, and the call may return null for getSession()).

If you must have get access to the HttpSession, use the ServletConfigInterceptor (see Interceptors).

...