Yes, if they are not surrounded by quotes.

Ie.

<cfset myvar="This is a test">

<input type="hidden" value=#myvar#>  will be truncated

while

<input type="hidden" value="#myvar#"> will not be truncated.



DC

----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 22, 2000 13:31
Subject: Hidden Variables


> Good Morning List!
> 
> Is it expected behavior for Hidden Vars
> to be truncated at the first space?
> 
> best,  paul
> 
> ------------------------------------------------------------------------
> ------
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> or send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body.
> 

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to