Error on Components package and ACCESS="PACKAGE" in function
Hi all,
I test the use of access="package" in a cfc function and it doesn't work, although I do exactly what the documentation says. It says that
1) cfcs in the same folder are considered a package and
2) a func having access="package" can be accessed by the functions of the all the other components of the same package (folder).
Please see the simple code below. All 3 files are in the same folder.
When I call index.cfm I get the message "Variable CFC2FUNC is undefined"
<!--- index.cfm --->
<!--- cfc1.cfc --->
<!--- cfc2.cfc --->
What is not correct in the code above?
Thanks in advance for your help
Kostas
