Hi,

I want to add the ability to the Farcry core rule "ruleNews" to display
news items in columns.

The easiest way I thought of implementing this without altering core code
was to create an extension of the rule in \myapplication
packages\rules\ruleNews.cfc with the following code:

   <cfcomponent displayName="News Rule"  
   extends="farcry.farcry_core.packages.rules.ruleNews" hint="Extends 
   Farcry core rule ruleNews.">

   <cffunction access="public" name="execute" output="true">

   *** code redefining execute function... ***

   </cffunction>

   </cfcomponent>

Unforunately though, when I go to a conatiner to assign the news rule, the
ruleNews appears twice and both of them perform the function "execute from
the farcry core code, not my extended rule.

Is this a case of "extension" not fully implemented in containers or have
i done something wrong?

Kind regards,
Franko 

---
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/

Reply via email to