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

------------------------------------------------------------------------------
  
  Behavior Actions usually handle submit requests only. To display a view they 
transfer control to a rendering Action. Thus the task of handling input and 
output is split into separate Actions.
  
- == Action As A Code-Behind Class ==
+ == Action As Web Resource ==
+ 
+ inline:web_resource.gif
+ 
+ 
+ == Action As Stateful Web Resource ==
  
  In Microsoft parlance, a code-behind class implements the logic of one web 
resource. Since ASP.Net uses Page Controller paradigm, a web resource is 
usually a page. Struts web resources are not constrained by one page, one 
resource can have several corresponding views defined in one or in several JSP 
files.
  

Reply via email to