Natalie,
You need to specify a date for the default. Or you may get away with not specifying a default at all. What's happening is the container object is being created and the system is rejecting "empty string" as not being an appropriate date.
You may need to drop the table from the database and redeploy.
-- geoff http://www.daemon.com.au/
[EMAIL PROTECTED] wrote:
Hi,
I'm having trouble with dates for a custom rule. Two properties are set out in the component as below.
<cfproperty name="startDate" type="date" hint="The date for the start of the list" required="no" default="">
<cfproperty name="closingDate" type="date" hint="The date for the end of the list" required="no" default="">
When I try to add the rule to a container, I get the error:
Error: closingDate must be a date ().
How can I get around this?
( I noticed that none of the default rules use dates. Should I be using dates?)
Thanks, Natalie
--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
