thanks sean, after seeing your cf united presentation on Managing
ColdFusion Components with Factories where you mentioned adding init
and return this on each component we have been adding these to every
cfc as it does make sense to have them.


On Sep 11, 8:19 pm, "Sean Corfield" <[EMAIL PROTECTED]> wrote:
> On Thu, Sep 11, 2008 at 6:52 AM, Adam Tuttle <[EMAIL PROTECTED]> wrote:
> > You can always re-init the bean; it's just a function.
> > <cfset var ContactFormBean =
> > getModelGlue().getBean("ContactFormBean").init(args) />
>
> Just remember to <cfreturn this/> at the end of your init() method!
> --
> 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 "model-glue" 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/model-glue?hl=en

For more about Model-Glue, check http://www.model-glue.com .
-~----------~----~----~----~------~----~------~--~---

Reply via email to