On Jan 14, 2008 10:38 AM, Baz <[EMAIL PROTECTED]> wrote: > one of the other two methods (saveUserSession(), SaveUser()).
Or just getCurrentUser().save() and thisUser.save()... > So Sean I would assume that you too create your transients in the service > layer and somehow pass in all the form/url variables (20-30 of them > sometimes) into there... Model-Glue and Mach-II have "beaner" functions. Your controller asks the service layer for an empty user object and then uses a convenience method to populate data from the event object. That's typically how I do things. -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CFCDev" group. 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/cfcdev?hl=en -~----------~----~----~----~------~----~------~--~---
