I just wanted to chime in with a related issue with CF and struct nodes. I was writing an AJAX form handler that used JSON when I discovered that case was not preserved when using dot notation on struct elements. The solution is to use quoted node names like this: structName["caseSensitiveNode"]
Edward A Savage Jr - "Sonny" Senior Software Engineer Creditdiscovery, LLC "An appeaser is one who feeds a crocodile, hoping it will eat him last." ~ Sir Winston Churchill On Sun, Jun 15, 2008 at 9:44 PM, Barney Boisvert <[EMAIL PROTECTED]> wrote: > You'd have to parse the request body manually to get the info from > getHttpRequestData, as it returns a struct of headers and the raw > request body. The ServletRequest object has the already-parsed data > from the body, which makes it a lot simpler. > > cheers, > barneyb > > On Sun, Jun 15, 2008 at 2:23 PM, Dave Watts <[EMAIL PROTECTED]> wrote: > >> Probably a lost cause but does anyone > >> know of any method(s) to preserve the > >> case of form field names through a POST? > > > > I know you already got a useful answer, but you can probably do this > using the CF function GetHttpRequestData. > > > > Dave Watts, CTO, Fig Leaf Software > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307559 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

