Issue in passing value to java method.
Hi
I am having issue in CF9 while passing cfset value to java. Here is the code snippet:
<cfset abcUrl='ldap://abc.dce.com:1111 ldap://xyz.abc.com:2222'>
<cfset Obj = CreateObject("java","GetXYZ")>
<cfset ObjResp = Obj.abc(#abcUrl#)>
When i am passing abcUrl value it is not parsing it properly in java, but when i am giving only one url it is working.
like : <cfset abcUrl='ldap://abc.dce.com:1111'>
But i need to put both URL.
Please give me the solution.
Thanks in advance
Anshul
