Hi Guys,

Just downloaded 1.9 to test out all the cool new features. Right away got
error:

Variable FIELDVALUE is undefined. The error occurred in
*/Users/sumitverma/Sites/MachII/util/BeanUtil.cfc:
line 247


*
This was fixed in 1.8. Here is the code in 1.8 BeanUtil.cfc line 240 - 245

<!--- Adobe CF 9's ORM support returns nulls by default --->

  <cfif isDefined("fieldValue")>

  <cfset map[fieldName] = fieldValue />

  <cfelse>

  <cfset map[fieldName] = "" />

  </cfif>

Thanks,
Sumit

Sumit Verma
Partner / Vice President | ten24, LLC
office: 877.886.5806 x 103 | mobile: 617.290.8214
www.ten24web.com | www.linkedin.com/in/sverma | twitter: blogonria

-- 
You received this message because you are subscribed to Mach-II for CFML list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/mach-ii-for-coldfusion?hl=en

***New URLs as of April 29th, 2010***
SVN: http://svn.mach-ii.com/machii/
Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/

Reply via email to