I have a standalone app that I'm running in a subdirectory on my live shared
host. I'm getting an error when I try to call a fuseaction with cfmodule.
What is the proper syntax?
in myDomain/standAloneApp/fbx_settings.cfm:
<cfparam name="self" default="/standAloneApp/index.cfm">
<cfset modself = self>
<cfset myself= self & "/cfid/#cfid#/cftoken/#cftoken#">
<cfif ListLen(GetClientVariablesList())>
<cfset self = myself>
</cfif>
And then the cfmodule call that throws the error:
<cfmodule template="#modself#" fuseAction="PageContent.TopBanner">
I have also tried setting modself to (without the leading slash):
<cfparam name="self" default="standAloneApp/index.cfm">
<cfset modself = self>
I also had tech support at my host set up a mapping in cfadministrator:
/standAloneApp/ to /standAloneApp/
What am I doing wrong?
Thanks.
==^================================================================
This email was sent to: [email protected]
EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9
Or send an email to: [EMAIL PROTECTED]
T O P I C A -- Register now to manage your mail!
http://www.topica.com/partner/tag02/register
==^================================================================