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 meant by Struts Validator Framework?
What are Struts2 core components?
Will the struts tags support other markup languages such as wml ?
Which technologies can be used at view layer in struts?
Are interceptors and filters different?
What is the design role played by struts?
What is declarative exception handling in struts?
Which interceptor is responsible for file upload support?
What are inner class and anonymous class?
What is purpose of execandwait interceptor?
Is struts action class singleton?
Which interceptor is responsible for i18n support?
What are the advantages of spring mvc over struts mvc?
What is life cycle of an interceptor?
What is struts and springs in java?