Changes between Version 10 and Version 11 of ReferenceMaterials/ModelGlueXmlReference

Show
Ignore:
Timestamp:
12/04/09 00:46:41 (16 years ago)
Author:
Chuck Savage <chuck@…> (IP: 71.56.239.159)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReferenceMaterials/ModelGlueXmlReference

    v10 v11  
    226226  1. Redirect (Optional, default = "false") - If true, a redirect will immediately redirect the entire request to the event handler declared in the DO attribute.  All state value will be maintained if session is enabled. 
    227227  1. Append (Optional, default = "") -  Used to define a list of value names (from the viewstate) that should be appended to the URL.  [[BR]][[BR]] Example:  If APPEND is set to articleId and DO is set to article, the redirect URL would be index.cfm?event=article&articleId=[value of articleId].[[BR]][[BR]]''Advanced, rarely used attributes:''[[BR]][[BR]] 
    228   1. !PreserveState (Optional, default = "true") - If set to false and REDIRECT is set to true, the all state values will removed before redirecting to the event handler declared in the DO attribute 
     228  1. !PreserveState (Optional, default = "true") - If set to false and REDIRECT is set to true, then all state values will removed before redirecting to the event handler declared in the DO attribute.  If using this be sure that session management is enabled. 
    229229  1. Reset (Optional, default = "false") - If set to true, any previously declared results of the same name will be erased.  ''This is only useful for redefining results added by scaffolds.'' 
    230230