If I assign a variable a value directly, eg <cfset product_id = 101>,
T can then read the variable "#product_id#" inside cfscript tags.

If I assign a variable a value via another variable, eg, <cfset product_id =
getProduct.product_id> it generates an error in cfscript when it tries to
read the "#product_id#" variable.

the product_id is being read inside the cfscript statement as follows:

temp0 = GetData.setProduct("#product_id#");
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to