I finally figured out the problem.

In the rules tag I had this cfcomponent tag:

<cfcomponent displayname="Allergen Form"
extends="farcry.core.packages.rules.rules"
        hint="This rule shows the Allergen form."
        bObjectBroker="0" lObjectBrokerWebskins="execute">

Randomly I tried this instead:

<cfcomponent displayname="Allergen Form"
extends="farcry.core.packages.rules.rules"
        hint="This rule shows the Allergen form.">

And it worked!

And so did:

<cfcomponent displayname="Allergen Form"
extends="farcry.core.packages.rules.rules"
        hint="This rule shows the Allergen form."
        bObjectBroker="1" lObjectBrokerWebskins="execute">

In my previous message with a code example I think I incorrectly
indicated that bObjectBroker was set to 0.

Seems to be working now, if nothing else.

Doug

On Nov 8, 3:50 am, modius <[EMAIL PROTECTED]> wrote:
> On Nov 7, 4:44 am, Doug Hughes <[EMAIL PROTECTED]> wrote:
>
> > I have this site I'm working on.  It's fairly simple.  However, none
> > of my rules seem to be working correctly.  Specifically, let's say I
> > have an HTML page and I want to add a custom rule to a container on
> > that page.  Well, I've added it.  There are no options to configure
> > for this rule.  Furthermore, the execute.cfm file only shows the word
> > "test".
>
> Not seen anyone mention this in the thread.. but you can add &debug=1
> to the end of the URL to force containers to show any generated
> errors.  By default containers suppress errors as an error in a widely
> used container set could have a far ranging impact.
>
> Otherwise your rule looks fine to me.
>
> -- geoffhttp://www.daemon.com.au/


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to