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 ------------------------------------------------------------------------------ This setup/submit pattern looks far more complex that simple 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. * One Action deals with only one message, like {{{updateCustomer.do}}} deals with "Update Customer" event, {{{deleteCustomer.do}}} deals with "Delete Customer" event.