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
List some struts tag libraries?
What is the purpose of constant tag in struts.xml?
What is structs 2 validation framework?
What are the components of struts?
How does struts2 token work?
What is the use of token interceptor in Struts2?
How is token generated?
What is the use of Struts.xml configuration file?
What helpers in the form of jsp pages are provided in struts framework?
Why is action servlet a singleton in struts?
What’s the difference between struts and espresso?
What is the purpose of '@keyproperty'?
How to display validation errors on jsp page?
What do you mean by dynaactionform?
Why is it called struts?