RE: Form.Fieldnames Missing

2000-07-13 Thread Dave Watts
> Thanks for the insight, Dave. I've just always used POST, > and I know there are some cases when you want to use GET, but > I'm not clear on why. What's the difference? (In practical > terms, that is). If you're passing small amounts of data back to the server, a GET request is simpler for tha

Re: Form.Fieldnames Missing

2000-07-13 Thread Karl Simanonok
Thanks for the insight, Dave. I've just always used POST, and I know there are some cases when you want to use GET, but I'm not clear on why. What's the difference? (In practical terms, that is). Regards, Karl Simanonok Dave Watts wrote: > > 1) If you don't put METHOD="post" (I suppose METH

RE: Form.Fieldnames Missing

2000-07-13 Thread Dave Watts
> 1) If you don't put METHOD="post" (I suppose METHOD="get" > works too) in your opening FORM tag, the form variables get > passed in the URL instead of the form. Goofy, huh? If you use METHOD="GET", your variables will be passed via the URL. Variables within the Form scope have been received fro

RE: Form.Fieldnames Missing

2000-07-12 Thread Karl Simanonok
uot; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Subject: RE: Form.Fieldnames Missing Message-ID: <001001bfebb2$93c4af70$[EMAIL PROTECTED]> > Is there a reason why the form.fieldnames field would not be > passed in a form? I vaguely seem to reca

RE: Form.Fieldnames Missing

2000-07-12 Thread Dan Haley
We'd love to hear the solution . . . I'm sure this will be on Michael's next test . . . -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 12, 2000 10:26 AM To: [EMAIL PROTECTED] Subject: RE: Form.Fieldnames Missing While the

RE: Form.Fieldnames Missing

2000-07-12 Thread Dave Watts
> > > Is there a reason why the form.fieldnames field would not be > > > passed in a form? ... > > I vaguely seem to recall that in some versions of CF prior to > > 4.5.x, if the ENCTYPE attribute of the form is set to > > "multipart/form-data", which is what you'd use for file uploads, > > FORM.F

RE: Form.Fieldnames Missing

2000-07-12 Thread KChapman
]'" <[EMAIL PROTECTED]> cc: Subject:RE: Form.Fieldnames Missing I can recreate the error if the only form elements that are named are checkboxes and radio buttons, and none of them have been checked or selected. At that point form.fieldnames is not defined in the ac

RE: Form.Fieldnames Missing

2000-07-12 Thread Dan Haley
Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 11, 2000 8:37 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Form.Fieldnames Missing > Is there a reason why the form.fieldnames field would not be > passed in a form? I vaguely seem to recall that i

RE: Form.Fieldnames Missing

2000-07-12 Thread KChapman
TECTED]> Subject:RE: Form.Fieldnames Missing > Is there a reason why the form.fieldnames field would not be > passed in a form? I vaguely seem to recall that in some versions of CF prior to 4.5.x, if the ENCTYPE attribute of the form is set to "multipart/form

RE: Form.Fieldnames Missing

2000-07-11 Thread Dave Watts
> Is there a reason why the form.fieldnames field would not be > passed in a form? I vaguely seem to recall that in some versions of CF prior to 4.5.x, if the ENCTYPE attribute of the form is set to "multipart/form-data", which is what you'd use for file uploads, FORM.FIELDNAMES wouldn't appear.

Re: Form.Fieldnames Missing

2000-07-11 Thread WBB
E=1 > STATE_ID=1 > UW_BANKRUPTCY_RELEASE_DATE=NULL > UW_CREDIT_SCORE=670 > UW_DEBT_RATIO=35 > UW_MORTGAGE_HIST_120=0 > UW_MORTGAGE_HIST_30=0 > UW_MORTGAGE_HIST_60=0 > UW_MORTGAGE_HIST_90=0 > UW_NOD_RESCIND_DATE=NULL > YOUR_NAME= > > > If you notice only the second f

RE: Form.Fieldnames Missing

2000-07-11 Thread KChapman
tream.com> cc: Subject: RE: Form.Fieldnames Missing 07/10/00 06:41

Re: Form.Fieldnames Missing

2000-07-11 Thread Deanna L. Schneider
Are you sure you used method="post"? If you forgot to add that, you wouldn't have the fieldnames in the debugging. -d Deanna Schneider Interactive Media Developer UWEX Cooperative Extension Electronic Publishing Group 103 Extension B

RE: Form.Fieldnames Missing

2000-07-10 Thread Sean Daniels
ly 10, 2000 6:02 PM > To: [EMAIL PROTECTED] > Subject: Form.Fieldnames Missing > > > > Is there a reason why the form.fieldnames field would not be passed in a > form? > > --K > >

Re: Form.Fieldnames Missing

2000-07-10 Thread KChapman
cc: Subject: Re: Form.Fieldnames Missing 07/10/00

Re: Form.Fieldnames Missing

2000-07-10 Thread Judah McAuley
At 03:53 PM 7/10/00 -0700, you wrote: >Dunno at this point, my next advice might be to check your HTML on the >forms that are sending it, I've seen some unpredictable behaviors due to >bad HTML on the forms. However I doubt this is the only issue, any other >ideas from the crowd please? > >Gre

Re: Form.Fieldnames Missing

2000-07-10 Thread Gregory Harris
<[EMAIL PROTECTED]cc:

Re: Form.Fieldnames Missing

2000-07-10 Thread KChapman
<[EMAIL PROTECTED]cc: .la.ca.us> Subject: Re: Form.Fieldnames Missing

Re: Form.Fieldnames Missing

2000-07-10 Thread Gregory Harris
There is a default field in EVERY form passed via coldfusion called fieldnames, this contains a comma spliced list of all the fieldnames in the form. Your code could be causing a conflict with this default field. Would advise checking and renaming. Gregory Harris Los Angeles ITA Dept. [EMAIL

Form.Fieldnames Missing

2000-07-10 Thread KChapman
Is there a reason why the form.fieldnames field would not be passed in a form? --K Katrina Chapman Consultant Ameriquest Mortgage -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/