Changes between Version 2 and Version 3 of HowTos/HowToUseGenericDatabaseMessages/UsingmodelglueGenericCommit

Show
Ignore:
Timestamp:
04/27/09 17:00:00 (17 years ago)
Author:
cfgrok (IP: 64.30.223.5)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTos/HowToUseGenericDatabaseMessages/UsingmodelglueGenericCommit

    v2 v3  
    3535 
    3636{{{ 
    37 <cfdump var="#viewstate.getValue("ContactRecord") /> 
     37<cfdump var="#viewstate.getValue("ContactRecord")#" /> 
    3838}}} 
    3939 
     
    4141 
    4242{{{ 
    43 <cfdump var="#viewstate.getValue("ContactValidation") /> 
     43<cfdump var="#viewstate.getValue("ContactValidation")#" /> 
    4444}}} 
    4545 
     
    6464 
    6565{{{ 
    66 <cfdump var="#viewstate.getValue("myCommittedContact") /> 
     66<cfdump var="#viewstate.getValue("myCommittedContact")#" /> 
    6767}}} 
    6868 
     
    7070 
    7171{{{ 
    72 <cfdump var="#viewstate.getValue("validationForContact") /> 
     72<cfdump var="#viewstate.getValue("validationForContact")#" /> 
    7373}}} 
    7474 
     
    9292 
    9393{{{ 
    94 <cfdump var="#viewstate.getValue("ContactRecord") /> 
     94<cfdump var="#viewstate.getValue("ContactRecord")#" /> 
    9595}}} 
    9696 
     
    9898 
    9999{{{ 
    100 <cfdump var="#viewstate.getValue("ContactValidation") /> 
     100<cfdump var="#viewstate.getValue("ContactValidation")#" /> 
    101101}}} 
    102102