What is the difference among session scope and request scope when saving formbean?
Ans) When the scope is request, the values of formbean would be there for the current request.
When the scope is session, the values of formbean would be available overall the session.