Form Scope Problems

2005-11-30 Thread Brad Haas
I'm having a really hard time with losing the form scope variables on CFMX 7. I have a pretty simple form that posts to a CF page. The form contains a couple of radio buttons and a select box. The select box name is dynamically generated, but it shows correctly when I view the page source

RE: Form Scope Problems

2005-11-30 Thread Munson, Jacob
is submitted. -Original Message- From: Brad Haas [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 2:10 PM To: CF-Talk Subject: Form Scope Problems I'm having a really hard time with losing the form scope variables on CFMX 7. I have a pretty simple form that posts

Re: Form Scope Problems

2005-11-30 Thread Brad Haas
. -Original Message- From: Brad Haas [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 2:10 PM To: CF-Talk Subject: Form Scope Problems I'm having a really hard time with losing the form scope variables on CFMX 7. I have a pretty simple form that posts to a CF page

RE: Form Scope Problems

2005-11-30 Thread Munson, Jacob
a value in there (in theory). -Original Message- From: Brad Haas [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 2:57 PM To: CF-Talk Subject: Re: Form Scope Problems Yes...they have to be able to submit the form with no data. The application is a configurator

RE: Form Scope Problems

2005-11-30 Thread Dave Watts
I'm having a really hard time with losing the form scope variables on CFMX 7. I have a pretty simple form that posts to a CF page. The form contains a couple of radio buttons and a select box. The select box name is dynamically generated, but it shows correctly when I view the page

Re: Form Scope Problems

2005-11-30 Thread Brad Haas
Here's some partial code from both pages. Even though this code is very watered down, I can get it to produce the same type of problems as the full application. All I have to do to get the form scope to disappear is to submit this form without selecting either radio button. Even if you

Re: Form Scope Problems

2005-11-30 Thread Sean Corfield
On 11/30/05, Brad Haas [EMAIL PROTECTED] wrote: Here's some partial code from both pages. Even though this code is very watered down, I can get it to produce the same type of problems as the full application. All I have to do to get the form scope to disappear is to submit this form

Re: Form Scope Problems

2005-11-30 Thread Brad Haas
Thanks Sean, Here's something funny...if I dump the scope on the process page, I always get the structure with the correct data. However, if I don't dump the scope and just try to check for the variable form.Options25--it is not defined. I guess I'm going to have to run a few tests and see if