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

<!---this is the beginning of the whole page--->

<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">

<!---this is the end of the whole page--->


thanks!!!!

tony

tony weeg
[EMAIL PROTECTED]
www.revolutionwebdesign.com
rEvOlUtIoN wEb DeSiGn
410.334.6331 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to