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

Show
Ignore:
Timestamp:
01/26/10 02:17:30 (16 years ago)
Author:
dgarlitt@… (IP: 70.162.162.141)
Comment:

The phraseError variable was not wrapped in event.getValue()

Legend:

Unmodified
Added
Removed
Modified
  • QuickStart/5:ValidatingaForm

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