| |
(An error occurred while evaluating the expression:
Client.JSE is 1
Error near line 50, column 2959.
Error resolving parameter CLIENT.JSE
The client variable JSE does not exist. The cause of this error is very likely one of the following things:
- The name of the client variable has been misspelled.
- The client variable has not yet been created or has timed out.
To set default values for client variables you should use the CFPARAM tag (e.g. <CFPARAM NAME="Client.Color" DEFAULT="Red">)) --------------- ()