adspace
1.can we transfer a request from one struts application to another struts application?
2. how many types of action servlets r there what r they
Answer Posted / Ravi Shankar Dwivrdi
1. Yes, it is possible to transfer a request from one Struts application to another by configuring them with the same Servlet mapping or using a redirect strategy. However, be aware that each application might have different configurations and resource paths.
2. Struts has two types of action servlets: Action (for handling requests and performing business logic) and ForwardAction (used for forwarding control to other actions or JSP pages without executing business logic).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers