http://www.fusionauthority.com/alert/index.cfm?alertid=5#Tech2
This is an old article with a list of reserve words. It has to be slightly
updated but your problem is actually not on the list.
In the old days CF didn't have CFFORM and client side validation. It did
have the ability to use server side validation easily by specifying special
hidden form fields. These fields were the name of the field you wanted to
validate followed by the validation. For example, to validate the form field
thisdate as a date you'd have a hidden form field called thisdate_date.
Notice that the underscore separated the form field name from the validation
type. One of these old validations was time so your field of start_time was
seen by the CF server as being a validation field and not as a data field.
I'll do a new reserve word list with all of these server side form valuators
in it as well as the new CF 5 words.

> Hi all,
>
> I had a wierd problem last night - I had a form field named "start_time"
> that was not being passed no matter what. I tried looping around the form
> structure and outputting it, and all my other form fields were there but
> this one wasn't. I renamed it to "starttime" and it starting behaving
> normally.
>
> So, I figure it must be some sort of reserved word? I can't seem to find a
> list of reserved words - only for CFSCRIPT. It doesn't really matter, I
mean
> I fixed the problem by renaming the field - but it's gonna drive me crazy!
> How many other reserved words are out there just waiting to cause
> inexplicable errors?! Anyone have any ideas?
>
> Kay.
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to