Stuart Miller wrote:

> Any one seen this error?
> 
> "An unknown attribute 'ImageID' has been encountered at document position
> (34:10) to (34:16) while processing tag CFSET. This tag can only take the
> following attributes:
>       INSIDETEXT
> The last successfully parsed CFML construct was a CFSET tag occupying
> document position (34:3) to (34:8)."
> Code here is:
> <cfset ImageID = qry_images.ID>

Yes.

Can you post a bit more, like the three lines above and below as well? I 
have seen the error with incorrect nesting/missing closing > signs like 
below:

<cfset temp1 = 1
<cfset temp2 = 2>
 >

Jochem


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to