Hi, does anyone knows what this error means? An error has occurred while processing the expression: imp=CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode122333444455555654321
Invalid parser construct found on line 1 at position 1. ColdFusion was looking at the following text:impInvalid expression format. The usual cause is an error in the expression structure. The error occurred while processing an element with a general identifier of (CFPARAM), occupying document position (16:1) to (16:48) It's seems I can't use the name imp for a variable name. My code is really simple: <cfparam name="imp" default=1000> Looking at Google with this string: CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode122333444455555654321 you can find a lot of pages where this error has occured. I saw the most are session variable related but in my page there is a simple cfparam. Changing the name of the var in <cfparam name="impre" default=1000> the error disappeared. Bye -------------------------------------------------- FABIO SERRA - faser(at)faser.net PGP available -------------------------------------------------- ______________________________________________________________________ Macromedia ColdFusion 5 Training from the Source Step by Step ColdFusion http://www.amazon.com/exec/obidos/ASIN/0201758474/houseoffusion ------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
