> > > Can anyone tell me why "s_time" shows up in the debug info
> > > and NOT in the FORMFIELDS structure??
> >
> > If you have a form var nameed "s_time"
> > change it to s_tyme and see if the
> > error persists.
>
> that did it.... although technically...it should have.
> putting a "s_" in front of the variable should no longer make
> it reserved.
Certain words, preceded by underscores, are used for CF's automatic
server-side data validation rules:
_required
_date
_time
_integer
_float
_eurodate
_range
If you name a form field with one of these at the end of the name, CF will
treat it as a validation rule, so when CF saw "s_time", it looked for a
field called "s" to make sure it had a time value, if it existed. These
validation rules are automatically removed from the FIELDNAMES list.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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.