why is my page just stopping all cf parsing, at this point?
its not getting to the cflocation tag?  strange huh? maybe an
inherent "cant do" with cfcs?

thanks for any help!!

tony

<cfinvoke component="theMatrix" method="theDynamicMatrix"
returnVariable="matrixDisplay">
          <cfinvokeargument name="accountNumber"
value="#url.accountNumber#">
          <cfinvokeargument name="debtorNumber"
value="#url.debtorNumber#">
</cfinvoke>

<cflock scope="SESSION" timeout="5" type="READONLY">
        <cfwddx action = "wddx2cfml" input = #matrixDisplay# output =
"session.matrixAsAStructAgain">

</cflock>

<!--- Stops here for some reason, i can do a cfdump here, and see what
im
supposed to see, it just wont cflocate me to the accounts page? --->

<cflocation url =
"accounts.cfm?step=Accessactual&id=#url.AccountNumber#&action=Access">


thanks!!!!

----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' 
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

Reply via email to