I believe in the case of array's of related objects on the same form you have to handle those manually in your listener code. You can use the API for the event-bean machinary that Mach II provides in your listener to avoid having to hand code all those cfset calls.
--Kurt On Sun, May 29, 2011 at 3:06 PM, Penny <[email protected]> wrote: > Hey guys, I've been looking through the enlist app, and GAE storage/ > retrieval on openBD, and the m2 framework has nice options on > autopopulating those beans via : event-bean tags, and I read about the > inner-bean - http://trac.mach-ii.com/machii/wiki/IntroductionToBeans > > However, in the event you have an array of Objects, and you want to > bind those on your form using the form:input path options etc i.e. > <form:input path="address.street".. > > But in this case you may have an array of addresses from a GAE query, > and you want to still have some kind of binding on the form - > possible? or do you have to 'hand' code that scenario ? > > Thanks! > > -- > To post to this group, send email to [email protected] > For more options and to unsubscribe, visit this group at > http://groups.google.com/group/mach-ii-for-coldfusion?hl=en > > SVN: http://svn.mach-ii.com/machii/ > Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/ > -- To post to this group, send email to [email protected] For more options and to unsubscribe, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en SVN: http://svn.mach-ii.com/machii/ Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/
