Setting in the calling page didn't work:...
same error...
I believe what you want is this:
<cfset newVarTest = createobject("component", "wherestom_working.dirPackage.standards_var_example")>
<!--- example() doesn't return a value ---> <cfset newVarTest.example() />
<!--- reuse the already instantiated object ---> <cfinvoke component="#newVarTest#" method="more" />
--
Ben Curtis
WebSciences International
http://www.websciences.org/
v: 310 478 6648
f: 310 235 2067----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
