I have read this below para from a website :
When a Action class requires objects such as the HttpServletRequest ,that can be obtained by asking the ActionContext or implementing ServletRequestAware.
Could anybody please tell me any scenario where a Action class requires HttpServletRequest object ??
Thank you very much .