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



1.can we transfer a request from one struts application to another struts application? 2. how many ..

Answer / 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

More Struts Interview Questions

what is request processor class ?

10 Answers   Fidelity,


What is the purpose of dispatcher result type?

1 Answers  


What is the purpose of @element annotation annotation?

1 Answers  


What is token used for?

1 Answers  


In which method of action class the business logic is executed?

1 Answers  


What is package name in struts xml?

1 Answers  


What is the purpose of @key?

1 Answers  


What does action do in struts?

1 Answers  


Explain about struts dispatch action?

1 Answers  


what is the difference between *.do & /do.*/? So what is the diffenence btn extension mapping & path mapping.What is those difference in work effect?

6 Answers   Wipro,


i have a log in web application .... i want restrict the user for particular no of users what is procedure to develop thus application

2 Answers  


Where should struts xml be placed?

1 Answers  


Categories