Population updates for 3.5.1

Hi guys, just a quick update that we added a new argument to our population methods: ignoreEmpty, which you can use to ignore empty incoming values, especially when populating ORM objects. This will simulate a null value for the entity.

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

Woot, good idea!!

Curt

Luis,

Nice! Would this simulate or actually set the value to a javacast null? sometimes it’s best to javacast a null for properties when your project sends persisted objects to flash/flex clients…

… just a thought… :slight_smile: