vkr, thanks for your reply
quote:
You have to call the CFC's through the URL by passing the
function and its arguments
yes, it is.
quote:
You have to set your function access type to remote
yes, it is.
i make some testing.
if i remove onRequest method in my application.cfc my cfc
called by url works perfectly. but, i think, is not a good choice
remove onRequest... :o) this is mine...
<cffunction name="onRequest" output="Yes">
<cfargument name="targetPage" type="string"
required="yes" />
<cfinclude template="#arguments.targetPage#" />
</cffunction>
i test this situation on linux and windows. i've the same
problem.
thank
Rob