Extra binding notes
If you have an ID on your CFForm element, then you can refer to the form
element based on the container form. The following example helps us to understand this better:
Bind = "url:bindsource.cfm?myEdit={myForm:myText}"
The ColdFusion 9 documents give the following guides in order to specify the binding expressions:
cfc:
componentPath.functionName
(parameters)
.Note
The component path cannot use a mapping. The
componentPath
value must be a dot-delimited path from the web root or the directory that contains the page.javascript:
functionName
(parameters)
.url:
URL?parameters
.ULR?parameters
.A string containing one or more instances of
{bind parmeter}
, such as{firstname}.{lastname}@{domain}
.
The following table represents the supported formats based on attributes and tags:
Attribute |
Tags |
Supported formats |
---|---|---|
|
|
1,2,3 |
|
|
1,2,3,5 |
|
|
1,2,3 |
|