Answer Posted / santosh anand
In struts , their is no facility of backward flow.Suppose we are in page 1 and when we submit it calls action mapping page2.Their may be lot of variable stored in session , which is available to page2.Now we wish to go page1 from page 2, for this we have to call the action mapping of page1. But struts flow is always in forward direction. So when we call page 1, values stored in session never get reversed.So it reduces the performance.To resolve this problem of struts, Their is a framework called Web Flow Nevigation Manager(WFNM) of Sourgeforge.net.This framework can be integrated with struts.
Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
What is defeult result type?
What is difference between spring and struts?
What is the purpose of global-forwards tag in struct-config.xml?
What are the steps required for setting up validator framework in struts?
What is the use of struts?
What is struts xml?
What is the purpose of @conversion annotation annotation?
How can forward action be used to restrict a strut application to mvc?
Describe validate() and reset() methods.
Explain about the validation steps which have to be carried during validation of client-side address?
What is the purpose of @emailvalidator annotation?
How do you convert struts to springs?
How exceptions are handled in struts application?
What are action errors?
What is the purpose of @beforeresult?