Alex,

Event filters allow you to embed all the logic you want within an event
handler. You can abort the current event and announce new events from
within an event filter.

-dave

>>> [EMAIL PROTECTED] 2/3/2004 10:47:15 AM >>>
I've done MVC development on my own before the Mach-II code was
created.

In the "controller" files (switch/case statement), I follow mach-ii's 
general principles: notify listener CFCs passing values back and forth

between events. One handy aspect of my approach is that you can embed 
conditional logic in the controller file. You can, for example, notify
two 
listeners, compare their values, and announce a new event based on the

comparison.

Because mach-ii applications are described using XML, how does one 
implement conditional logic inside of an event handler? Do developers 
create a "Controller.cfc" that handles the event-flow logic?

Any help would be much appreciated.
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' 
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]

Reply via email to