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 / 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 |
what is request processor class ?
What is the purpose of dispatcher result type?
What is the purpose of @element annotation annotation?
What is token used for?
In which method of action class the business logic is executed?
What is package name in struts xml?
What is the purpose of @key?
What does action do in struts?
Explain about struts dispatch action?
what is the difference between *.do & /do.*/? So what is the diffenence btn extension mapping & path mapping.What is those difference in work effect?
i have a log in web application .... i want restrict the user for particular no of users what is procedure to develop thus application
Where should struts xml be placed?