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 |
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???
Is there a particularly good ide to use with struts?
What are disadvantages of Struts?
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
What is spring and struts in java?
shall we use any name for deployment descriptor of struts instead of struts-config.xml
Which servlet does the struts framework use?
What does the term struts mean?
What does action do in struts?
How we can install struts?
What is the flow of requests in struts based applications?
How data transfered from one formbean to another formbean?