For this code:
<cfset k = Expandpath("./") />
<cfoutput>
The path is: #k#
</cfoutput>
<cfscript language="java" >
try {
cf.call("Expandpath","/report/report/") ;
}
catch (Exception e) {
cf.print(e.getMessage());
}
</cfscript>
I get the following output:
The path is:
/Users/admin/Applications/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/openbd/
Function Expandpath does not exist
So obviously the function Expandpath does exist. But it is not reachable
from the cf gateway class of java.
Anybody any idea?
Regards,
Nitish
--
-Nitish
"Faith is a free Option"
http://www.forcesofindia.com/profiles/np
--
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en
---
You received this message because you are subscribed to the Google Groups "Open
BlueDragon" 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.