In <[EMAIL PROTECTED]>,
Bryan Love ([EMAIL PROTECTED]) in a fit of unbridled passion,
wrote:
> Does anyone know why form fields might disappear and thus cause a cold
> fusion error when trying to resolve them? This problem seems to be computer
> specific; it will happen on one computer but not on the five computers next
> to it (same LAN). The computer on which it is happening has been restarted
> but to no avail. We have checked browser settings, version, caching, and
> everything else under the sun.
> This site is on a secure server and thus uses SSL on every page.
> The computer on which it throws errors is a Windows 98 machine (so are the
> others that don't throw errors).
>
> Anyone?
Are these form fields checkboxes by any chance? If a checkbox is not
checked, it does not get passed as a form field.
As a matter of discipline, I always either check for the existance of
form fields or initialize them with <cfparam name="form.fieldname"
default=""> .. Never assume anything! :)
hth,
-R
------------------------------------------------------------------------------
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.