"_date" is a reserved name in ColdFusion  It allows for automatic form validation.  See the section on server-side validation in the documentation there is a whole group if reserved form names used for this.


_date
_integer
_required


When these are appended to a form name, Cold Fusion tries to validate a form field.


For example if you have a field named "MyDate"
<input type="text" name-"MyDate"...>


and you add this field
<input type="hidden" name="MyDate_date"....>


Cold Fusion will validate that the field MyDate contains a date value.


HTH
--------------
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

"C code. C code run. Run code run. Please!"
     - Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to