Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification.
The following page has been changed by GarryOfford: http://wiki.apache.org/struts/DataEntryForm The comment on the change is: Fixxed up a cupel of gramatikal err-oars. ------------------------------------------------------------------------------ In this use case a user is allowed to fill out the form in several attempts, while the form preserves data entered by the user on previous attempts. - Struts framework is built around the Front Controller pattern. This pattern gives no guidelines on how consecutive requests should interact with each other and with business object, neither it specifies how the application should manage view state and state of the business object. + Struts framework is built around the Front Controller pattern. This pattern gives no guidelines on how consecutive requests should interact with each other and with business objects, neither does it specify how the application should manage the view state and the state of the business object. Left to their own devices and constrained with framework limitations, web developers devised the pattern for building interactive forms with Struts. For the lack of a better approach this pattern became a standard practice in Struts community.