Re: Losing Form Scope

2004-09-27 Thread Stan Winchester
Dave,

Thanks for suggesting ieHTTPHeaders! It showed me exactly what was happening and I was able to fix it. 

Thanks, Stan

> I have had that happen to me once. Don't know your exact situation, 
> but if you are posting to HTTPS with a buggy version of IE, it doesn't 
> send the post data to the web server.
> 
> http://support.microsoft.com/default.aspx?kbid=831167
> 
> I'd recommend installing either ieHTTPHeaders (http://www.blunck.
> info/iehttpheaders.html) for IE or LiveHTTPHeaders 
> (http://livehttpheaders.mozdev.org/) for Firefox/Mozilla. Both are 
> plugins to their respective browsers so you can see the HTTP 
> transactions that are going on. Might give you some insight, helped me 
> in finding out about the IE bug above.
> 
> >I have a form that is submitting to an action page, but for some 
> reason when
> >the action page loads the form scope is gone, so when I look at the
> >debugging information under "Scope Variables" the entire "Form 
> Fields:"
> >section is not even listed. This happens on the live CF5 server and 
> my local
> >CFMX development server.
> >
> > 
> >
> >
> >
> >  
> >
> >  
> >
> >  
> >
> >   value="YES - Extend the Ad Account"
> >
> >   class="button">
> >
> >
> >
> > 
> >
> >Has anyone seen anything like this before?
> >
> > 
> >
> >Thank you,
> >
> >Stan 
Winchester
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Losing Form Scope

2004-09-25 Thread Reed Powell
From your code segment it looks like you didn't define an enctype, so its
probably defaulting to using URL variables instead of FORM fields. Try
dumping the URL scope 
	
And see if your fields show up.

To fix, try putting
		enctype="multipart/form-data"
into the FORM tag and see what happens. 

-reed 
  _  

From: Stan Winchester [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 24, 2004 9:35 PM
To: CF-Talk
Subject: Losing Form Scope

I have a form that is submitting to an action page, but for some reason when
the action page loads the form scope is gone, so when I look at the
debugging information under "Scope Variables" the entire "Form Fields:"
section is not even listed. This happens on the live CF5 server and my local
CFMX development server.



  

  

  

   value="YES - Extend the Ad Account"

   class="button">



Has anyone seen anything like this before?

Thank you,

Stan Winchester 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Losing Form Scope

2004-09-25 Thread Sandy Clark
ARe you by any chance using a Custom Tag?  

Sandy Clark
http://www.shayna.com  
CF Pretty Accessible at http://www.shayna.com/blog
Now offering 4 days Hands on CSS training October 11-14th. Rockville, MD.
For more information go to:
http://www.teratech.com/training/oc_classes.cfm#css 

  _  

From: Stan Winchester [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 24, 2004 9:35 PM
To: CF-Talk
Subject: Losing Form Scope

I have a form that is submitting to an action page, but for some reason when
the action page loads the form scope is gone, so when I look at the
debugging information under "Scope Variables" the entire "Form Fields:"
section is not even listed. This happens on the live CF5 server and my local
CFMX development server.



  

  

  

   value="YES - Extend the Ad Account"

   class="button">



Has anyone seen anything like this before?

Thank you,

Stan Winchester 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Losing Form Scope

2004-09-24 Thread Dave Epler
I have had that happen to me once. Don't know your exact situation, but if you are posting to HTTPS with a buggy version of IE, it doesn't send the post data to the web server.

http://support.microsoft.com/default.aspx?kbid=831167

I'd recommend installing either ieHTTPHeaders (http://www.blunck.info/iehttpheaders.html) for IE or LiveHTTPHeaders (http://livehttpheaders.mozdev.org/) for Firefox/Mozilla. Both are plugins to their respective browsers so you can see the HTTP transactions that are going on. Might give you some insight, helped me in finding out about the IE bug above.

>I have a form that is submitting to an action page, but for some reason when
>the action page loads the form scope is gone, so when I look at the
>debugging information under "Scope Variables" the entire "Form Fields:"
>section is not even listed. This happens on the live CF5 server and my local
>CFMX development server.
>
> 
>
>
>
>  
>
>  
>
>  
>
>   value="YES - Extend the Ad Account"
>
>   class="button">
>
>
>
> 
>
>Has anyone seen anything like this before?
>
> 
>
>Thank you,
>
>Stan Winchester
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Losing Form Scope

2004-09-24 Thread Brook Davies
Where is the rest of this field : " 

Brook
At 06:34 PM 9/24/2004, you wrote:
>I have a form that is submitting to an action page, but for some reason when
>the action page loads the form scope is gone, so when I look at the
>debugging information under "Scope Variables" the entire "Form Fields:"
>section is not even listed. This happens on the live CF5 server and my local
>CFMX development server.
>
>
>
>   
>
>   
>
>   
>
>value="YES - Extend the Ad Account"
>
>class="button">
>
>
>
>Has anyone seen anything like this before?
>
>Thank you,
>
>Stan Winchester
>
>--
>[Todays Threads] 
>[This Message] 
>[Subscription] 
>[Fast 
>  Unsubscribe] [User Settings] 
>[Donations 
>and Support]
>
>--
>
>[]
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]