You can always re-init the bean; it's just a function.

<cfset var ContactFormBean =
getModelGlue().getBean("ContactFormBean").init(args) />

On Thu, Sep 11, 2008 at 9:46 AM, cs01rsw <[EMAIL PROTECTED]> wrote:

>
> hi,
>
> in one of the examples we have seen a bean which has an init function
> and some arguments that are not required. the bean is then created as
> follows:
>
> <cfset var ContactFormBean =
> getModelGlue().getBean("ContactFormBean") />
>
> but what if the arguments where required? how do i pass these values
> over in the bean creation?
>
> thanks
>
> richard
> >
>

--~--~---------~--~----~------------~-------~--~----~
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