Look into using wddx and the cfwddx tag. In short you would create a structure, use the cfwddx to convert it to wddx, use a hidden variable to pass the wddx packet to the receiving page and then use cfwddx to convert the packet back to a structure.
Its exactly what wddx and cfwddx is designed for. HTH, Sam ----- Original Message ----- From: "Erik Britt-Webb" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, November 26, 2002 2:52 AM Subject: Can a form pass a structured variable to target template? (EBW) > If my form has 15 fields in it, rather than passing all 15 fields to the > target template, could I... > - create a struct variable (e.g. UserProfile), > - name each form field as a variable under the struct (e.g., > UserProfile.FirstName, UserProfile.LastName) > - still be able to use the struct variable (UserProfile) in the target > template?? > > I've tried this, but it doesn't seem to work. Any assistance would be > great! > > Thanks, > Erik > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting.

