Have you tried actually setting the value of the form action to
#cgi.script_name#?#cgi.query_string#.
Rather than leave it blank.

Regards
Russ Michaels
www.michaels.me.uk
www.cfmldeveloper.com - Free CFML hosting for developers
www.cfsearch.com - CF search engine
On Apr 26, 2013 11:25 PM, "Nick Gleason" <[email protected]> wrote:

>
> Hi Folks,
> We are wrestling with a tricky problem here and I thought I would try to
> get some input on it.
> We run a copy of the Fusetalk forum product (Professional Edition v 4.0) on
> our own servers using CF 9.0.1.  All patches are up to date.  A Fusetalk
> admin feature uses a tabbed cflayout and it is not working. The
> cflayoutarea content is populated using a url in the source attribute. The
> .cfm
> page for the cflayoutarea content contains a cfform with only the name
> attribute set. When the cfform is submitted the expected behaviour is that
> the
> page would post to itself, which would be
> #cgi.script_name#?#cgi.query_string#.
> The problem is that when the page posts back the cgi.query_string value is
> an
> empty string. We would expect the cgi.query_string value not to be an empty
> string because the url in the cflayoutarea's source attribute contains
> query
> string parameters.
>
> The behavior does not happen on the Fusetalk support's test servers and
> they say they haven't seen this happen before. In our own application, we
> have not seen a cgi.query_string variable go missing before, but we
> generally don't use cflayout or cfform very often.
> This wasn't always a problem and may have emerged after either a CF or
> Windows upgrade / update (but I'm not sure which one) in the last year or
> so.  However, that's a little speculative.
> Your thoughts and insights would be greatly appreciated.
> Nick
>
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355616
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to