Greetings,

I have several functions inside the WFGW.cfc file that I'm interested in 
calling from WFDAO.cfc  (both located in the MODEL directory).  

All are defined inside coldspring.xml, but I cant seem to be able to 
recognize those functions from WFDAO.cfc.

Here is my bean definition inside cold spring.xml:

<bean id="WFBean" class="it.workflow.model.WFBean" singleton="true" />

<bean id="WFService" class="it.workflow.model.WorkFlowService">

        <property name="WFDAO"><ref bean="WFDAO" /></property>

        <property name="WFGW"><ref bean="WFGW" /></property>        

</bean>

<bean id="WFDAO" class="it.workflow.model.WFDAO">

   <property name="AppConfig"><ref bean="AppConfig" /></property>

</bean>

<bean id="WFGW" class="it.workflow.model.WFGW">

   <property name="AppConfig"><ref bean="AppConfig" /></property>

</bean>

What would I need to do to make those functions available?

Thanks for any help

Clifford Moon

-- 
-- 
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog

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
--- 
You received this message because you are subscribed to the Google Groups 
"model-glue" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to