Thanks guys.
- JS
On 6/20/06, Joshua Scott <[EMAIL PROTECTED]
> wrote:
All,
I have an interesting problem.
I created a new record object that is empty. Then called the getValueList() off of one of the iterators on the record object and I get the following error.
Message The ValueList() function has an invalid parameter: query.id. Detail Parameter 1 of function ValueList which is now (query.id) must be pointing to a valid query name. Extended Info Tag Context (1)
C:\Inetpub\wwwroot\FRAMEWORKS\Reactor_v281\reactor\iterator\iterator.cfc (248)
C:\Inetpub\wwwroot\_CAM-SYMPHONY\trunk\views\inc\inc41b.cfm (8)
C:\Inetpub\wwwroot\_CAM-SYMPHONY\trunk\views\dsp\bodyIncluder.cfm (5)
C:\Inetpub\wwwroot\FRAMEWORKS\Model-Glue_v20161\ModelGlue\unity\view\ViewRenderer.cfm (3)
C:\Inetpub\wwwroot\FRAMEWORKS\Model-Glue_v20161\ModelGlue\unity\view\ViewRenderer.cfc (31)
C:\Inetpub\wwwroot\FRAMEWORKS\Model-Glue_v20161\ModelGlue\unity\framework\ModelGlue.cfc (368)
C:\Inetpub\wwwroot\FRAMEWORKS\Model-Glue_v20161\ModelGlue\unity\framework\ModelGlue.cfc (278)
C:\Inetpub\wwwroot\FRAMEWORKS\Model-Glue_v20161\ModelGlue\unity\framework\ModelGlue.cfc (241)
C:\Inetpub\wwwroot\FRAMEWORKS\Model-Glue_v20161\ModelGlue\unity\ModelGlue.cfm (47)
C:\Inetpub\wwwroot\FRAMEWORKS\Model-Glue_v20161\ModelGlue\ModelGlue.cfm (1)
C:\Inetpub\wwwroot\_CAM-SYMPHONY\trunk\index.cfm (27)
I am calling it like this:
<cfset PQ = Reactor.CreateRecord("PQ") />
<cfset ValueList = PQ.getMinistryIterator ().getValueList("id") />
Any help would be greatly appreciated.
Thanks,
Josh
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

