Patrick Scantland
Member since Dec 11, 2008
- Profile: /members/981-patrick-scantland.htm
- URL: http://www.mfg20.com
- Comments: 2
Recent Blog Comments By Patrick Scantland
-
Passing ColdFusion Structs Through Form Submissions
Posted on Jul 23, 2007 at 7:26 PM
Here is an updated version that returns an array for, say, the order lines of an order. I basically use your code to get some structures created, then I loop over the FORM collection to check which struct element is a struct itself, then convert it to an array. We do it 3 levels deep: order.orderl... read more »
-
Passing ColdFusion Structs Through Form Submissions
Posted on Jul 20, 2007 at 4:23 PM
This technique is awesome, for master-details interfaces it simply rocks... Using a bit of javascript it's really easy to add order rows, affecting the name of the form inputs in it so it matches this naming convention then submit the whole thing just to loop over rows server-side. BTW, your blog ... read more »