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:307530 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

