[FDS-31] Expressions don’t evaluate

Description

The Expressions View can handle most expressions which are valid in ColdFusion MX. A good rule of thumb is: if you can write it as an IF condition, on the right side of a CFSET assignment, or within “#” characters, it’s a valid expression.

Expressions are evaluated and re-evaluated only in the context of a suspended request. If no request is suspended, expressions are not evaluated. If a thread is suspended, try clicking on it. This will implicitly tell the Expressions View to re-evaluate its expressions for that request.

Issue Details

Type: Technote
Issue Number: FDS-31
Components:
Environment:
Resolution: Fixed
Added: 18/05/2007 14:11:52
Affects Version: 2.0
Fixed Version: 2.0
Server:
Platform: Solaris, MacOS, Linux, Windows 2003, Windows 2000, Windows XP
Related Issues:
  • FDS-97 – Set Variable (CFSET) doesn’t set the value of the variable to what I’ve entered