Hi folks....
What is going on???
I have this in a circuit in my application.
<cfswitch expression=attributes.fuseaction>
<Cfcase value="AFuseaction">
<cfmodule template="#rootpath#/CircuitB/index.cfm"
fuseaction="FuseactionX"
attribute1="xzy"
attributes2="123">
</cfcase>
</cfswitch>
What happens is my CircuitB is called corrected, except that instead of
doing FuseactionX, as specified by the attribute, it tries to do
AFuseaction, specified in the surrounding CFCASE.
Any ideas why or ways round?
I don't really want to change AFuseaction to read FuseactionX as Afuseaction
is not the only place that CircuitB will be called from....
TIA
Regards
Stephen
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.