Message from discussion
Element FORIEVERSION is undefined in a CFML structure referenced as part of an expression.
Received: by 10.140.163.6 with SMTP id l6mr77420rve.2.1246300934206;
Mon, 29 Jun 2009 11:42:14 -0700 (PDT)
Return-Path: <pe...@mach-ii.com>
Received: from goldenlarch.viviotech.net (goldenlarch.viviotech.net [208.77.208.86])
by gmr-mx.google.com with ESMTP id 23si601109pzk.7.2009.06.29.11.42.14;
Mon, 29 Jun 2009 11:42:14 -0700 (PDT)
Received-SPF: neutral (google.com: 208.77.208.86 is neither permitted nor denied by best guess record for domain of pe...@mach-ii.com) client-ip=208.77.208.86;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 208.77.208.86 is neither permitted nor denied by best guess record for domain of pe...@mach-ii.com) smtp.mail=pe...@mach-ii.com
Received: from [192.168.2.101] (c-66-41-63-151.hsd1.mn.comcast.net [66.41.63.151])
by goldenlarch.viviotech.net (Postfix) with ESMTP id 780D8320C033
for <mach-ii-for-coldfusion@googlegroups.com>; Mon, 29 Jun 2009 12:02:43 -0700 (PDT)
Message-ID: <4A490BA9.7020009@mach-ii.com>
Date: Mon, 29 Jun 2009 13:44:57 -0500
From: "Peter J. Farrell" <pe...@mach-ii.com>
User-Agent: Thunderbird 2.0.0.21 (X11/20090318)
MIME-Version: 1.0
To: mach-ii-for-coldfusion@googlegroups.com
Subject: Re: [Mach-II] Re: Element FORIEVERSION is undefined in a CFML structure
referenced as part of an expression.
References: <4bc91458-fe0b-4f4f-8556-c7689da2ba25@m18g2000vbi.googlegroups.com> <12c09bca-38d6-47b4-8d82-d4f9d63eacdc@k26g2000vbp.googlegroups.com>
In-Reply-To: <12c09bca-38d6-47b4-8d82-d4f9d63eacdc@k26g2000vbp.googlegroups.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Jorge Loyo said the following on 06/29/2009 11:07 AM:
> Fix...
>
> Line 162: <cfset element.forIEVersion = "" />
>
> Inside the "configureAssetPackages" method in
> "HTMLHelperProperty.cfc"
>
Thanks for the fix Jorge and committee (took me a minute to figure out
why it was needed -- all my test cases don't use the simplified
notation). In the future, you can just file a ticket in Trac:
http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/newticket
.Peter