What is the purpose of redirect result type?



What is the purpose of redirect result type?..

Answer / Vivek Pandey

The redirect result type in Struts is used to redirect the user to a different action or URL. When you return the redirect result, the control flow is transferred to the specified action, which processes the request and generates a response.nUsing the redirect result can help avoid complex forwarding logic within actions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Struts Interview Questions

If we close the browser,when the specific user session is active.Again if we open browse how to retrive it same user??what code i have to da???

5 Answers   TCS,


Is there a particularly good ide to use with struts?

1 Answers  


What are disadvantages of Struts?

1 Answers  


Hi i am murali.i need a excellent answer for the question Tell me about project and project flow ? i mean it is use full to any project,it is on STRUTS

2 Answers  


What is spring and struts in java?

1 Answers  


shall we use any name for deployment descriptor of struts instead of struts-config.xml

3 Answers   Polaris,


Which servlet does the struts framework use?

1 Answers  


What does the term struts mean?

1 Answers  


What does action do in struts?

1 Answers  


How we can install struts?

1 Answers  


What is the flow of requests in struts based applications?

1 Answers  


How data transfered from one formbean to another formbean?

4 Answers  


Categories