What is the difference between ForwardAction and IncludeAction?

Submitted by: Administrator
The difference is that you need to use the IncludeAction only if the action is going to be included by another action or jsp. Use ForwardAction to forward a request to another resource in your application, such as a Servlet that already does business logic processing or even another JSP page.
Submitted by: Administrator

Read Online Struts Job Interview Questions And Answers