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/RolloverScope

------------------------------------------------------------------------------
  
  In a Struts application a rollover scope can be used in action mapping 
definition just as request and session scopes. To declare a rollover scope for 
an action form specify {{{scope="rollover"}}} in action mapping definition. 
Below is example of a typical use case implemented with two action mappings: a 
Log In component. 
  
- One mapping is used for submitting login and password from the browser...
+ One mapping is used for submitting login and password from the browser, 
another mapping use used for rendering either "Not logged in"...
  
  inline:login.gif
  
- ...another mapping use used for rendering either "Not logged in" or "logged 
in" page. 
+ ...or "logged in" page. 
  
  inline:logout.gif
  

Reply via email to