What is the difference among ForwardAction and IncludeAction?
Ans) The difference is that you require to use the IncludeAction only if the action is going to be contained by another action or jsp. Use ForwardAction to forward a request to another resource in your application, like a Servlet that already does business logic processing or even another JSP page.