What happens if, at the top of the function, you put

<cfset var ZJFdao =
CreateObject("component","com.careyweb.servalent.misc.ZJFdao")>

instead?

On 9/7/07, chad gray <[EMAIL PROTECTED]> wrote:
> I am getting this error and the error only occours if i put a <cfset var 
> ZJFdao = ""> in the function.  Any ideas?
>
> Element ZJFDAO is undefined in a Java object of type class 
> [Ljava.lang.String; referenced as
>
> The error occurred in 
> D:\Web\bervalent_WC\com\careyweb\servalent\misc\ZJF.cfc: line 31
>
> 29 :            <cfset ZJFdao = 
> CreateObject("component","com.careyweb.servalent.misc.ZJFdao")>
> 30 :
> 31 :            <cfset getZJF = variables.ZJFdao.readZJF(#myArray#)>
> 32 :

-- 
mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287954
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to