test.cfm

--------

<cfset test = createObject("component", "Test").init() />

<cfdump var="#test#" />

 

Test.cfc

--------

<cfcomponent>

 

      <cffunction name="init" access="public" output="false">

            <cfset this.me = "Hello" />

      </cffunction>

     

</cfcomponent>

 

Gets

----

Variable TEST is undefined.

 

 

 

 

The error occurred in D:\CogStateWeb\dmf\test.cfm: line 2

1 : <cfset test = createObject("component", "Test").init() />
2 : <cfdump var="#test#" />

 

 

Regards
Dale Fraser

http://dale.fraser.id.au


 

 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~----------~----~----~----~------~----~------~--~---

Reply via email to