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


Please Help Members By Posting Answers For Below Questions

How is declarative handling of exceptions done in struts ?

1003


What is the difference between filters and interceptors ?

1309


What is action chaining ?

1162


What are the contents on web.xml in struts application ?

1063


What do you know about validation plugin ?

1027