What is the difference between ForwardAction and IncludeAction?
Submitted by: AdministratorThe 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
Submitted by: Administrator
Read Online Struts Job Interview Questions And Answers
Top Struts Questions
☺ | How the exceptions are handled in struts? |
☺ | How to display validation errors on jsp page? |
☺ | How to use DispatchAction? |
☺ | What are the various Struts tag libraries? |
☺ | What is SwitchAction? |
Top Java Programming Language Categories
☺ | Core Java Interview Questions. |
☺ | Hibernate Interview Questions. |
☺ | Advanced Java Interview Questions. |
☺ | IBM WebSphere Interview Questions. |
☺ | Spring Framework Interview Questions. |