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 MichaelJouravlev: http://wiki.apache.org/struts/StrutsManualActionClasses ------------------------------------------------------------------------------ Setup action loads data from database and queues it into one or more arbitrary objects located in the request or session scope. Submit action processes input data and redisplays the same data entry form if errors has been found in the input. If input does not contain errors, submit action forwards to a success page. - This setup/submit pattern looks far more complex that simple ASP.NET request/response cycle: + This setup/submit pattern looks far more complex than similar ASP.NET request/response cycle: + + inline:asp_render_submit.gif Besides the complexity of implementation, Struts setup/submit pattern has other design and usability implications: * The focus is a page, not a web resource in general.