CF has an old data validation scheme where hidden form fields with special names will cause other form fields to be seen by the system as required. One of those special names is anything that ends in _date. So if the field was todays_date the CF server would think that you have a different form field called today that must have a valid date in it (the _date part). Just remove the _date or change it to _dates or something else and no problem. check out the docs, chapter 6, validating data types.
At 03:02 PM 12/18/01, you wrote: >has anyone seen this before? we arte having big problems with any form >fields ending with _date >please help =( > >Form Entries Incomplete or Invalid >One or more problems exist with the data you have entered. > a.. 12/20/2001 > >Use the Back button on your web browser to return to the previous page >and correct the listed problems. > > >------------------------------------------------------------------------- >------- > > > >Parameters >Form Fields: > >FIELDNAMES=NEWS,FUSEACTION,RFA,SUBBUT >FUSEACTION=Events.EditNewsAct >NEWS=Wer dude >NEWS_DATE=12/20/2001 >RFA=Events.EditEvent >SUBBUT=edit News > > > > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com 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

