Changes between Version 2 and Version 3 of HowTos/HowToUseGenericDatabaseMessages/UsingmodelglueGenericCommit
- Timestamp:
- 04/27/09 17:00:00 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTos/HowToUseGenericDatabaseMessages/UsingmodelglueGenericCommit
v2 v3 35 35 36 36 {{{ 37 <cfdump var="#viewstate.getValue("ContactRecord") />37 <cfdump var="#viewstate.getValue("ContactRecord")#" /> 38 38 }}} 39 39 … … 41 41 42 42 {{{ 43 <cfdump var="#viewstate.getValue("ContactValidation") />43 <cfdump var="#viewstate.getValue("ContactValidation")#" /> 44 44 }}} 45 45 … … 64 64 65 65 {{{ 66 <cfdump var="#viewstate.getValue("myCommittedContact") />66 <cfdump var="#viewstate.getValue("myCommittedContact")#" /> 67 67 }}} 68 68 … … 70 70 71 71 {{{ 72 <cfdump var="#viewstate.getValue("validationForContact") />72 <cfdump var="#viewstate.getValue("validationForContact")#" /> 73 73 }}} 74 74 … … 92 92 93 93 {{{ 94 <cfdump var="#viewstate.getValue("ContactRecord") />94 <cfdump var="#viewstate.getValue("ContactRecord")#" /> 95 95 }}} 96 96 … … 98 98 99 99 {{{ 100 <cfdump var="#viewstate.getValue("ContactValidation") />100 <cfdump var="#viewstate.getValue("ContactValidation")#" /> 101 101 }}} 102 102
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)