Date: 2004-12-08T14:42:36
   Editor: DakotaJack <[EMAIL PROTECTED]>
   Wiki: Apache Struts Wiki
   Page: StrutsState
   URL: http://wiki.apache.org/struts/StrutsState

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -52,3 +52,5 @@
 === Distinguish between Model Data and View Data (State) ===
 View Data = df. Data that is presently being accessed (streamed), being held 
(viewed, cached) by the View, or that is on the server side but is relating to 
processes and to actions which the view (end user) is presently undertaking.
 Model Data = df. Data store.
+=== State Assumption ===
+State Assumption = df. Something in the Screen which assumes a data state 
which may or may not exist at the time a request is made.  (Necessary to define 
and to keep in the processing algorithms relating to state management.  E.g. 
this situation should be "earmarked" and then checked on a request.  If the 
assumed state has changed, then the screen should  reject the request (if 
relevant to the state change) and both inform the user of the change and 
provide a new screen reflecting the change.  This is related to but different 
from notifications that requests were not successfully processed.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to