Changes between Version 2 and Version 3 of QuickStart/3:BuildingaForm

Show
Ignore:
Timestamp:
05/28/09 20:53:57 (17 years ago)
Author:
gknight593 (IP: 204.210.162.146)
Comment:

Word change..."to" to "the".

Legend:

Unmodified
Added
Removed
Modified
  • QuickStart/3:BuildingaForm

    v2 v3  
    2323Whenever you're writing a .CFM view, there are two variables always available: "viewstate" and "viewcollection." We'll get to viewcollection in a bit, but here's the rundown on viewstate: 
    2424 
    25 It contains all the variables FORM and URL scopes as well as any other values added by the framework, like a query from a database or (big surprise) the translated version of the phrase that we're asking to user to enter. 
     25It contains all the variables FORM and URL scopes as well as any other values added by the framework, like a query from a database or (big surprise) the translated version of the phrase that we're asking the user to enter. 
    2626 
    2727To get to one of the variables, you ask the viewstate variable to "get its value" with the getValue() function.