Which object is passed to JavaBean when one of its properties is set via a JSP action? Is it ServletRequest, HttpServletRequest, ServletResponse, HttpServletResponse or none of these?
It is HttpServletRequest which is passed to JavaBean when one of its properties is set via a JSP action.