Hi,

I'm calling the following object but it needs a parameter passed to it before it 
initialises. Does anyone know how I do this?

(cfscript)
Info = createObject("java","com.data.util.Info");

The java way to call this is:

Info Info = new Info(InfoPath);

Thanks, Douglas

--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to