Changes between Version 12 and Version 13 of QuickStart/5:ValidatingaForm

Show
Ignore:
Timestamp:
01/26/10 05:27:44 (16 years ago)
Author:
cfgrok (IP: 64.30.223.5)
Comment:

Reverting the previous change -- using event.getValue() is not necessary, as the phraseError variable is being set into the variables scope using event.copyToScope()

Legend:

Unmodified
Added
Removed
Modified
  • QuickStart/5:ValidatingaForm

    v12 v13  
    8585 
    8686    <cfif event.exists("phraseError")> 
    87         <cfoutput><p style="color: red;">#event.getValue("phraseError")#</p></cfoutput> 
     87        <cfoutput><p style="color: red;">#phraseError#</p></cfoutput> 
    8888    </cfif> 
    8989</cfform>