RE: [ACFUG Discuss] getPageContext() and low-level internals

2010-02-05 Thread Clarke Bishop
ay, February 04, 2010 2:50 PM To: discussion@acfug.org Subject: [ACFUG Discuss] getPageContext() and low-level internals Has anyone here ever used getPageContext() to get the low-level specifics of an HTTP request? Some of the CFWheels guys need to use this to extend the framework. This w

RE: [ACFUG Discuss] getPageContext() and low-level internals

2010-02-05 Thread Charlie Arehart
y 04, 2010 2:50 PM To: discussion@acfug.org Subject: [ACFUG Discuss] getPageContext() and low-level internals Has anyone here ever used getPageContext() to get the low-level specifics of an HTTP request? Some of the CFWheels guys need to use this to extend the framework. This works

[ACFUG Discuss] getPageContext() and low-level internals

2010-02-04 Thread Clarke Bishop
Has anyone here ever used getPageContext() to get the low-level specifics of an HTTP request? Some of the CFWheels guys need to use this to extend the framework. This works for normal form submissions: getPageContext().getRequest().getParameterMap() But, it just returns null for multi