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 PROTECTED]

>>> [EMAIL PROTECTED] 07/10 3:01 PM >>>
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/ 
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Form.Fieldnames Missing

2000-07-10 Thread KChapman


I dont' think that's it because the it's missing on several different
forms.  Here's the debugging info.

1st form

BROKER_POINTS=0
BROKERPYA=0
CALCULATE_FOR=BrokerPYA
CALCVIAJS=
CATEGORY=
CLTV=0
COMMENTS=
CONFIRMPASS=
CREDIT_RISK=
EMAIL=
FAX=
FIRST=
HOW_HEAR=
LAST=
LOAN_AMOUNT=0
LTV=0
NEWPASS=
OC=
OTHER_CATEGORY=
OTHER_FINANCING=No
OTHER_FINANCING_AMOUNT=
PHONE=
PREPAYMENT_TERM=
PREPAYMENT_TERM_ID=1
SAVE_SCENARIO_NUM=1
STATE=1


2nd form

BANKRUPTCY=NO
BANKRUPTCYDATE=mm/dd/yy
BANKRUPTCYTYPE=
BROKER_POINTS=0
BROKERPYA=0
CALCULATE_FOR=BrokerPYA
CALCULATED=1
CALCVIAJS=
CATEGORY=
CLTV=0
COMMENTS=
CONFIRMPASS=
CREDIT_RISK=
CREDITSCORE=670
DEBTRATIO=35
EMAIL=
FAX=
FIELDNAMES=CREDITSCORE,DEBTRATIO,THIRTYDAYS,SIXTYDAYS,NINETYDAYS,ONETWENTYDAYS,NOD,RESCINDDATE,BANKRUPTCY,BANKRUPTCYDATE,BANKRUPTCYTYPE,CALCULATED,SUBMIT

FIRST=
HOW_HEAR=
LAST=
LOAN_AMOUNT=0
LTV=0
NEWPASS=
NINETYDAYS=0
NOD=NO
OC=
ONETWENTYDAYS=0
OTHER_CATEGORY=
OTHER_FINANCING=No
OTHER_FINANCING_AMOUNT=
PHONE=
PREPAYMENT_TERM=
PREPAYMENT_TERM_ID=1
RESCINDDATE=mm/dd/yy
SAVE_SCENARIO_NUM=1
SIXTYDAYS=0
STATE=1
SUBMIT=Calculate
THIRTYDAYS=0

3rd form

BANKRUPTCY_TYPE_ID=0
BORROWER_LASTNAME=
BROKER_ID=112
BROKER_POINTS= .000
BROKER_PYA=
BROKERPYA=0
CALCULATE_FOR=Broker PYA
CALCVIAJS=
CATEGORY=
CLTV=0
CLTV_OTHER_FINANCING_AMT=
COMMENTS=
CONFIRMPASS=
CREDIT_RISK=AAA
EMAIL=
FAX=
FIRST=
HOW_HEAR=
INCOME_DOCUMENTATION=
INCOME_DOCUMENTATION_ID=
LAST=
LOAN=
LOAN_AMOUNT=0
LOAN_AMT=0
LOAN_PURPOSE_ID=
LOAN_STATUS_ID=6
LTV=0
NEWPASS=
OC=
OCCUPANCY=
OCCUPANCY_ID=
OTHER_CATEGORY=
OTHER_FINANCING=No
OTHER_FINANCING_AMOUNT=
OWNERS_ID=11
PHONE=
PREPAYMENT_PENALTY=0
PREPAYMENT_TERM=
PREPAYMENT_TERM_ID=
PREQUAL_NUM=000407
PRODUCT=
PRODUCT_ID=
PROPERTY_LOCATION=
PROPERTY_LOCATION_ID=
PROPERTY_TYPE=
PROPERTY_TYPE_ID=
PROPERTY_VALUE=
PURCHASE_PRICE=0
REQ_START_RATE=
RISK_CODE=A
RISKBANKRUPTCYDATE=
RISKBANKRUPTCYTYPE=
RISKBANKRUPTCYTYPEID=0
RISKCREDITSCORE=670
RISKDEBTRATIO=35
RISKNINETYDAYS=0
RISKNODRESCINDDATE=
RISKONETWENTYDAYS=0
RISKSIXTYDAYS=0
RISKTHIRTYDAYS=0
SALES_PRICE=
SAVE=Save
SAVE_SCENARIO_NUM=1
SCENE_LTV=0
SCENE_UW_TIME={ts '2000-07-10 15:40:45'}
START_RATE=0
STATE=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 form sends the field.

--K


Katrina Chapman
Consultant
Ameriquest Mortgage


   
   
"Gregory   
   
Harris"To: <[EMAIL PROTECTED]> 
   
<[EMAIL PROTECTED]cc: 
   
        .la.ca.us> Subject: Re: Form.Fieldnames Missing
   
   
   
07/10/00 03:10 
   
PM 
   
Please respond 
   
to cf-talk 
   
   
   
   
   



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 PROTECTED]

>>> [EMAIL PROTECTED] 07/10 3:01 PM >>>
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/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


Re: Form.Fieldnames Missing

2000-07-10 Thread Gregory Harris

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?

Gregory Harris
Los Angeles ITA Dept.
[EMAIL PROTECTED]

>>> [EMAIL PROTECTED] 07/10 3:44 PM >>>

I dont' think that's it because the it's missing on several different
forms.  Here's the debugging info.

1st form

BROKER_POINTS=0
BROKERPYA=0
CALCULATE_FOR=BrokerPYA
CALCVIAJS=
CATEGORY=
CLTV=0
COMMENTS=
CONFIRMPASS=
CREDIT_RISK=
EMAIL=
FAX=
FIRST=
HOW_HEAR=
LAST=
LOAN_AMOUNT=0
LTV=0
NEWPASS=
OC=
OTHER_CATEGORY=
OTHER_FINANCING=No
OTHER_FINANCING_AMOUNT=
PHONE=
PREPAYMENT_TERM=
PREPAYMENT_TERM_ID=1
SAVE_SCENARIO_NUM=1
STATE=1


2nd form

BANKRUPTCY=NO
BANKRUPTCYDATE=mm/dd/yy
BANKRUPTCYTYPE=
BROKER_POINTS=0
BROKERPYA=0
CALCULATE_FOR=BrokerPYA
CALCULATED=1
CALCVIAJS=
CATEGORY=
CLTV=0
COMMENTS=
CONFIRMPASS=
CREDIT_RISK=
CREDITSCORE=670
DEBTRATIO=35
EMAIL=
FAX=
FIELDNAMES=CREDITSCORE,DEBTRATIO,THIRTYDAYS,SIXTYDAYS,NINETYDAYS,ONETWENTYDAYS,NOD,RESCINDDATE,BANKRUPTCY,BANKRUPTCYDATE,BANKRUPTCYTYPE,CALCULATED,SUBMIT

FIRST=
HOW_HEAR=
LAST=
LOAN_AMOUNT=0
LTV=0
NEWPASS=
NINETYDAYS=0
NOD=NO
OC=
ONETWENTYDAYS=0
OTHER_CATEGORY=
OTHER_FINANCING=No
OTHER_FINANCING_AMOUNT=
PHONE=
PREPAYMENT_TERM=
PREPAYMENT_TERM_ID=1
RESCINDDATE=mm/dd/yy
SAVE_SCENARIO_NUM=1
SIXTYDAYS=0
STATE=1
SUBMIT=Calculate
THIRTYDAYS=0

3rd form

BANKRUPTCY_TYPE_ID=0
BORROWER_LASTNAME=
BROKER_ID=112
BROKER_POINTS= .000
BROKER_PYA=
BROKERPYA=0
CALCULATE_FOR=Broker PYA
CALCVIAJS=
CATEGORY=
CLTV=0
CLTV_OTHER_FINANCING_AMT=
COMMENTS=
CONFIRMPASS=
CREDIT_RISK=AAA
EMAIL=
FAX=
FIRST=
HOW_HEAR=
INCOME_DOCUMENTATION=
INCOME_DOCUMENTATION_ID=
LAST=
LOAN=
LOAN_AMOUNT=0
LOAN_AMT=0
LOAN_PURPOSE_ID=
LOAN_STATUS_ID=6
LTV=0
NEWPASS=
OC=
OCCUPANCY=
OCCUPANCY_ID=
OTHER_CATEGORY=
OTHER_FINANCING=No
OTHER_FINANCING_AMOUNT=
OWNERS_ID=11
PHONE=
PREPAYMENT_PENALTY=0
PREPAYMENT_TERM=
PREPAYMENT_TERM_ID=
PREQUAL_NUM=000407
PRODUCT=
PRODUCT_ID=
PROPERTY_LOCATION=
PROPERTY_LOCATION_ID=
PROPERTY_TYPE=
PROPERTY_TYPE_ID=
PROPERTY_VALUE=
PURCHASE_PRICE=0
REQ_START_RATE=
RISK_CODE=A
RISKBANKRUPTCYDATE=
RISKBANKRUPTCYTYPE=
RISKBANKRUPTCYTYPEID=0
RISKCREDITSCORE=670
RISKDEBTRATIO=35
RISKNINETYDAYS=0
RISKNODRESCINDDATE=
RISKONETWENTYDAYS=0
RISKSIXTYDAYS=0
RISKTHIRTYDAYS=0
SALES_PRICE=
SAVE=Save
SAVE_SCENARIO_NUM=1
SCENE_LTV=0
SCENE_UW_TIME={ts '2000-07-10 15:40:45'}
START_RATE=0
STATE=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 form sends the field.

--K


Katrina Chapman
Consultant
Ameriquest Mortgage


   
   
"Gregory   
   
Harris"To: <[EMAIL PROTECTED]> 
   
<[EMAIL PROTECTED]cc: 
       
        .la.ca.us> Subject: Re: Form.Fieldnames Missing
   
   
   
07/10/00 03:10 
   
PM 
   
Please respond 
   
to cf-talk 
   
   
   
   
   



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 PROTECTED] 

>>> [EMAIL PROTECTED] 07/10 3:01 PM >>>
Is there a reason why the form.fieldnames field would not b

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?
>
>Gregory Harris
>Los Angeles ITA Dept.
>[EMAIL PROTECTED]

I believe that there is a maximum character length allowed for 
URL's.  Could that be the case for form fields?  And could these examples 
be bumping up against that limit?

Got me stumped, otherwise.

Judah

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Form.Fieldnames Missing

2000-07-10 Thread KChapman


No because it's not a URL variable.  It's a Form variable.  And even if
that were the case it would be there just truncated.

--K


Katrina Chapman
Consultant
Ameriquest Mortgage


   
 
Judah McAuley  
 
 cc:   
 
 Subject: Re: Form.Fieldnames Missing  
 
07/10/00   
 
04:07 PM   
 
Please 
 
respond to 
 
cf-talk
 
   
 
   
 



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?
>
>Gregory Harris
>Los Angeles ITA Dept.
>[EMAIL PROTECTED]

I believe that there is a maximum character length allowed for
URL's.  Could that be the case for form fields?  And could these examples
be bumping up against that limit?

Got me stumped, otherwise.

Judah

--

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.




--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Form.Fieldnames Missing

2000-07-10 Thread Sean Daniels

Are you using the method="post" attribute in the form tag?

Another suggestion would be to scrutinize how the form and /form tags are
nested. Anything weird there?

Otherwise, try posting the code here, maybe that would reveal something.


- Sean


Sean Daniels
Manager, Engineering
Marketplace Technologies
[EMAIL PROTECTED]
http://www.dealstream.com
http://www.mergernetwork.com

tel: 207.439.6030
cel: 978.764.0799


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 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
>
> 
> Katrina Chapman
> Consultant
> Ameriquest Mortgage
>
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
> _talk or send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 Bldg
432 N. Lake Street
Madison, WI 53706
(608) 265-7923



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Form.Fieldnames Missing

2000-07-11 Thread KChapman


Yes we are using method="post".

We did have problems with the way the tags were nested in tables and when
another developer "fixed" the problem we were having this one cropped up.

This particular template is very long and I'm not sure other list members
would appreciate my posting it here but if you'd still like to see it I can
email you off list.

--K


Katrina Chapman
Consultant
Ameriquest Mortgage


   
   
"Sean Daniels" 
   
 
   
tream.com> cc: 
   
               Subject: RE: Form.Fieldnames Missing
   
07/10/00 06:41 
   
PM 
   
Please respond 
   
to cf-talk 
   
   
   
   
   



Are you using the method="post" attribute in the form tag?

Another suggestion would be to scrutinize how the form and /form tags are
nested. Anything weird there?

Otherwise, try posting the code here, maybe that would reveal something.


- Sean


Sean Daniels
Manager, Engineering
Marketplace Technologies
[EMAIL PROTECTED]
http://www.dealstream.com
http://www.mergernetwork.com

tel: 207.439.6030
cel: 978.764.0799


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 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
>
> 
> Katrina Chapman
> Consultant
> Ameriquest Mortgage
>
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
> _talk or send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body.
>

--

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.




--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Form.Fieldnames Missing

2000-07-11 Thread WBB

Your 3rd form has a field called UW_NOD_RESCIND_DATE that would never get
passed IF  form.fieldnames was passed (_date, _integer, _float, _time,
_range, _eurodate are all naming convention to form inputs that will cause
server side validation). That doesn't explain why the form.fieldnames never
gets passed but you might try what Greg suggested and beginning by doing
some renaming.

>
> I dont' think that's it because the it's missing on several different
> forms.  Here's the debugging info.
>
> 1st form
>
> BROKER_POINTS=0
> BROKERPYA=0
> CALCULATE_FOR=BrokerPYA
> CALCVIAJS=
> CATEGORY=
> CLTV=0
> COMMENTS=
> CONFIRMPASS=
> CREDIT_RISK=
> EMAIL=
> FAX=
> FIRST=
> HOW_HEAR=
> LAST=
> LOAN_AMOUNT=0
> LTV=0
> NEWPASS=
> OC=
> OTHER_CATEGORY=
> OTHER_FINANCING=No
> OTHER_FINANCING_AMOUNT=
> PHONE=
> PREPAYMENT_TERM=
> PREPAYMENT_TERM_ID=1
> SAVE_SCENARIO_NUM=1
> STATE=1
>
>
> 2nd form
>
> BANKRUPTCY=NO
> BANKRUPTCYDATE=mm/dd/yy
> BANKRUPTCYTYPE=
> BROKER_POINTS=0
> BROKERPYA=0
> CALCULATE_FOR=BrokerPYA
> CALCULATED=1
> CALCVIAJS=
> CATEGORY=
> CLTV=0
> COMMENTS=
> CONFIRMPASS=
> CREDIT_RISK=
> CREDITSCORE=670
> DEBTRATIO=35
> EMAIL=
> FAX=
>
FIELDNAMES=CREDITSCORE,DEBTRATIO,THIRTYDAYS,SIXTYDAYS,NINETYDAYS,ONETWENTYDA
YS,NOD,RESCINDDATE,BANKRUPTCY,BANKRUPTCYDATE,BANKRUPTCYTYPE,CALCULATED,SUBMI
T
>
> FIRST=
> HOW_HEAR=
> LAST=
> LOAN_AMOUNT=0
> LTV=0
> NEWPASS=
> NINETYDAYS=0
> NOD=NO
> OC=
> ONETWENTYDAYS=0
> OTHER_CATEGORY=
> OTHER_FINANCING=No
> OTHER_FINANCING_AMOUNT=
> PHONE=
> PREPAYMENT_TERM=
> PREPAYMENT_TERM_ID=1
> RESCINDDATE=mm/dd/yy
> SAVE_SCENARIO_NUM=1
> SIXTYDAYS=0
> STATE=1
> SUBMIT=Calculate
> THIRTYDAYS=0
>
> 3rd form
>
> BANKRUPTCY_TYPE_ID=0
> BORROWER_LASTNAME=
> BROKER_ID=112
> BROKER_POINTS= .000
> BROKER_PYA=
> BROKERPYA=0
> CALCULATE_FOR=Broker PYA
> CALCVIAJS=
> CATEGORY=
> CLTV=0
> CLTV_OTHER_FINANCING_AMT=
> COMMENTS=
> CONFIRMPASS=
> CREDIT_RISK=AAA
> EMAIL=
> FAX=
> FIRST=
> HOW_HEAR=
> INCOME_DOCUMENTATION=
> INCOME_DOCUMENTATION_ID=
> LAST=
> LOAN=
> LOAN_AMOUNT=0
> LOAN_AMT=0
> LOAN_PURPOSE_ID=
> LOAN_STATUS_ID=6
> LTV=0
> NEWPASS=
> OC=
> OCCUPANCY=
> OCCUPANCY_ID=
> OTHER_CATEGORY=
> OTHER_FINANCING=No
> OTHER_FINANCING_AMOUNT=
> OWNERS_ID=11
> PHONE=
> PREPAYMENT_PENALTY=0
> PREPAYMENT_TERM=
> PREPAYMENT_TERM_ID=
> PREQUAL_NUM=000407
> PRODUCT=
> PRODUCT_ID=
> PROPERTY_LOCATION=
> PROPERTY_LOCATION_ID=
> PROPERTY_TYPE=
> PROPERTY_TYPE_ID=
> PROPERTY_VALUE=
> PURCHASE_PRICE=0
> REQ_START_RATE=
> RISK_CODE=A
> RISKBANKRUPTCYDATE=
> RISKBANKRUPTCYTYPE=
> RISKBANKRUPTCYTYPEID=0
> RISKCREDITSCORE=670
> RISKDEBTRATIO=35
> RISKNINETYDAYS=0
> RISKNODRESCINDDATE=
> RISKONETWENTYDAYS=0
> RISKSIXTYDAYS=0
> RISKTHIRTYDAYS=0
> SALES_PRICE=
> SAVE=Save
> SAVE_SCENARIO_NUM=1
> SCENE_LTV=0
> SCENE_UW_TIME={ts '2000-07-10 15:40:45'}
> START_RATE=0
> STATE=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 form sends the field.
>
> --K
>
> 
> Katrina Chapman
> Consultant
> Ameriquest Mortgage
>
>
>
> "Gregory
> Harris"To:
<[EMAIL PROTECTED]>
> <[EMAIL PROTECTED]cc:
> .la.ca.us> Subject: Re:
Form.Fieldnames Missing
>
> 07/10/00 03:10
> PM
> Please respond
> to cf-talk
>
>
>
>
>
> 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 PROTECTED]
>
> >>> [EMAIL PROTECTED] 07/10 3:01 PM >>>
> 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/
> To Unsubscribe visit
> ht

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. Unfortunately,
I can't test that theory, since I'm running 4.5.1.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Form.Fieldnames Missing

2000-07-12 Thread KChapman

That's what we're running as well.

--K


Katrina Chapman
Consultant 
Ameriquest Mortgage




"Dave Watts" <[EMAIL PROTECTED]>
07/11/00 08:37 PM
Please respond to cf-talk

 
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 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. 
Unfortunately,
I can't test that theory, since I'm running 4.5.1.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' 
in the body.



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Form.Fieldnames Missing

2000-07-12 Thread Dan Haley

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 action page.
Any chance your form only has checkboxes and radio buttons?

Dan

-Original 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 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. Unfortunately,
I can't test that theory, since I'm running 4.5.1.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Form.Fieldnames Missing

2000-07-12 Thread KChapman

While the form isn't only checkboxes or radio buttons this helps.

Thanks,
--Kat


Katrina Chapman
Consultant 
Ameriquest Mortgage




Dan Haley <[EMAIL PROTECTED]>
07/12/00 08:51 AM
Please respond to cf-talk

 
To: "'[EMAIL PROTECTED]'" <[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 action 
page.
Any chance your form only has checkboxes and radio buttons?

Dan

-Original 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 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. 
Unfortunately,
I can't test that theory, since I'm running 4.5.1.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' 
in the body.



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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.FIELDNAMES wouldn't appear. Unfortunately, I can't test that
> > theory, since I'm running 4.5.1.
...
> That's what we're running as well.

Well then, I'm officially out of ideas. Is it possible that you're using
some wacky browser, like any Mac browser? They've caused interesting
problems in the past with difficulties in properly posting form data.

Typically, when I run into some anomaly like this, I might try looking at
the raw data being received by the server. You can use the Netcat utility to
do this; it should take about five minutes to see what data you're getting,
and compare it against what you should be getting. You can get Netcat at
http://www.l0pht.com/~weld/.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 form isn't only checkboxes or radio buttons this helps.

Thanks,
--Kat


Katrina Chapman
Consultant 
Ameriquest Mortgage
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Form.Fieldnames Missing

2000-07-12 Thread Karl Simanonok

There are at least two ways form fields can fail to be passed:

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?

2) Apparently there are certain reserved words you cannot use in your
fieldnames.  I discovered quite by accident that a field like START_DATE
will not be passed because of the _DATE part of the fieldname.  Not sure
why, I think it may have something to do with CF's data input validation
grabbing it first. Try renaming your fieldnames if the METHOD="POST"
doesn't work.  Of course you know that you can't start a fieldname with
a numeric or odd character, right?

Regards,

Karl Simanonok
Advanta Solutions, Inc.

Original message:

Date: Tue, 11 Jul 2000 23:37:20 -0400
From: "Dave Watts" <[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 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.
Unfortunately,
I can't test that theory, since I'm running 4.5.1.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 from the browser via a
POST.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 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 from the browser via a
> POST.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 that server to process. All the information is sent in the HTTP
request header with a GET request; a POST request sends the data in the HTTP
response body, and the server has to process POSTed data a bit differently.
In all honesty, I don't know whether there's a measurable performance
difference with this, but as an example, if you use the Search option on
Yahoo, it'll send the data via the URL.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.