> > I somehow was under the impression that event-beans had their values set > (from the event args) via the setters and not through the init function.
Via setter if you specify the "fields" attribute in the even-bean, otherwise through init method because mach-ii doesn't know which setters to call. 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 On Wed, Jul 14, 2010 at 10:49 AM, jlcox <[email protected]> wrote: > It's not a default value I'm going for, though. I somehow was under > the impression that event-beans had their values set (from the event > args) via the setters and not through the init function. I couldn't > get Sumit's method to work properly for me, but by adding arguments to > the init function itself I got it working. > > -- > 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/ > -- 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/
