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 the purpose of @after?
What is structs 2 validation framework?
What are Struts2 core components?
Explain about struts?
What is the forward action utilized for?
Can you explain aware interfaces in struts2?
What is the purpose of @urlvalidator annotation?
Can we have more than one struts-config.xml file for a single struts application?
What is xml based validation in struts2?
What is discontinuous strut?
What is the purpose of @result?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
Explain integrate log4j in struts2 application?
What is ValueStack and OGNL?