Hi all,

I have an old CF app that is passing a *varying number* of FORM variables to a 
custom tag using (varies
according to setup of user, etc):

<cfmodule 
        template = "SQLQueries/SQLRollingRota.cfm"
        function = "UpdateRollingRotaConfig"
        ThisRotaID="#url.rid#">


In the tag:

        <cfloop collection="#Form#" item="MyDayValue">

                #MyDayValue#
                ...
        </cfloop>


Is there an easy way to pass Form variables to my new CFC to process?

<cfscript>
                
ThisRotaDetailAttributes = CreateObject("Component", 
callout.modules.DB_components.database_rota_attributes");
TestVariable = ThisRotaDetailAttributes.RollingRotaUpdate(url.rid);

</cfscript>

Thanks,
Rob

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192881
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to