Found an Oracle related problem in one of the rules. I submitted this same fix for a lot of the other rules, this one just seems to have slipped through the cracks.
In farcry_core/packages/rules/ruleXMLFeed.cfc, line 25, change:
<cfproperty name="XMLFeedURL" type="string" hint="The location of the
feed (URL)" required="yes" default="">
to
<cfproperty name="XMLFeedURL" type="string" hint="The location of the
feed (URL)" required="no" default="">
I think we really need to sort this particular issue out -- ie. that is the required attribute. It doesn't really work for content types at the moment.
-- geoff http://www.daemon.com.au/
--- 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/
