On Oct 6, 8:15 am, Szabolcs Nagy <[email protected]> wrote: > I run into the following problems with containers in Farcry 6.0.6 > 1. When I add a rule to a container, but hit cancel on the rule parameters > the rule still gets created in the container.
Strictly speaking, the object is created the moment you hit add. The edit handler is then run on the object. I think fixing this issue is probably more trouble than its worth. > 2. If the lRules parameter in the <con:container> tag only contains a single > rule then it creates 2 rules in the container even if I hit cancel on the > rule setup. (You need to refresh the container to see both rules.) I'd agree with Blair that this sounds like a bug -- please raise an issue with some sample code at https://farcry.jira.com/ > 3. I made some field required in my rule by using ftValidation="required" > but it doesn't stop the rule being saved with empty parameters. > Any ideas why is that? It depends on the field -- validation may not work on certain fields. Can you post through the <cfproperty> tag you are using to define the field? geoff http://www.daemon.com.au/ -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
