Element RECORDCOUNT is undefined in rtQUERY <!---controller---> <cfset local.tempObjQueryDAO= beans.instanceFactory.getBean("QueryDAO") />
</cfif> <!----querydao----> <cffunction name="getQUERY" > I used 'InstanceFactory' help which was given me here when i ran into the problem with queries bleeding over to other users when running the same page now i stopped getting other users queries return to wrong user but now randomly rtQuery is returning is blank. my page view has main page and an ajax page imbedded they both kind of run at the same time both have rtQUERY in there controller function i was wondering if because i don't var below <cfset rtQUERY= local.tempObjQueryDAO.getQUERY("Value")> that rtQuery is bleeding across functions in a controllers? before i make the be changes does <cfset var keep rtQuery only to that function at the time it is fired and not get sucked in or effect other functions in the controller that run at the same time? before you ask rtQuery is generic naming for this example. |
--
--
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 model...@googlegroups.com
To unsubscribe from this group, send email to
model-glue+...@googlegroups.com
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 model-glue+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
does <cfset var keep rtQuery only to that function